ipc: handle unsupported IPC in sync request
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 25 Apr 2019 12:45:18 +0000 (13:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 Jun 2019 09:28:05 +0000 (11:28 +0200)
commitc7ef989970004dadd0d40319467131b1598a9cfd
tree957713a3395d816f88c4c4149b51071017bc11ac
parent144767514e5ee8436f6e5959f95c2c6559f315b3
ipc: handle unsupported IPC in sync request

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>
drivers/net/mlx4/mlx4_mp.c
drivers/net/mlx5/mlx5_mp.c
lib/librte_eal/common/eal_common_proc.c
lib/librte_eal/common/hotplug_mp.c
lib/librte_eal/common/include/rte_eal.h
lib/librte_eal/common/malloc_mp.c