Message ID | 20210212223952.1172568-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | 40GbE Intel Wired LAN Driver Updates 2021-02-12 | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 12 Feb 2021 14:39:41 -0800 you wrote: > This series contains updates to i40e, ice, and ixgbe drivers. > > Maciej does cleanups on the following drivers. > For i40e, removes redundant check for XDP prog, cleans up no longer > relevant information, and removes an unused function argument. > For ice, removes local variable use, instead returning values directly. > Moves skb pointer from buffer to ring and removes an unneeded check for > xdp_prog in zero copy path. Also removes a redundant MTU check when > changing it. > For i40e, ice, and ixgbe, stores the rx_offset in the Rx ring as > the value is constant so there's no need for continual calls. > > [...] Here is the summary with links: - [net-next,01/11] i40e: drop redundant check when setting xdp prog https://git.kernel.org/netdev/net-next/c/99f097270a18 - [net-next,02/11] i40e: drop misleading function comments https://git.kernel.org/netdev/net-next/c/4a14994a921e - [net-next,03/11] i40e: adjust i40e_is_non_eop https://git.kernel.org/netdev/net-next/c/d06e2f05b4f1 - [net-next,04/11] ice: simplify ice_run_xdp https://git.kernel.org/netdev/net-next/c/59c97d1b51b1 - [net-next,05/11] ice: move skb pointer from rx_buf to rx_ring https://git.kernel.org/netdev/net-next/c/29b82f2a09d5 - [net-next,06/11] ice: remove redundant checks in ice_change_mtu https://git.kernel.org/netdev/net-next/c/43a925e49d46 - [net-next,07/11] ice: skip NULL check against XDP prog in ZC path https://git.kernel.org/netdev/net-next/c/5c57e507f247 - [net-next,08/11] i40e: Simplify the do-while allocation loop https://git.kernel.org/netdev/net-next/c/f892a9af0cd8 - [net-next,09/11] i40e: store the result of i40e_rx_offset() onto i40e_ring https://git.kernel.org/netdev/net-next/c/f7bb0d71d658 - [net-next,10/11] ice: store the result of ice_rx_offset() onto ice_ring https://git.kernel.org/netdev/net-next/c/f1b1f409bf79 - [net-next,11/11] ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ring https://git.kernel.org/netdev/net-next/c/c0d4e9d223c5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html