Re: [dpdk-dev] [PATCH v5 03/26] eal: No panic on hugepages info init

2017-02-28 Thread Aaron Conole
Bruce Richardson writes: > On Mon, Feb 27, 2017 at 11:17:48AM -0500, Aaron Conole wrote: >> When attempting to scan hugepages, signal to the eal.c that an error has >> occurred, rather than performing a panic. >> >> Signed-off-by: Aaron Conole >> --- >> lib/librte_eal/linuxapp/eal/eal_hugepage

Re: [dpdk-dev] [PATCH v5 03/26] eal: No panic on hugepages info init

2017-02-28 Thread Bruce Richardson
On Mon, Feb 27, 2017 at 11:17:48AM -0500, Aaron Conole wrote: > When attempting to scan hugepages, signal to the eal.c that an error has > occurred, rather than performing a panic. > > Signed-off-by: Aaron Conole > --- > lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 6 -- > 1 file change

[dpdk-dev] [PATCH v5 03/26] eal: No panic on hugepages info init

2017-02-27 Thread Aaron Conole
When attempting to scan hugepages, signal to the eal.c that an error has occurred, rather than performing a panic. Signed-off-by: Aaron Conole --- lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal