Re: [dpdk-dev] [PATCH v10 3/7] eal: replace pci-whitelist/pci-blacklist options

2020-11-15 Thread Thomas Monjalon
10/11/2020 23:55, Stephen Hemminger: > Replace -w / --pci-whitelist with -a / --allow options > and --pci-blacklist with --block. > The -b short option remains unchanged. > > Allow the old options for now, but print a nag > warning since old options are deprecated. > > Signed-off-by: Stephen Hemm

Re: [dpdk-dev] [PATCH v10 3/7] eal: replace pci-whitelist/pci-blacklist options

2020-11-15 Thread Thomas Monjalon
10/11/2020 23:55, Stephen Hemminger: > + /* legacy options that will be removed in next LTS */ > + {OPT_PCI_BLACKLIST, 1, NULL, OPT_PCI_BLACKLIST_NUM}, > + {OPT_PCI_WHITELIST, 1, NULL, OPT_PCI_WHITELIST_NUM}, [...] > + /* legacy option that will be removed in next LT

Re: [dpdk-dev] [PATCH v10 3/7] eal: replace pci-whitelist/pci-blacklist options

2020-11-11 Thread Luca Boccassi
On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > Replace -w / --pci-whitelist with -a / --allow options > and --pci-blacklist with --block. > The -b short option remains unchanged. > > Allow the old options for now, but print a nag > warning since old options are deprecated. > > Sign

[dpdk-dev] [PATCH v10 3/7] eal: replace pci-whitelist/pci-blacklist options

2020-11-10 Thread Stephen Hemminger
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged. Allow the old options for now, but print a nag warning since old options are deprecated. Signed-off-by: Stephen Hemminger Acked-by: Luca Boccassi --- lib/librte_eal/c