mbox series

[net,0/7,pull,request] Intel Wired LAN Driver Updates 2021-11-17

Message ID 20211118003159.245561-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2021-11-17 | expand

Message

Tony Nguyen Nov. 18, 2021, 12:31 a.m. UTC
This series contains updates to i40e driver only.

Eryk adds accounting for VLAN header in packet size when VF port VLAN is
configured. He also fixes TC queue distribution when the user has changed
queue counts as well as for configuration of VF ADQ which caused dropped
packets.

Michal adds tracking for when a VSI is being released to prevent null
pointer dereference when managing filters.

Karen ensures PF successfully initiates VF requested reset which could
cause a call trace otherwise.

Jedrzej moves validation of channel queue value earlier to prevent
partial configuration when the value is invalid.

Grzegorz corrects the reported error when adding filter fails.

The following are changes since commit c366ce28750e9633f8d4b07829a9cde0e59034eb:
  net: ax88796c: use bit numbers insetad of bit masks
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Eryk Rybak (3):
  i40e: Fix correct max_pkt_size on VF RX queue
  i40e: Fix changing previously set num_queue_pairs for PFs
  i40e: Fix ping is lost after configuring ADq on VF

Grzegorz Szczurek (1):
  i40e: Fix display error code in dmesg

Jedrzej Jagielski (1):
  i40e: Fix creation of first queue by omitting it if is not power of
    two

Karen Sornek (1):
  i40e: Fix warning message and call stack during rmmod i40e driver

Michal Maloszewski (1):
  i40e: Fix NULL ptr dereference on VSI filter sync

 drivers/net/ethernet/intel/i40e/i40e.h        |   2 +
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 160 ++++++++++++------
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 121 +++++--------
 3 files changed, 147 insertions(+), 136 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 18, 2021, noon UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed, 17 Nov 2021 16:31:52 -0800 you wrote:
> This series contains updates to i40e driver only.
> 
> Eryk adds accounting for VLAN header in packet size when VF port VLAN is
> configured. He also fixes TC queue distribution when the user has changed
> queue counts as well as for configuration of VF ADQ which caused dropped
> packets.
> 
> [...]

Here is the summary with links:
  - [net,1/7] i40e: Fix correct max_pkt_size on VF RX queue
    https://git.kernel.org/netdev/net/c/6afbd7b3c53c
  - [net,2/7] i40e: Fix NULL ptr dereference on VSI filter sync
    https://git.kernel.org/netdev/net/c/37d9e304acd9
  - [net,3/7] i40e: Fix changing previously set num_queue_pairs for PFs
    https://git.kernel.org/netdev/net/c/d2a69fefd756
  - [net,4/7] i40e: Fix ping is lost after configuring ADq on VF
    https://git.kernel.org/netdev/net/c/9e0a603cb7dc
  - [net,5/7] i40e: Fix warning message and call stack during rmmod i40e driver
    https://git.kernel.org/netdev/net/c/3a3b311e3881
  - [net,6/7] i40e: Fix creation of first queue by omitting it if is not power of two
    https://git.kernel.org/netdev/net/c/2e6d218c1ec6
  - [net,7/7] i40e: Fix display error code in dmesg
    https://git.kernel.org/netdev/net/c/5aff430d4e33

You are awesome, thank you!