summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniele Di Proietto <diproiettod@vmware.com>2016-10-04 17:58:05 -0700
committerDaniele Di Proietto <diproiettod@vmware.com>2017-01-10 18:39:14 -0800
commitec2b070143c2ad54565c2130fcf4cfe9ad03018f (patch)
treeb27714dd741af0d623abda9a998eff0d72217989 /tests
parentf4b835bb0f2e7040a52bc3b0bbd6ba8fa4b20857 (diff)
downloadopenvswitch-ec2b070143c2ad54565c2130fcf4cfe9ad03018f.tar.gz
dpdk: Late initialization.
With this commit, we allow the user to set other_config:dpdk-init=true after the process is started. This makes it easier to start Open vSwitch with DPDK using standard init scripts without restarting the service. This is still far from ideal, because initializing DPDK might still abort the process (e.g. if there not enough memory), so the user must check the status of the process after setting dpdk-init to true. Nonetheless, I think this is an improvement, because it doesn't require restarting the whole unit. CC: Aaron Conole <aconole@redhat.com> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ofproto-macros.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index 5477777b8..faff5b0a8 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -331,7 +331,7 @@ m4_define([_OVS_VSWITCHD_START],
/ofproto|INFO|using datapath ID/d
/netdev_linux|INFO|.*device has unknown hardware address family/d
/ofproto|INFO|datapath ID changed to fedcba9876543210/d
-/dpdk|INFO|DPDK Disabled - to change this requires a restart./d']])
+/dpdk|INFO|DPDK Disabled - Use other_config:dpdk-init to enable/d']])
])
# OVS_VSWITCHD_START([vsctl-args], [vsctl-output], [=override],