Spdk/lib/env_dpdk
Darek Stojaczyk cdffd22581 env_dpdk: move NVMe PCI driver definition to the nvme lib
Now that drivers can be registered from upper layers there's
no need to keep them centralized inside env.

(check_format.sh complains that spdk_pci_nvme_get_driver() shouldn't
start with the spdk_ prefix - to workaround that we move the function
declaration from one place in env.h to another - that's enough to
convince check_format it really is a public function)

Change-Id: If86aebd6c997349569c71430ec815b413eb44ef8
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3187
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@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: move NVMe PCI driver definition to the nvme lib 2020-07-24 21:42:26 +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_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_dpdk: move NVMe PCI driver definition to the nvme lib 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