[dpdk-dev] [PATCH v10 3/7] eal: replace	pci-whitelist/pci-blacklist options
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sun Nov 15 19:54:11 CET 2020
    
    
  
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 LTS */
>  #define OPT_PCI_WHITELIST     "pci-whitelist"
>  	OPT_PCI_WHITELIST_NUM   = 'w',
[...]
> +	/* legacy option that will be removed in next LTS */
> +#define OPT_PCI_BLACKLIST     "pci-blacklist"
> +	OPT_PCI_BLACKLIST_NUM,
Removal has not been decided yet.
I will change to "will be removed in future".
    
    
More information about the dev
mailing list