]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: fix miss init the mru in qdisc_skb_cb
authorwenxu <wenxu@ucloud.cn>
Wed, 25 Nov 2020 04:01:21 +0000 (12:01 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Nov 2020 22:36:02 +0000 (14:36 -0800)
commit3008493cedf1ec6c42b91b2b4cce368939b725e4
treeba0355c99e8ce49df41483e7d4f076d500d4c474
parent548b942d6cdc4ba34e85889743fe57f2565ffb7e
net/sched: fix miss init the mru in qdisc_skb_cb

The mru in the qdisc_skb_cb should be init as 0. Only defrag packets in the
act_ct will set the value.

Fixes: d07feca1001d ("net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct")
Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/dev.c