]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'mlx4-XDP-performance-improvements'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 02:53:24 +0000 (22:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 02:53:24 +0000 (22:53 -0400)
commit117b07e64b5a8b41e03e94342d8573f85ddc35c7
tree6c8379e98405b231cf3e89fb732f938ba58d074e
parent1492a3a7b27e78a51efda143f84ff9674acc8491
parent4c07c132408a685d31bb6e638aef4d245e30703a
Merge branch 'mlx4-XDP-performance-improvements'

Tariq Toukan says:

====================
mlx4 XDP performance improvements

This patchset contains data-path improvements, mainly for XDP_DROP
and XDP_TX cases.

Main patches:
* Patch 2 by Saeed allows enabling optimized A0 RX steering (in HW) when
  setting a single RX ring.
  With this configuration, HW packet-rate dramatically improves,
  reaching 28.1 Mpps in XDP_DROP case for both IPv4 (37% gain)
  and IPv6 (53% gain).
* Patch 6 enhances the XDP xmit function. Among other changes, now we
  ring one doorbell per NAPI. Patch gives 17% gain in XDP_TX case.
* Patch 7 obsoletes the NAPI of XDP_TX completion queue and integrates its
  poll into the respective RX NAPI. Patch gives 15% gain in XDP_TX case.

Series generated against net-next commit:
f7aec129a356 rxrpc: Cache the congestion window setting
====================

Signed-off-by: David S. Miller <davem@davemloft.net>