summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2016-04-29 13:44:01 -0400
committerDaniele Di Proietto <diproiettod@vmware.com>2016-04-29 15:07:39 -0700
commitbab6940971336510c1f4342cde0bc17da46b99f1 (patch)
tree1978f936db9c59f46497e8c3220ae9ab8bc94a05 /NEWS
parent563c98d86e77ba0345661e212137906747958db1 (diff)
downloadopenvswitch-bab6940971336510c1f4342cde0bc17da46b99f1.tar.gz
netdev-dpdk: Convert initialization from cmdline to db
Existing DPDK integration is provided by use of command line options which must be split out and passed to librte in a special manner. However, this forces any configuration to be passed by way of a special DPDK flag, and interferes with ovs+dpdk packaging solutions. This commit delays dpdk initialization until after the OVS database connection is established, at which point ovs initializes librte. It pulls all of the config data from the OVS database, and assembles a new argv/argc pair to be passed along. Signed-off-by: Aaron Conole <aconole@redhat.com> Acked-by: Kevin Traynor <kevin.traynor@intel.com> Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3167e8dca..c20b64c22 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,11 @@ Post-v2.5.0
assignment.
* Type of log messages from PMD threads changed from INFO to DBG.
* QoS functionality with sample egress-policer implementation.
+ * The mechanism for configuring DPDK has changed to use database
+ * Sensible defaults have been introduced for many of the required
+ configuration options
+ * DB entries have been added for many of the DPDK EAL command line
+ arguments
- ovs-benchmark: This utility has been removed due to lack of use and
bitrot.
- ovs-appctl: