Re: [ovs-dev] [RFC v2 0/2] dpdk: minor refactor of the initialization step

2018-04-24 Thread Aaron Conole
Aaron Conole writes: > Sometimes, DPDK initialization can fail, but ovs-vswitchd will abort in > that case. When that occurs, ovs-vswitchd will be restarted by the > monitor and immediately abort. This is rather unfriendly to users, who > would prefer to possibly correct the issue or at least,

[ovs-dev] [RFC v2 0/2] dpdk: minor refactor of the initialization step

2018-04-18 Thread Aaron Conole
Sometimes, DPDK initialization can fail, but ovs-vswitchd will abort in that case. When that occurs, ovs-vswitchd will be restarted by the monitor and immediately abort. This is rather unfriendly to users, who would prefer to possibly correct the issue or at least, not have lots of processes cont