mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2024-04-23 (i40e, iavf, ice)

Message ID 20240423182723.740401-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-04-23 (i40e, iavf, ice) | expand

Message

Tony Nguyen April 23, 2024, 6:27 p.m. UTC
This series contains updates to i40e, iavf, and ice drivers.

Sindhu removes WQ_MEM_RECLAIM flag from workqueue for i40e.

Erwan Velu adjusts message to avoid confusion on base being reported on
i40e.

Sudheer corrects insufficient check for TC equality on iavf.

Jake corrects ordering of locks to avoid possible deadlock on ice.

The following are changes since commit a44f2eb106a46f2275a79de54ce0ea63e4f3d8c8:
  tools: ynl: don't ignore errors in NLMSG_DONE messages
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Erwan Velu (1):
  i40e: Report MFS in decimal base instead of hex

Jacob Keller (1):
  ice: fix LAG and VF lock dependency in ice_reset_vf()

Sindhu Devale (1):
  i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

Sudheer Mogilappagari (1):
  iavf: Fix TC config comparison with existing adapter TC config

 drivers/net/ethernet/intel/i40e/i40e_main.c |  6 ++---
 drivers/net/ethernet/intel/iavf/iavf_main.c | 30 ++++++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_vf_lib.c | 16 +++++------
 3 files changed, 40 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 25, 2024, 3:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 23 Apr 2024 11:27:16 -0700 you wrote:
> This series contains updates to i40e, iavf, and ice drivers.
> 
> Sindhu removes WQ_MEM_RECLAIM flag from workqueue for i40e.
> 
> Erwan Velu adjusts message to avoid confusion on base being reported on
> i40e.
> 
> [...]

Here is the summary with links:
  - [net,1/4] i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
    https://git.kernel.org/netdev/net/c/2cc7d150550c
  - [net,2/4] i40e: Report MFS in decimal base instead of hex
    https://git.kernel.org/netdev/net/c/ef3c313119ea
  - [net,3/4] iavf: Fix TC config comparison with existing adapter TC config
    https://git.kernel.org/netdev/net/c/54976cf58d61
  - [net,4/4] ice: fix LAG and VF lock dependency in ice_reset_vf()
    https://git.kernel.org/netdev/net/c/96fdd1f6b4ed

You are awesome, thank you!