I just read about device polling, and tried it on a net6501 from soekris.
Using it, iperf shows 139Mbps:
Not using it, far more:
The interrupt rate drops to half or little more, but I was counting on better performance and got the opposite. Is this expected ?
Thanks,
none
Using it, iperf shows 139Mbps:
Code:
iperf -c 192.168.10.11 -t30
------------------------------------------------------------
Client connecting to 192.168.10.11, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.10.10 port 56437 connected with 192.168.10.11 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-30.0 sec 498 MBytes 139 Mbits/sec
Not using it, far more:
Code:
iperf -c 192.168.10.11 -t30
------------------------------------------------------------
Client connecting to 192.168.10.11, TCP port 5001
TCP window size: 32.5 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.10.10 port 30934 connected with 192.168.10.11 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-30.0 sec 1.63 GBytes 466 Mbits/sec
The interrupt rate drops to half or little more, but I was counting on better performance and got the opposite. Is this expected ?
Thanks,
none