Spdk/lib/env_dpdk
Darek Stojaczyk f425f16385 env: add spdk_pci_driver_register() to the public API
This allows SPDK apps to register new PCI drivers outside of
the env layer, enabling SPDK as a whole with new use cases.

Change-Id: I0c998a9ec249c3ca610b7b3b8b6caf616b16f64c
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3185
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2020-07-24 21:42:26 +00:00
..
env_internal.h env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
env.c env_dpdk: drop DPDK 18.08 support 2020-07-23 20:48:47 +00:00
env.mk dpdkbuild: add support for DPDK 20.05 2020-07-24 09:40:37 +00:00
init.c lib/event: enable repeated spdk_app_start/stop 2020-07-24 15:25:57 +00:00
Makefile env_dpdk/pci: remove device detach callback 2020-07-23 20:48:47 +00:00
memory.c env_dpdk: drop DPDK 18.08 support 2020-07-23 20:48:47 +00:00
pci_idxd.c env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
pci_ioat.c env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
pci_nvme.c env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
pci_virtio.c env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
pci_vmd.c env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
pci.c env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
spdk_env_dpdk.map env: add spdk_pci_driver_register() to the public API 2020-07-24 21:42:26 +00:00
threads.c thread: add spdk_env_get_primary_core 2020-07-24 15:25:57 +00:00