diff mbox series

[ovs-dev,v11,5/5] NEWS: Mark output packet batching support.

Message ID 1516011655-15669-6-git-send-email-i.maximets@samsung.com
State Accepted
Delegated to: Ian Stokes
Headers show
Series Output packet batching (Time-based). | expand

Commit Message

Ilya Maximets Jan. 15, 2018, 10:20 a.m. UTC
New feature should be mentioned in news, especially because it has
user-visible configuration options.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
---
 NEWS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jan Scheurich Jan. 15, 2018, 12:22 p.m. UTC | #1
Acked-by: Jan Scheurich <jan.scheurich@ericsson.com>

> -----Original Message-----
> From: Ilya Maximets [mailto:i.maximets@samsung.com]
> Sent: Monday, 15 January, 2018 11:21
> To: ovs-dev@openvswitch.org
> Cc: Heetae Ahn <heetae82.ahn@samsung.com>; Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>; Antonio Fischetti
> <antonio.fischetti@intel.com>; Eelco Chaudron <echaudro@redhat.com>; Ciara Loftus <ciara.loftus@intel.com>; Kevin Traynor
> <ktraynor@redhat.com>; Jan Scheurich <jan.scheurich@ericsson.com>; Billy O'Mahony <billy.o.mahony@intel.com>; Ian Stokes
> <ian.stokes@intel.com>; Ilya Maximets <i.maximets@samsung.com>
> Subject: [PATCH v11 5/5] NEWS: Mark output packet batching support.
> 
> New feature should be mentioned in news, especially because it has
> user-visible configuration options.
> 
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
> ---
>  NEWS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index cb020d0..2c28456 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -42,6 +42,8 @@ Post-v2.8.0
>            "management" statistics.
>          - ovs-ofctl dump-ports command now prints new of set custom statistics
>            if available (for OpenFlow 1.4+).
> +   - Userspace datapath:
> +     * Output packet batching support.
>     - vswitchd:
>       * Datapath IDs may now be specified as 0x1 (etc.) instead of 16 digits.
>       * Configuring a controller, or unconfiguring all controllers, now deletes
> --
> 2.7.4
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index cb020d0..2c28456 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,8 @@  Post-v2.8.0
           "management" statistics.
         - ovs-ofctl dump-ports command now prints new of set custom statistics
           if available (for OpenFlow 1.4+).
+   - Userspace datapath:
+     * Output packet batching support.
    - vswitchd:
      * Datapath IDs may now be specified as 0x1 (etc.) instead of 16 digits.
      * Configuring a controller, or unconfiguring all controllers, now deletes