aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/sfp-phylink.rst
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-03-03 15:09:13 -0800
committerDavid S. Miller <davem@davemloft.net>2020-03-03 15:09:13 -0800
commit630fe59e384e90150094885ade5d7fb482a12fa3 (patch)
tree141cdc035b22c9e38b97c3a325ebc70db66abca2 /Documentation/networking/sfp-phylink.rst
parentocteontx2-af: fix spelling mistake "backpessure" -> "backpressure" (diff)
parentnet/sched: act_ct: Software offload of established flows (diff)
downloadlinux-dev-630fe59e384e90150094885ade5d7fb482a12fa3.tar.xz
linux-dev-630fe59e384e90150094885ade5d7fb482a12fa3.zip
Merge branch 'act_ct-Software-offload-of-conntrack_in'
Paul Blakey says: ==================== act_ct: Software offload of conntrack_in This series adds software offload of connections with an established ct state using the NF flow table offload infrastructure, so once such flows are offloaded, they will not pass through conntrack again, and instead act_ct will restore the conntrack info metadata on the skb to the state it had on the offload event - established. Act_ct maintains an FT instance per ct zone. Flow table entries are created, per ct connection, when connections enter an established state and deleted otherwise. Once an entry is created, the FT assumes ownership of the entry, and manages it's aging. On the datapath, first lookup the skb in the zone's FT before going into conntrack, and if a matching flow is found, restore the conntrack info metadata on the skb, and skip calling conntrack. Note that this patchset is part of the connection tracking offload feature. Hardware offload of connections with an established ct state series will follow this one. Changelog: v1->v2: Removed now unused netfilter patches ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/sfp-phylink.rst')
0 files changed, 0 insertions, 0 deletions