Spdk/lib/env_dpdk
Ziye Yang e15bd00711 nvme: support new format in spdk_pci_addr_parse
The new format is: domain.bus.device.function

For this format, since we use '.' as separator,
to avoid misusing, we only support the following:

1 domain.bus.device.function ( 4 values provided)
2 bus.device.function  (3 values provoided with domain = 0)
3 bus.device  (2 values provided with domain = 0, function = 0)

Change-Id: Ide03db38b4ac7802cf36f0e536e8b997101d6cd3
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2017-04-21 09:38:45 -07:00
..
env_internal.h env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
env.c env: add spdk_mempool_create() socket_id parameter 2017-01-30 13:05:30 -07:00
env.mk env_dpdk: allow linking against DPDK shared libs 2017-01-26 10:51:11 -07:00
init.c env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
Makefile env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
pci_ioat.c env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
pci_nvme.c env: register PMDs on associated first probe 2017-03-06 12:44:34 -07:00
pci.c nvme: support new format in spdk_pci_addr_parse 2017-04-21 09:38:45 -07:00
threads.c env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
vtophys.c env/vtophys: allow registration of >2MB regions 2017-03-10 11:39:28 -07:00