numam-spdk/test/lib
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
..
bdev test/bdev: temporarily disable bdevperf reset test 2017-04-14 15:42:08 -07:00
blob blob: Fix potential NULL pointer dereference in blob_ut 2017-03-27 15:15:24 -07:00
blobfs test/blobfs: fix a couple of unit test memory leaks 2017-04-03 10:10:12 -07:00
env test: Shorten some relative paths using readlink 2017-04-07 08:14:34 -07:00
event test: Shorten some relative paths using readlink 2017-04-07 08:14:34 -07:00
ioat test: Shorten some relative paths using readlink 2017-04-07 08:14:34 -07:00
iscsi env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
json util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
jsonrpc autotest: remove duplicated unit test invocations 2017-01-25 15:19:23 -07:00
log autotest: remove duplicated unit test invocations 2017-01-25 15:19:23 -07:00
nvme nvme/example: add shm_id in identify tool under multi-proc case 2017-04-17 13:09:45 -07:00
nvmf env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
scsi env: Move lcore functions into env layer. 2017-04-04 09:19:01 -07:00
util build: replace DPDK_INC with ENV_CFLAGS 2017-03-21 15:41:13 -07:00
Makefile test/iscsi: build iSCSI unit tests on FreeBSD 2017-03-29 15:27:50 -07:00
test_env.c nvme: support new format in spdk_pci_addr_parse 2017-04-21 09:38:45 -07:00