summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-11-18 06:30:56 -0800
committerDavid S. Miller <davem@davemloft.net>2015-11-18 16:17:39 -0500
commit44fb6fbbac23ee304d113ceb5eed45666d8a32f9 (patch)
tree2723e24ade07f1ecfc8c1aff475724b93bb41bd9 /.gitignore
parent7ae92ae588c9f78006c106bb3398d50274c5d7de (diff)
downloadop-kernel-dev-44fb6fbbac23ee304d113ceb5eed45666d8a32f9.zip
op-kernel-dev-44fb6fbbac23ee304d113ceb5eed45666d8a32f9.tar.gz
mlx5: support napi_complete_done()
A NAPI poll handler should return number of RX packets processed, instead of 0 / budget. This allows proper busy poll accounting through LINUX_MIB_BUSYPOLLRXPACKETS SNMP counter. napi_complete_done() allows /sys/class/net/ethX/gro_flush_timeout to be used for finer GRO aggregation control. Tested: Enabled busy polling, and checked TcpExtBusyPollRxPackets counter is increasing. echo 70 >/proc/sys/net/core/busy_read nstat >/dev/null netperf -H target -t TCP_RR >/dev/null nstat | grep TcpExtBusyPollRxPackets TcpExtBusyPollRxPackets 490958 0.0 Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Eli Cohen <eli@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud