Hi, This patchset modifies ovs-ctl to pass DPDK options to ovs-vswitchd. It essentially allows to pass them to ovs-ctl along with the rest of the commands (start, stop etc) and regular options, extract them, and pass them on to ovs-vswitchd before the daemon is started. For example, the following invocations are now supported:
* ovs-ctl <command> --dpdk $dpdk_opt1 $dpdk_opt2 -- --$ovs_opt1 --$ovs_opt2 * ovs-ctl --$ovs_opt1 <command> --dpdk $dpdk_opt1 $dpdk_opt2 * ovs-ctl --dpdk $dpdk_opt1 $dpdk_opt2 -- <command> --$ovs_opt1 --$ovs_opt2 Markos Chandras (2): utilities: ovs-ctl: Drop duplicate line utilities: ovs-ctl.in: Allow passing DPDK options to ovs-vswitchd utilities/ovs-ctl.in | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) -- 2.8.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev