Message ID | 20210126221035.658124-1-anthony.l.nguyen@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Intel Wired LAN Driver Updates 2021-01-26 | expand |
On Wed, Jan 27, 2021 at 4:15 AM Tony Nguyen <anthony.l.nguyen@intel.com> wrote: > > This series contains updates to the ice, i40e, and igc driver. > > Henry corrects setting an unspecified protocol to IPPROTO_NONE instead of > 0 for IPv6 flexbytes filters for ice. > > Nick fixes the IPv6 extension header being processed incorrectly and > updates the netdev->dev_addr if it exists in hardware as it may have been > modified outside the ice driver. > > Brett ensures a user cannot request more channels than available LAN MSI-X > and fixes the minimum allocation logic as it was incorrectly trying to use > more MSI-X than allocated for ice. > > Stefan Assmann minimizes the delay between getting and using the VSI > pointer to prevent a possible crash for i40e. > > Corinna Vinschen fixes link speed advertising for igc. > > v2: Dropped patch 4 (ice XDP). Added igc link speed advertisement patch > (patch 7). > > The following are changes since commit 07d46d93c9acdfe0614071d73c415dd5f745cc6e: > uapi: fix big endian definition of ipv6_rpl_sr_hdr > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE > > Brett Creeley (2): > ice: Don't allow more channels than LAN MSI-X available > ice: Fix MSI-X vector fallback logic > > Corinna Vinschen (1): > igc: fix link speed advertising > > Henry Tieman (1): > ice: fix FDir IPv6 flexbyte > > Nick Nunley (2): > ice: Implement flow for IPv6 next header (extension header) > ice: update dev_addr in ice_set_mac_address even if HW filter exists > > Stefan Assmann (1): > i40e: acquire VSI pointer only after VF is initialized > > .../ethernet/intel/i40e/i40e_virtchnl_pf.c | 11 ++++----- > drivers/net/ethernet/intel/ice/ice.h | 4 +++- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 8 +++---- > .../net/ethernet/intel/ice/ice_ethtool_fdir.c | 8 ++++++- > drivers/net/ethernet/intel/ice/ice_lib.c | 14 +++++++---- > drivers/net/ethernet/intel/ice/ice_main.c | 16 +++++++------ > drivers/net/ethernet/intel/ice/ice_txrx.c | 9 ++++--- > drivers/net/ethernet/intel/igc/igc_ethtool.c | 24 ++++++++++++++----- > 8 files changed, 60 insertions(+), 34 deletions(-) > > -- > 2.26.2 > For netdrv Acked-by: Willem de Bruijn <willemb@google.com>
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 26 Jan 2021 14:10:28 -0800 you wrote: > This series contains updates to the ice, i40e, and igc driver. > > Henry corrects setting an unspecified protocol to IPPROTO_NONE instead of > 0 for IPv6 flexbytes filters for ice. > > Nick fixes the IPv6 extension header being processed incorrectly and > updates the netdev->dev_addr if it exists in hardware as it may have been > modified outside the ice driver. > > [...] Here is the summary with links: - [net,v2,1/7] ice: fix FDir IPv6 flexbyte https://git.kernel.org/netdev/net/c/29e2d9eb8264 - [net,v2,2/7] ice: Implement flow for IPv6 next header (extension header) https://git.kernel.org/netdev/net/c/1b0b0b581b94 - [net,v2,3/7] ice: update dev_addr in ice_set_mac_address even if HW filter exists https://git.kernel.org/netdev/net/c/13ed5e8a9b9c - [net,v2,4/7] ice: Don't allow more channels than LAN MSI-X available https://git.kernel.org/netdev/net/c/943b881e3582 - [net,v2,5/7] ice: Fix MSI-X vector fallback logic https://git.kernel.org/netdev/net/c/f3fe97f64384 - [net,v2,6/7] i40e: acquire VSI pointer only after VF is initialized https://git.kernel.org/netdev/net/c/67a3c6b3cc40 - [net,v2,7/7] igc: fix link speed advertising https://git.kernel.org/netdev/net/c/329a3678ec69 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html