On Sun, Feb 19, 2017 at 06:41:25PM +0800, [email protected] wrote: > From: Huanle Han <[email protected]> > > Currently, dpdk_init takes a long time and system datapath keeps > disconnecting during dpdk_init on ovs restart. Put bridge_reconfigure() > in front of dpdk_init() so that system datapath works immediately, > and dpdk datapath works on next iteration of bridge_run() > > Signed-off-by: Huanle Han <[email protected]>
Doesn't this just mean that there's a long delay in some other part of the code? Can we spawn a thread to start DPDK in the background? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
