]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Jun 2021 22:02:55 +0000 (15:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jun 2021 22:02:55 +0000 (15:02 -0700)
commit4b34f135f26905f94627dcbc13c3b0b779448080
tree11ce8dd083587c83b47b281acb6155f3efeabb78
parentd41a81add8b5f19ece3f830fee5ed7c5e633078f
parentf7206b827ea489d1dc630b2a0e39b25e976dfc9e
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
This series contains updates to igb, igc, ixgbe, ixgbevf, i40e and ice
drivers.

Kurt Kanzenbach fixes XDP for igb when PTP is enabled by pulling the
timestamp and adjusting appropriate values prior to XDP operations.

Magnus adds missing exception tracing for XDP on igb, igc, ixgbe,
ixgbevf, i40e and ice drivers.

Maciej adds tracking of AF_XDP zero copy enabled queues to resolve an
issue with copy mode Tx for the ice driver.

Note: Patch 7 will conflict when merged with net-next. Please carry
these changes forward. IGC_XDP_TX and IGC_XDP_REDIRECT will need to be
changed to return to conform with the net-next changes. Let me know if
you have issues.
====================

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