numam-spdk/include
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
..
spdk nvme: support new format in spdk_pci_addr_parse 2017-04-21 09:38:45 -07:00
spdk_internal bdev: Consistently pass user context to fn_table calls 2017-04-07 08:14:34 -07:00