From eb4cfbdb7808e49d7b012ef512e0fc0ee1c5fc76 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Fri, 23 Oct 2020 08:55:22 -0400 Subject: [PATCH] Fix recent MAC learning release note Just fixed some grammatical issues in the release note. Change-Id: Ie6b8e300ca0c2aafb5bea32f6bb6326dee1d9c28 --- ...ing-in-case--ovs-offload-26193bf1638fd673.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/releasenotes/notes/fix-mac-learning-in-case--ovs-offload-26193bf1638fd673.yaml b/releasenotes/notes/fix-mac-learning-in-case--ovs-offload-26193bf1638fd673.yaml index 2feaa20637c..9610700b97e 100644 --- a/releasenotes/notes/fix-mac-learning-in-case--ovs-offload-26193bf1638fd673.yaml +++ b/releasenotes/notes/fix-mac-learning-in-case--ovs-offload-26193bf1638fd673.yaml @@ -1,10 +1,11 @@ --- fixes: - | - Fixed MAC learning issue when ovs offload enabled. OVS firewall reduce - the usage of normal actions to reduce cpu utilization. This causing flood - rule because there is no MAC learning on ingress traffic. While this ok - for none offload case, when using ovs offload flood rule is not - offloaded. This fix the MAC learning in the offload, so we avoid flood - rule. - `#1897637 `_. \ No newline at end of file + Fixed a MAC learning issue when OVS offload is enabled. The OVS firewall + reduces the usage of normal actions to reduce CPU utilization. This + causes insertion of a flood rule because there is no MAC learning on + ingress traffic. While this is okay for the non-offload case, when using + OVS offload the flood rule is not being offloaded. This fixes the MAC + learning in the offload case, so we avoid the flood rule. For more + information, see bug + `1897637 `_.