Message ID | 20250106221929.956999-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Intel Wired LAN Driver Updates 2025-01-06 (igb, igc, ixgbe, ixgbevf, i40e, fm10k) | expand |
On Mon, 6 Jan 2025 14:19:08 -0800 Tony Nguyen wrote: > Yue Haibing (4): > igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() > igb: Fix passing 0 to ERR_PTR in igb_run_xdp() > ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp() > ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp() I'm going to apply from the list, these don't need a fixes tag.
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 6 Jan 2025 14:19:08 -0800 you wrote: > For igb: > > Sriram Yagnaraman and Kurt Kanzenbach add support for AF_XDP > zero-copy. > > Original cover letter: > The first couple of patches adds helper functions to prepare for AF_XDP > zero-copy support which comes in the last couple of patches, one each > for Rx and TX paths. > > [...] Here is the summary with links: - [net-next,01/15] igb: Remove static qualifiers https://git.kernel.org/netdev/net-next/c/f70b864ccc84 - [net-next,02/15] igb: Introduce igb_xdp_is_enabled() https://git.kernel.org/netdev/net-next/c/6dc75fc230ec - [net-next,03/15] igb: Introduce XSK data structures and helpers https://git.kernel.org/netdev/net-next/c/80f6ccf9f116 - [net-next,04/15] igb: Add XDP finalize and stats update functions https://git.kernel.org/netdev/net-next/c/0fe7cce6000c - [net-next,05/15] igb: Add AF_XDP zero-copy Rx support https://git.kernel.org/netdev/net-next/c/2c6196013f84 - [net-next,06/15] igb: Add AF_XDP zero-copy Tx support https://git.kernel.org/netdev/net-next/c/f8e284a02afc - [net-next,07/15] igc: Allow hot-swapping XDP program https://git.kernel.org/netdev/net-next/c/484d3675f2aa - [net-next,08/15] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() https://git.kernel.org/netdev/net-next/c/8b6237e1f4d4 - [net-next,09/15] igb: Fix passing 0 to ERR_PTR in igb_run_xdp() https://git.kernel.org/netdev/net-next/c/8ae94669b1f3 - [net-next,10/15] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp() https://git.kernel.org/netdev/net-next/c/c824125cbb18 - [net-next,11/15] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp() https://git.kernel.org/netdev/net-next/c/35f715cb77c3 - [net-next,12/15] i40e: add ability to reset VF for Tx and Rx MDD events https://git.kernel.org/netdev/net-next/c/07af482e6465 - [net-next,13/15] igc: Link IRQs to NAPI instances https://git.kernel.org/netdev/net-next/c/1a63399c13fe - [net-next,14/15] igc: Link queues to NAPI instances https://git.kernel.org/netdev/net-next/c/b65969856d4f - [net-next,15/15] intel/fm10k: Remove unused fm10k_iov_msg_mac_vlan_pf https://git.kernel.org/netdev/net-next/c/605237372a53 You are awesome, thank you!
On 1/7/2025 6:13 PM, Jakub Kicinski wrote: > On Mon, 6 Jan 2025 14:19:08 -0800 Tony Nguyen wrote: >> Yue Haibing (4): >> igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog() >> igb: Fix passing 0 to ERR_PTR in igb_run_xdp() >> ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp() >> ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp() > > I'm going to apply from the list, these don't need a fixes tag. Thank you. - Tony