diff mbox

[ovs-dev,DPDK:patch_v5,8/8] Update NEWS for userspace datapath NAT

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

Commit Message

Darrell Ball Feb. 8, 2017, 8:18 a.m. UTC
Signed-off-by: Darrell Ball <dlu998@gmail.com>
---
 NEWS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Flavio Leitner Feb. 15, 2017, 5:56 p.m. UTC | #1
On Wed, Feb 08, 2017 at 12:18:01AM -0800, Darrell Ball wrote:
> Signed-off-by: Darrell Ball <dlu998@gmail.com>

That's an important one, but I think you missed the table in
Documentation/faq/releases.rst

    Feature               Linux upstream Linux OVS tree Userspace Hyper-V
    ===================== ============== ============== ========= =======
    NAT                   4.6            YES            NO        NO
diff mbox

Patch

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
 ---------------------