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".