diff options
author | Paul Blakey <paulb@mellanox.com> | 2020-03-03 15:07:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-03 15:09:13 -0800 |
commit | 46475bb20f4ba019abf22b0db10bf55a4158852e (patch) | |
tree | 141cdc035b22c9e38b97c3a325ebc70db66abca2 /kernel | |
parent | 64ff70b80fd403110b67dd9f7184a604fdb0da43 (diff) |
net/sched: act_ct: Software offload of established flows
Offload nf conntrack processing by looking up the 5-tuple in the
zone's flow table.
The nf conntrack module will process the packets until a connection is
in established state. Once in established state, the ct state pointer
(nf_conn) will be restored on the skb from a successful ft lookup.
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions