Re: [dpdk-dev] [PATCH v2 04/10] eal: replace usage of blacklist/whitelist in enum

2020-06-12 Thread Gaƫtan Rivet
On 11/06/20 17:20 -0700, Stephen Hemminger wrote: > The terms blacklist and whitelist are often seen as reminders > of the divisions in society. Instead, use more exact terms for > handling of which devices are used in DPDK. > > This patch renames the enum values in the EAL include files. > As a b

[dpdk-dev] [PATCH v2 04/10] eal: replace usage of blacklist/whitelist in enum

2020-06-11 Thread Stephen Hemminger
The terms blacklist and whitelist are often seen as reminders of the divisions in society. Instead, use more exact terms for handling of which devices are used in DPDK. This patch renames the enum values in the EAL include files. As a backward compatiable temporary migration tool, define a replace

[dpdk-dev] [PATCH v2 04/10] eal: replace usage of blacklist/whitelist in enum

2020-06-08 Thread Stephen Hemminger
This patch renames the enum values in the EAL include files. As a backward compatiable temporary migration tool, define a replacement mapping for old values. The old names relating to blacklist and whitelist are replaced by blocklist and allowlist, but applications may be using the older compatiab