]> 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)
commita3437f953eb34a0fabeaf91c6d24f9d101c590e4
treeb64e55a72ff3da955e090641ffeb16b1cf3b7c5e
parente61b53f3a2c94cbab7e40171ec887485773172b8
parent0725b5b7a07b58a798576f067b8d7dd561fc7e4b
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.
====================