Message ID | cover.1696974554.git.ecree.xilinx@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | sfc: support conntrack NAT offload | expand |
On Tue, Oct 10, 2023 at 10:51:58PM +0100, edward.cree@amd.com wrote: > From: Edward Cree <ecree.xilinx@gmail.com> > > The EF100 MAE supports performing NAT (and NPT) on packets which match in > the conntrack table. This series adds that capability to the driver. > > Edward Cree (2): > sfc: parse mangle actions (NAT) in conntrack entries > sfc: support offloading ct(nat) action in RHS rules > > drivers/net/ethernet/sfc/mae.c | 3 +- > drivers/net/ethernet/sfc/tc.c | 8 +++ > drivers/net/ethernet/sfc/tc.h | 2 + > drivers/net/ethernet/sfc/tc_conntrack.c | 91 ++++++++++++++++++++++++- > 4 files changed, 101 insertions(+), 3 deletions(-) For series, Reviewed-by: Simon Horman <horms@kernel.org>
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 10 Oct 2023 22:51:58 +0100 you wrote: > From: Edward Cree <ecree.xilinx@gmail.com> > > The EF100 MAE supports performing NAT (and NPT) on packets which match in > the conntrack table. This series adds that capability to the driver. > > Edward Cree (2): > sfc: parse mangle actions (NAT) in conntrack entries > sfc: support offloading ct(nat) action in RHS rules > > [...] Here is the summary with links: - [net-next,1/2] sfc: parse mangle actions (NAT) in conntrack entries https://git.kernel.org/netdev/net-next/c/38f9a08a3e6a - [net-next,2/2] sfc: support offloading ct(nat) action in RHS rules https://git.kernel.org/netdev/net-next/c/0c7fe3b3720e You are awesome, thank you!
From: Edward Cree <ecree.xilinx@gmail.com> The EF100 MAE supports performing NAT (and NPT) on packets which match in the conntrack table. This series adds that capability to the driver. Edward Cree (2): sfc: parse mangle actions (NAT) in conntrack entries sfc: support offloading ct(nat) action in RHS rules drivers/net/ethernet/sfc/mae.c | 3 +- drivers/net/ethernet/sfc/tc.c | 8 +++ drivers/net/ethernet/sfc/tc.h | 2 + drivers/net/ethernet/sfc/tc_conntrack.c | 91 ++++++++++++++++++++++++- 4 files changed, 101 insertions(+), 3 deletions(-)