ipc: handle unsupported IPC in init
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 25 Apr 2019 12:45:14 +0000 (13:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 Jun 2019 09:27:17 +0000 (11:27 +0200)
commitc830900d75c55ecebb4bffd86215e117dd4a2089
tree8bfac02ed5749d429bb2023e0736fdea125899f3
parent7f9f46d6cef5b03681a3935b9a18378e08ca6f62
ipc: handle unsupported IPC in init

Currently, IPC API will silently ignore unsupported IPC.
Fix the API call and its callers to explicitly handle
unsupported IPC cases.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
lib/librte_eal/common/eal_common_proc.c
lib/librte_eal/freebsd/eal/eal.c
lib/librte_eal/linux/eal/eal.c