diff mbox series

[ovs-dev,v6,8/8] NEWS: Add keepalive support information in NEWS.

Message ID 1512734667-23202-9-git-send-email-bhanuprakash.bodireddy@intel.com
State Changes Requested
Headers show
Series Add OVS DPDK keep-alive functionality. | expand

Commit Message

Bodireddy, Bhanuprakash Dec. 8, 2017, 12:04 p.m. UTC
Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
---
 NEWS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Fischetti, Antonio Dec. 15, 2017, 2:26 p.m. UTC | #1
I think this needs a trivial rebase, other than that it's ok.

Acked-by: Antonio Fischetti <antonio.fischetti@intel.com>


> -----Original Message-----
> From: ovs-dev-bounces@openvswitch.org [mailto:ovs-dev-
> bounces@openvswitch.org] On Behalf Of Bhanuprakash Bodireddy
> Sent: Friday, December 8, 2017 12:04 PM
> To: dev@openvswitch.org
> Subject: [ovs-dev] [PATCH v6 8/8] NEWS: Add keepalive support
> information in NEWS.
> 
> Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
> ---
>  NEWS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 188a075..6fa69ed 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -15,6 +15,8 @@ Post-v2.8.0
>       * Add support for compiling OVS with the latest Linux 4.13 kernel
>     - "flush-conntrack" in ovs-dpctl and ovs-appctl now accept a 5-tuple
> to
>       delete a specific connection tracking entry.
> +   - Userspace Datapath:
> +     * Added Keepalive support for userspace datapath.
> 
>  v2.8.0 - 31 Aug 2017
>  --------------------
> --
> 2.4.11
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 188a075..6fa69ed 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@  Post-v2.8.0
      * Add support for compiling OVS with the latest Linux 4.13 kernel
    - "flush-conntrack" in ovs-dpctl and ovs-appctl now accept a 5-tuple to
      delete a specific connection tracking entry.
+   - Userspace Datapath:
+     * Added Keepalive support for userspace datapath.
 
 v2.8.0 - 31 Aug 2017
 --------------------