Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:34:15 +0000 (15:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:34:15 +0000 (15:34 -0700)
commit0d405970828d1165f4e235a4f75121b00ffa903f
treeb6a28dc3d1b868c264eab9bd47c34e063fa40eec
parent46bb5a9c8b8d6d99aa9e11a799e1e1da9efe7b6a
parentbb52073645a618ab4d93c8d932fb8faf114c55bc
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2021-03-16

This series contains updates to i40e, ixgbe, and ice drivers.

Magnus Karlsson says:

Optimize run_xdp_zc() for the XDP program verdict being XDP_REDIRECT
in the xsk zero-copy path. This path is only used when having AF_XDP
zero-copy on and in that case most packets will be directed to user
space. This provides around 100k extra packets in throughput on my
server when running l2fwd in xdpsock.
====================

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