ovs: clear skb->tstamp in forwarding path
authorkaixi.fan <fankaixi.li@bytedance.com>
Wed, 18 Aug 2021 02:22:15 +0000 (10:22 +0800)
committerSasha Levin <sashal@kernel.org>
Thu, 26 Aug 2021 12:35:50 +0000 (08:35 -0400)
commiteee84eafc3bb78d575b482abe7aaa281cb6bf84f
tree345ddd55ff51d6aa53dd7284ffe697e757911f26
parent47a1161dacb1eb4a98be92e16e75d64f48f3ca49
ovs: clear skb->tstamp in forwarding path

[ Upstream commit 01634047bf0d5c2d9b7d8095bb4de1663dbeedeb ]

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: fb420d5d91c1 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/openvswitch/vport.c