]> 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)
commitc273da0a46bb5af671c982f68969a8cab72457ca
treeba0355c99e8ce49df41483e7d4f076d500d4c474
parent3b7ec5acaa6b280f57d08be37d4d0c6fc6ee5d2e
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: e4f617a63f8d ("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