mbox series

[net,0/2] nfp: fixes for v5.19

Message ID 20220608092901.124780-1-simon.horman@corigine.com (mailing list archive)
Headers show
Series nfp: fixes for v5.19 | expand

Message

Simon Horman June 8, 2022, 9:28 a.m. UTC
Hi,

this short series includes two fixes for the NFP driver.

1. Restructure GRE+VLAN flower offload to address a miss match
   between the NIC firmware and driver implementation which
   prevented these features from working in combination.

2. Prevent unnecessary warnings regarding rate limiting support.-
   It is expected that this feature to not _always_ be present
   but this was not taken into account when the code to check
   for this feature was added.

Etienne van der Linde (1):
  nfp: flower: restructure flow-key for gre+vlan combination

Fei Qin (1):
  nfp: avoid unnecessary check warnings in nfp_app_get_vf_config

 .../ethernet/netronome/nfp/flower/conntrack.c | 32 +++++++++----------
 .../net/ethernet/netronome/nfp/flower/match.c | 16 +++++-----
 .../ethernet/netronome/nfp/nfp_net_sriov.c    | 28 ++++++++--------
 3 files changed, 39 insertions(+), 37 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 10, 2022, 5:20 a.m. UTC | #1
Hello:

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

On Wed,  8 Jun 2022 11:28:59 +0200 you wrote:
> Hi,
> 
> this short series includes two fixes for the NFP driver.
> 
> 1. Restructure GRE+VLAN flower offload to address a miss match
>    between the NIC firmware and driver implementation which
>    prevented these features from working in combination.
> 
> [...]

Here is the summary with links:
  - [net,1/2] nfp: avoid unnecessary check warnings in nfp_app_get_vf_config
    https://git.kernel.org/netdev/net/c/03d5005ff735
  - [net,2/2] nfp: flower: restructure flow-key for gre+vlan combination
    https://git.kernel.org/netdev/net/c/a0b843340dae

You are awesome, thank you!