Re: [dpdk-dev] [PATCH v7 02/14] eal: do not panic when CPU isn't supported

2017-03-23 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Mar 22, 2017 at 04:19:28PM -0400, Aaron Conole wrote: >> This adds a new API to check for the eal cpu versions. >> >> It's now possible to gracefully exit the application, or for >> applications which support non-dpdk datapaths working in concert with >> DPDK d

Re: [dpdk-dev] [PATCH v7 02/14] eal: do not panic when CPU isn't supported

2017-03-23 Thread Bruce Richardson
On Wed, Mar 22, 2017 at 04:19:28PM -0400, Aaron Conole wrote: > This adds a new API to check for the eal cpu versions. > > It's now possible to gracefully exit the application, or for > applications which support non-dpdk datapaths working in concert with > DPDK datapaths, there no longer is the p

[dpdk-dev] [PATCH v7 02/14] eal: do not panic when CPU isn't supported

2017-03-22 Thread Aaron Conole
This adds a new API to check for the eal cpu versions. It's now possible to gracefully exit the application, or for applications which support non-dpdk datapaths working in concert with DPDK datapaths, there no longer is the possibility of exiting for unsupported CPUs. Signed-off-by: Aaron Conole