]> git.baikalelectronics.ru Git - kernel.git/commit
ovs: clear skb->tstamp in forwarding path
authorkaixi.fan <fankaixi.li@bytedance.com>
Wed, 18 Aug 2021 02:22:15 +0000 (10:22 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Aug 2021 10:31:13 +0000 (11:31 +0100)
commit08d23ebdcb7819ce967406d85ec88302b069fdef
tree65b39bf82258b35d0c71634430b67b26002a7f22
parent1aa4476e9e42b142c2876929cfd5fdc694b809de
ovs: clear skb->tstamp in forwarding path

fq qdisc requires tstamp to be cleared in the forwarding path. Now ovs
doesn't clear skb->tstamp. We encountered a problem with linux
version 5.4.56 and ovs version 2.14.1, and packets failed to
dequeue from qdisc when fq qdisc was attached to ovs port.

Fixes: 8932dea156bd ("tcp/fq: move back to CLOCK_MONOTONIC")
Signed-off-by: kaixi.fan <fankaixi.li@bytedance.com>
Signed-off-by: xiexiaohui <xiexiaohui.xxh@bytedance.com>
Reviewed-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport.c