diff mbox series

[ovs-dev,v10,4/4] NEWS: Add note on infrastructure for VIF plug providers.

Message ID 20211105140014.3522766-5-frode.nordahl@canonical.com
State Accepted
Headers show
Series Introduce infrastructure for VIF plug providers. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Frode Nordahl Nov. 5, 2021, 2 p.m. UTC
Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
---
 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 5f448e67d..97a833a1b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@  Post v21.09.0
     if not desired.
   - Added Load_Balancer_Group support, which simplifies large scale
     configurations of load balancers.
+  - Introduced infrastructure for VIF plug providers.  When OVN is linked with
+    an appropriate VIF plug provider CMS can request OVN to plug lports.  This
+    is particularly useful in topologies where the ovn-controller process is
+    running on SmartNIC control plane CPUs.  Please refer to
+    Documentation/topics/vif-plug-providers/vif-plug-providers.rst for more
+    information.
 
 OVN v21.09.0 - 01 Oct 2021
 --------------------------