mbox series

[net-next,0/4] sfc: conntrack offload for tunnels

Message ID cover.1696261222.git.ecree.xilinx@gmail.com (mailing list archive)
Headers show
Series sfc: conntrack offload for tunnels | expand

Message

edward.cree@amd.com Oct. 2, 2023, 3:44 p.m. UTC
From: Edward Cree <ecree.xilinx@gmail.com>

This series adds support for offloading TC flower rules which require
 both connection tracking and tunnel decapsulation.  Depending on the
 match keys required, the left-hand-side rule may go in either the
 Outer Rule table or the Action Rule table.

Edward Cree (4):
  sfc: support TC left-hand-side rules on foreign netdevs
  sfc: offload foreign RHS rules without an encap match
  sfc: ensure an extack msg from efx_tc_flower_replace_foreign
    EOPNOTSUPPs
  sfc: support TC rules which require OR-AR-CT-AR flow

 drivers/net/ethernet/sfc/mae.c |  59 +++++-
 drivers/net/ethernet/sfc/tc.c  | 329 ++++++++++++++++++++++++++++++++-
 drivers/net/ethernet/sfc/tc.h  |   6 +
 3 files changed, 388 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 6, 2023, 10:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 2 Oct 2023 16:44:40 +0100 you wrote:
> From: Edward Cree <ecree.xilinx@gmail.com>
> 
> This series adds support for offloading TC flower rules which require
>  both connection tracking and tunnel decapsulation.  Depending on the
>  match keys required, the left-hand-side rule may go in either the
>  Outer Rule table or the Action Rule table.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] sfc: support TC left-hand-side rules on foreign netdevs
    https://git.kernel.org/netdev/net-next/c/ec1dc6c88ce4
  - [net-next,2/4] sfc: offload foreign RHS rules without an encap match
    https://git.kernel.org/netdev/net-next/c/937a0feab42e
  - [net-next,3/4] sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPs
    https://git.kernel.org/netdev/net-next/c/f96622fd3a74
  - [net-next,4/4] sfc: support TC rules which require OR-AR-CT-AR flow
    https://git.kernel.org/netdev/net-next/c/e447056147ef

You are awesome, thank you!