Message ID | 20220315222220.2925324-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | 100GbE Intel Wired LAN Driver Updates 2022-03-15 | expand |
Hello: This series was applied to netdev/net-next.git (master) by Tony Nguyen <anthony.l.nguyen@intel.com>: On Tue, 15 Mar 2022 15:22:06 -0700 you wrote: > Jacob Keller says: > > The ice_sriov.c file now houses almost all of the virtualization code in the > ice driver. This includes both Single Root specific implementation as well > as generic functionality such as the virtchnl interface. > > We are planning to implement support for Scalable IOV in the ice driver in > the future. This implementation will want to use the generic functionality > in ice_sriov.c > > [...] Here is the summary with links: - [net-next,01/14] ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.h https://git.kernel.org/netdev/net-next/c/109aba47ca9b - [net-next,02/14] ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_id https://git.kernel.org/netdev/net-next/c/f5840e0da639 - [net-next,03/14] ice: introduce VF operations structure for reset flows https://git.kernel.org/netdev/net-next/c/9c6f787897f6 - [net-next,04/14] ice: fix a long line warning in ice_reset_vf https://git.kernel.org/netdev/net-next/c/5de95744ff6a - [net-next,05/14] ice: move reset functionality into ice_vf_lib.c https://git.kernel.org/netdev/net-next/c/16686d7fbbe4 - [net-next,06/14] ice: drop is_vflr parameter from ice_reset_all_vfs https://git.kernel.org/netdev/net-next/c/dac57288751c - [net-next,07/14] ice: make ice_reset_all_vfs void https://git.kernel.org/netdev/net-next/c/fe99d1c06c16 - [net-next,08/14] ice: convert ice_reset_vf to standard error codes https://git.kernel.org/netdev/net-next/c/4fe193cc9dd0 - [net-next,09/14] ice: convert ice_reset_vf to take flags https://git.kernel.org/netdev/net-next/c/7eb517e434c6 - [net-next,10/14] ice: introduce ICE_VF_RESET_NOTIFY flag https://git.kernel.org/netdev/net-next/c/9dbb33da1236 - [net-next,11/14] ice: introduce ICE_VF_RESET_LOCK flag https://git.kernel.org/netdev/net-next/c/f5f085c01d26 - [net-next,12/14] ice: cleanup long lines in ice_sriov.c https://git.kernel.org/netdev/net-next/c/8cf52bec5ca0 - [net-next,13/14] ice: introduce ice_virtchnl.c and ice_virtchnl.h (no matching commit) - [net-next,14/14] ice: remove PF pointer from ice_check_vf_init https://git.kernel.org/netdev/net-next/c/5a57ee83d961 You are awesome, thank you!