mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2024-04-16 (ice)

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

Message

Tony Nguyen April 16, 2024, 8:24 p.m. UTC
This series contains updates to ice driver only.

Michal fixes a couple of issues with TC filter parsing; always add match
for src_vsi and remove flag check that could prevent addition of valid
filters.

Marcin adds additional checks for unsupported flower filters.

The following are changes since commit e226eade8f50cda14a353f13777709797c21abf8:
  Merge branch 'net-stmmac-fix-mac-capabilities-procedure'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Marcin Szycik (1):
  ice: Fix checking for unsupported keys on non-tunnel device

Michal Swiatkowski (2):
  ice: tc: check src_vsi in case of traffic from VF
  ice: tc: allow zero flags in parsing tc flower

 drivers/net/ethernet/intel/ice/ice_tc_lib.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 18, 2024, 2:10 a.m. UTC | #1
Hello:

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

On Tue, 16 Apr 2024 13:24:05 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Michal fixes a couple of issues with TC filter parsing; always add match
> for src_vsi and remove flag check that could prevent addition of valid
> filters.
> 
> Marcin adds additional checks for unsupported flower filters.
> 
> [...]

Here is the summary with links:
  - [net,1/3] ice: tc: check src_vsi in case of traffic from VF
    https://git.kernel.org/netdev/net/c/428051600cb4
  - [net,2/3] ice: tc: allow zero flags in parsing tc flower
    https://git.kernel.org/netdev/net/c/73278715725a
  - [net,3/3] ice: Fix checking for unsupported keys on non-tunnel device
    https://git.kernel.org/netdev/net/c/2cca35f5dd78

You are awesome, thank you!