Re: [ovs-dev] [RFC v2 1/2] dpdk: allow init to fail

2018-04-25 Thread Aaron Conole
Kevin Traynor writes: Thanks, Kevin! > On 04/18/2018 07:30 PM, Aaron Conole wrote: >> It's possible for dpdk initialization to fail either due to an internal >> error or an invalid configuration. When that happens, it's rather >> impolite to immediately abort without any details. >> >> With th

Re: [ovs-dev] [RFC v2 1/2] dpdk: allow init to fail

2018-04-25 Thread Kevin Traynor
On 04/18/2018 07:30 PM, Aaron Conole wrote: > It's possible for dpdk initialization to fail either due to an internal > error or an invalid configuration. When that happens, it's rather > impolite to immediately abort without any details. > > With this change, a failed dpdk initialization attempt

[ovs-dev] [RFC v2 1/2] dpdk: allow init to fail

2018-04-18 Thread Aaron Conole
It's possible for dpdk initialization to fail either due to an internal error or an invalid configuration. When that happens, it's rather impolite to immediately abort without any details. With this change, a failed dpdk initialization attempt will continue to trigger a SIGABRT. However, the fai