summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-03-06 09:49:11 +0300
committerDaniele Di Proietto <diproiettod@vmware.com>2017-03-09 17:33:26 -0800
commit736ca516f3b4c0cb6c06d995cbd294786696de8f (patch)
treeda6feed12311e0bb152303c2c363c8b4b96d4928 /NEWS
parent96e9b168e0ed45823616eddbe879e06976ecfb98 (diff)
downloadopenvswitch-736ca516f3b4c0cb6c06d995cbd294786696de8f.tar.gz
dpdk: Redirect DPDK log to OVS logging subsystem.
This should be helpful for have all the logs in one place. 'ovs-appctl vlog' commands for 'dpdk' module can be used to configure the log level. Lower bound for DPDK logging (--log-level) still can be passed through 'dpdk-extra' field. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-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 ce9fe8803..8d4af9ead 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ Post-v2.7.0
`egress_pkt_mark` OVSDB option.
- EMC insertion probability is reduced to 1% and is configurable via
the new 'other_config:emc-insert-inv-prob' option.
+ - DPDK:
+ * DPDK log messages redirected to OVS logging subsystem.
+ Log level can be changed in a usual OVS way using
+ 'ovs-appctl vlog' commands for 'dpdk' module. Lower bound
+ still can be configured via extra arguments for DPDK EAL.
v2.7.0 - xx xxx xxxx
---------------------