OSDN Git Service

net/sched: act_ct: Software offload of established flows
authorPaul Blakey <paulb@mellanox.com>
Tue, 3 Mar 2020 13:07:51 +0000 (15:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2020 23:09:13 +0000 (15:09 -0800)
commit46475bb20f4ba019abf22b0db10bf55a4158852e
tree141cdc035b22c9e38b97c3a325ebc70db66abca2
parent64ff70b80fd403110b67dd9f7184a604fdb0da43
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>
net/sched/act_ct.c