[dpdk-dev] [PATCH v2 06/10] eal: replace pci-whitelist/pci-blacklist options

2020-06-11 Thread Stephen Hemminger
Replace pci-whitelist with pci-allowlist and pci-blacklist with pci-blocklist. Allow the old options for now, but make sure help and all tests will use the new options. The short flags are more commonly used and changing them would impact more documentation and applications. The -b flag can be des

[dpdk-dev] [PATCH v2 06/10] eal: replace pci-whitelist/pci-blacklist options

2020-06-08 Thread Stephen Hemminger
Replace pci-whitelist with pci-only-list and pci-blacklist with pci-skip-probe. Allow the old options for now, but make sure help and all tests will use the new options. Leave the short flags are more commonly used and changing them would impact more documentation and applications. Signed-off-by: