mbox series

[net-next,0/3] nfp: flower: police validation and ct enhancements

Message ID 20220914160604.1740282-1-simon.horman@corigine.com (mailing list archive)
Headers show
Series nfp: flower: police validation and ct enhancements | expand

Message

Simon Horman Sept. 14, 2022, 4:06 p.m. UTC
Hi,

this series enhances the flower hardware offload
facility provided by the nfp driver.

1. Add validation of police actions created independently of flows

2. Add support offload of ct NAT action

3. Support offload of rule which has both vlan push/pop/mangle
   and ct action

Hui Zhou (2):
  nfp: flower: support hw offload for ct nat action
  nfp: flower: support vlan action in pre_ct

Ziyang Chen (1):
  nfp: flower: add validation of for police actions which are
    independent of flows

 .../ethernet/netronome/nfp/flower/conntrack.c | 242 +++++++++++++++++-
 .../ethernet/netronome/nfp/flower/conntrack.h |   6 +
 .../ethernet/netronome/nfp/flower/qos_conf.c  |  31 ++-
 3 files changed, 263 insertions(+), 16 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 20, 2022, 8:40 p.m. UTC | #1
Hello:

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

On Wed, 14 Sep 2022 17:06:01 +0100 you wrote:
> Hi,
> 
> this series enhances the flower hardware offload
> facility provided by the nfp driver.
> 
> 1. Add validation of police actions created independently of flows
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] nfp: flower: add validation of for police actions which are independent of flows
    https://git.kernel.org/netdev/net-next/c/9f1a948fd6ef
  - [net-next,2/3] nfp: flower: support hw offload for ct nat action
    https://git.kernel.org/netdev/net-next/c/5cee92c6f57a
  - [net-next,3/3] nfp: flower: support vlan action in pre_ct
    https://git.kernel.org/netdev/net-next/c/742b7072764a

You are awesome, thank you!