]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 02:02:28 +0000 (18:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 02:02:28 +0000 (18:02 -0800)
commit107fbb6f2d32949225e3fc9d579c0fa1cfc09e9c
treeb64e55a72ff3da955e090641ffeb16b1cf3b7c5e
parentb2cc2db21767ce52a1ba1900fb1a71ce3c6e7ef4
parentb250f7e4f66000bb14e04912a0bcf622d9369979
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git
/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2021-03-12

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

Magnus adjusts the return value for xsk allocation for ice. This fixes
reporting of napi work done and matches the behavior of other Intel NIC
drivers for xsk allocations.

Maciej moves storing of the rx_offset value to after the build_skb flag
is set as this flag affects the offset value for ice, i40e, and ixgbe.

Li RongQing resolves an issue where an Rx buffer can be reused
prematurely with XDP redirect for igb.
====================