diff mbox series

[ovs-dev,v3,2/2] NEWS: Add entry for new appctl dpif-netdev/pmd-rxq-rebalance.

Message ID 1516039138-13017-2-git-send-email-ktraynor@redhat.com
State Superseded
Delegated to: Ian Stokes
Headers show
Series [ovs-dev,v3,1/2] dpif-netdev: Add percentage of pmd/core used by each rxq. | expand

Commit Message

Kevin Traynor Jan. 15, 2018, 5:58 p.m. UTC
This feature was added earlier but we thought it better to
advertise in NEWS after there was stats provided to help
the user decide whether they should use it.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---

V3:
- Rebased to DPDK_MERGE branch.

V2:
- Newly added.

 NEWS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 96c7c8d..fb891fa 100644
--- a/NEWS
+++ b/NEWS
@@ -43,4 +43,6 @@  Post-v2.8.0
         - ovs-ofctl dump-ports command now prints new of set custom statistics
           if available (for OpenFlow 1.4+).
+     * New appctl command 'dpif-netdev/pmd-rxq-rebalance' to rebalance rxq to
+       pmd assignments.
      * Add rxq utilization of pmd to appctl 'dpif-netdev/pmd-rxq-show'.
    - Userspace datapath: