[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1696261222.git.ecree.xilinx@gmail.com>
Date: Mon, 2 Oct 2023 16:44:40 +0100
From: <edward.cree@....com>
To: <linux-net-drivers@....com>, <davem@...emloft.net>, <kuba@...nel.org>,
<edumazet@...gle.com>, <pabeni@...hat.com>
CC: Edward Cree <ecree.xilinx@...il.com>, <netdev@...r.kernel.org>,
<habetsm.xilinx@...il.com>, <pieter.jansen-van-vuuren@....com>
Subject: [PATCH net-next 0/4] sfc: conntrack offload for tunnels
From: Edward Cree <ecree.xilinx@...il.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(-)
Powered by blists - more mailing lists