Reviewed: https://review.opendev.org/698336 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a75ec08ddb6a672ba685a11ba3f7df1569497723 Submitter: Zuul Branch: master
commit a75ec08ddb6a672ba685a11ba3f7df1569497723 Author: Moshe Levi <[email protected]> Date: Tue Dec 10 23:11:54 2019 +0200 don't clear skb mark when ovs is hw-offload enabled skb mark is not supported when using ovs hw-offload and using it breaks the vxlan offload. This patch clear skb mark only if ovs hw-offload is disabled. This should be fine as ovs with hw-offload runs on the compute node (DVR is not supported), so clear the skb mark for the qrouter is not needed. Closes-Bug: #1855888 Change-Id: I71f45fcd9b7e7bdacaafc7fa96c775e88333ab48 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1855888 Title: ovs-offload with vxlan is broken due to adding skb mark Status in neutron: Fix Released Bug description: The following patch [1] add use of egress_pkt_mark which is not support with ovs hardware offload. This cause regression break in openstack when using ovs hardware offload when using vxlan [1] - https://review.opendev.org/#/c/675054/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1855888/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

