Re: [dpdk-dev] [PATCH 07/25] eal: Signal error when CPU isn't supported

2017-01-30 Thread Aaron Conole
Stephen Hemminger writes: > On Fri, 27 Jan 2017 09:56:45 -0500 > Aaron Conole wrote: > >> 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 >>

Re: [dpdk-dev] [PATCH 07/25] eal: Signal error when CPU isn't supported

2017-01-27 Thread Stephen Hemminger
On Fri, 27 Jan 2017 09:56:45 -0500 Aaron Conole wrote: > 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:

[dpdk-dev] [PATCH 07/25] eal: Signal error when CPU isn't supported

2017-01-27 Thread Aaron Conole
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 --- lib/librte_eal/linuxapp/eal/eal.c | 5 - 1 fi