eal: do not panic on memzone init failure
authorAaron Conole <aconole@redhat.com>
Wed, 22 Mar 2017 20:19:31 +0000 (16:19 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Mar 2017 13:53:06 +0000 (15:53 +0200)
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 <aconole@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

No differences found