diff mbox series

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

Message ID 1515096166-16257-6-git-send-email-jan.scheurich@ericsson.com
State Superseded
Delegated to: Ian Stokes
Headers show
Series dpif-netdev: Refactor cycle count and rebased patches | expand

Commit Message

Jan Scheurich Jan. 4, 2018, 8:02 p.m. UTC
From: Ilya Maximets <i.maximets@samsung.com>

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

Patch

diff --git a/NEWS b/NEWS
index a7f2def..d9c6641 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@  Post-v2.8.0
      * Add support for vHost IOMMU
      * New debug appctl command 'netdev-dpdk/get-mempool-info'.
      * All the netdev-dpdk appctl commands described in ovs-vswitchd man page.
+   - Userspace datapath:
+     * Output packet batching support.
    - vswitchd:
      * Datapath IDs may now be specified as 0x1 (etc.) instead of 16 digits.