Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Feb 2021 00:05:32 +0000 (16:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Feb 2021 00:05:32 +0000 (16:05 -0800)
commitde1db4a6ed6241e34cab0e5059d4b56f6bae39b9
tree2bc71b1a06f850ae70cecfac777709d301aa45cd
parent74784ee0b935d674a1ae23d6f1403ba67cfe3b2a
parent613142b0bb8840016c7a41b3b681f6130cc49c86
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2021-02-08

This series contains updates to i40e driver only.

Cristian makes improvements to driver XDP path. Avoids writing
next-to-clean pointer on every update, removes redundant updates of
cleaned_count and buffer info, creates a helper function to consolidate
XDP actions and simplifies some of the behavior.

Eryk adds messages to inform the user when MTU is larger than supported
====================

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