Re: [dpdk-dev] [PATCH v5 08/26] eal: do not panic on memzone initialization fails

2017-02-28 Thread Aaron Conole
Bruce Richardson writes: > On Mon, Feb 27, 2017 at 11:17:53AM -0500, Aaron Conole wrote: >> When memzone initialization fails, report the error to the calling >> application rather than panic(). Without a good way of detaching / >> releasing hugepages, at this point the application will have to

Re: [dpdk-dev] [PATCH v5 08/26] eal: do not panic on memzone initialization fails

2017-02-28 Thread Bruce Richardson
On Mon, Feb 27, 2017 at 11:17:53AM -0500, Aaron Conole wrote: > When memzone initialization fails, report the error to the calling > application rather than panic(). Without a good way of detaching / > releasing hugepages, at this point the application will have to restart. > > Signed-off-by: Aar

[dpdk-dev] [PATCH v5 08/26] eal: do not panic on memzone initialization fails

2017-02-27 Thread Aaron Conole
When memzone initialization fails, report the error to the calling application rather than panic(). Without a good way of detaching / releasing hugepages, at this point the application will have to restart. Signed-off-by: Aaron Conole --- lib/librte_eal/linuxapp/eal/eal.c | 7 +-- 1 file ch