Merge branch 'sfc-conntrack-offloads'
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2023 10:05:45 +0000 (11:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2023 10:05:45 +0000 (11:05 +0100)
commitddb23e345724245c46301c3dbc5b86bea180d37b
treeb9621e166f85d62776770ca1c0cc9017419ee843
parent2a92fccdaca837f65990139207981014970f996c
parente447056147effae1f77854986b5782bb22d77f62
Merge branch 'sfc-conntrack-offloads'

Edward Cree says:

====================
sfc: conntrack offload for tunnels

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>