summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2016-01-21 17:15:18 +0300
committerDaniele Di Proietto <diproiettod@vmware.com>2016-02-04 17:10:45 -0800
commita14b8947fd13d4c587addbffd24eedc7bb48ee2b (patch)
tree8e59ab248b5bc1b075bc5e01f83b7c4bd5cf6bfa /NEWS
parent9d2d2b5cd2421369d08422be8a349de974b53301 (diff)
downloadopenvswitch-a14b8947fd13d4c587addbffd24eedc7bb48ee2b.tar.gz
dpif-netdev: Allow different numbers of rx queues for different ports.
Currently, all of the PMD netdevs can only have the same number of rx queues, which is specified in other_config:n-dpdk-rxqs. Fix that by introducing of new option for PMD interfaces: 'n_rxq', which specifies the maximum number of rx queues to be created for this interface. Example: ovs-vsctl set Interface dpdk0 options:n_rxq=8 Old 'other_config:n-dpdk-rxqs' deleted. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Ben Pfaff <blp@ovn.org> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e683dae5f..c133838fb 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ Post-v2.5.0
* OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.
- ovs-ofctl:
* queue-get-config command now allows a queue ID to be specified.
+ - DPDK:
+ * New option "n_rxq" for PMD interfaces.
+ Old 'other_config:n-dpdk-rxqs' is no longer supported.
+
v2.5.0 - xx xxx xxxx
---------------------