numam-dpdk/drivers/bus/vdev
Anatoly Burakov edf73dd330 ipc: handle unsupported IPC in action register
Currently, IPC API will silently ignore unsupported IPC.
Fix the API call and its callers to explicitly handle
unsupported IPC cases.

For primary processes, it is OK to not have IPC because
there may not be any secondary processes in the first place,
and there are valid use cases that disable IPC support, so
all primary process usages are fixed up to ignore IPC
failures.

For secondary processes, IPC will be crucial, so leave all
of the error handling as is.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2019-06-05 11:27:36 +02:00
..
Makefile eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
meson.build eal: add bus pointer in device structure 2018-10-11 14:09:24 +02:00
rte_bus_vdev_version.map bus/vdev: add custom scan hook 2018-01-12 00:39:20 +01:00
rte_bus_vdev.h remove useless constructor headers 2018-07-12 00:00:35 +02:00
vdev_logs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
vdev_params.c bus/vdev: add iteration filter on name 2018-10-26 22:14:05 +02:00
vdev_private.h bus/vdev: implement device iteration 2018-10-03 14:22:39 +02:00
vdev.c ipc: handle unsupported IPC in action register 2019-06-05 11:27:36 +02:00