summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2018-08-31 09:47:55 +0100
committerIan Stokes <ian.stokes@intel.com>2018-09-14 11:45:05 +0100
commite77c97b9d693a96349af68c37c561252d8d7dcb8 (patch)
treef5d7d15ef5d07c4b0c24b439fe019420aea4c8e2 /NEWS
parent949758946767ff79b4c3eb5eca755c6cf21643e3 (diff)
downloadopenvswitch-e77c97b9d693a96349af68c37c561252d8d7dcb8.tar.gz
dpif-netdev: Add round-robin based rxq to pmd assignment.
Prior to OVS 2.9 automatic assignment of Rxqs to PMDs (i.e. CPUs) was done by round-robin. That was changed in OVS 2.9 to ordering the Rxqs based on their measured processing cycles. This was to assign the busiest Rxqs to different PMDs, improving aggregate throughput. For the most part the new scheme should be better, but there could be situations where a user prefers a simple round-robin scheme because Rxqs from a single port are more likely to be spread across multiple PMDs, and/or traffic is very bursty/unpredictable. Add 'pmd-rxq-assign' config to allow a user to select round-robin based assignment. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Acked-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33b4d8a23..33b36382c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,9 @@ Post-v2.10.0
as the default timeout for control utilities.
- ovn:
* ovn-ctl: allow passing user:group ids to the OVN daemons.
-
+ - DPDK:
+ * Add option for simple round-robin based Rxq to PMD assignment.
+ It can be set with pmd-rxq-assign.
v2.10.0 - xx xxx xxxx
---------------------