diff mbox

[ovs-dev,patch_v6,8/8] dpdk: Update feature alert documentation

Message ID 1487234859-40477-9-git-send-email-dlu998@gmail.com
State Superseded
Headers show

Commit Message

Darrell Ball Feb. 16, 2017, 8:47 a.m. UTC
Signed-off-by: Darrell Ball <dlu998@gmail.com>
---
 Documentation/faq/releases.rst | 2 +-
 NEWS                           | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Flavio Leitner Feb. 21, 2017, 9:13 p.m. UTC | #1
On Thu, Feb 16, 2017 at 12:47:39AM -0800, Darrell Ball wrote:
> Signed-off-by: Darrell Ball <dlu998@gmail.com>
> ---

Thanks for fixing it!

Acked-by: Flavio Leitner <fbl@sysclose.org>
diff mbox

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 319c2d7..eb9187c 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -103,7 +103,7 @@  Q: Are all features available with all datapaths?
     ===================== ============== ============== ========= =======
     Feature               Linux upstream Linux OVS tree Userspace Hyper-V
     ===================== ============== ============== ========= =======
-    NAT                   4.6            YES            NO        NO
+    NAT                   4.6            YES            Yes       NO
     Connection tracking   4.3            YES            PARTIAL   PARTIAL
     Tunnel - LISP         NO             YES            NO        NO
     Tunnel - STT          NO             YES            NO        YES
diff --git a/NEWS b/NEWS
index aebd99c..890549f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@  Post-v2.7.0
    - Tunnels:
      * Added support to set packet mark for tunnel endpoint using
        `egress_pkt_mark` OVSDB option.
+   - Userspace Datapath NAT:
+     * Added NAT support for userspace datapath.
 
 v2.7.0 - xx xxx xxxx
 ---------------------