Re: [dpdk-dev] [PATCH v10 1/7] eal: replace usage of blacklist/whitelist in enum

2020-11-11 Thread Luca Boccassi
On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > This patch renames the enum values in the EAL include files. > As a backward compatible temporary migration tool, define > a replacement mapping for old values. > > The old names relating to blacklist and whitelist are replaced > by blo

[dpdk-dev] [PATCH v10 1/7] eal: replace usage of blacklist/whitelist in enum

2020-11-10 Thread Stephen Hemminger
This patch renames the enum values in the EAL include files. As a backward compatible temporary migration tool, define a replacement mapping for old values. The old names relating to blacklist and whitelist are replaced by block list and allow list, but applications may be using the older compatib