net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtable
authorwenxu <wenxu@ucloud.cn>
Mon, 20 Apr 2020 23:55:43 +0000 (07:55 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2020 19:48:17 +0000 (12:48 -0700)
commitbeb97d3a3192c00575580af9073921c6283cf93d
treeaf2e0c57be92a214f1ca2d9081a0c159e72ed08d
parent58989d7cf6eefc7bc63b63739523e9319a8cfd81
net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtable

When the act_ct SW offload in flowtable, The counter of the conntrack
entry will never update. So update the nf_conn_acct conuter in act_ct
flowtable software offload.

Signed-off-by: wenxu <wenxu@ucloud.cn>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_ct.c