Re: [dpdk-dev] [PATCH v2 05/10] drivers: replace references to blacklist

2020-06-12 Thread Gaëtan Rivet
On 11/06/20 17:20 -0700, Stephen Hemminger wrote: > Use the new terminolgy BLOCKLIST to describe when devices > are excluded from being used. > > Signed-off-by: Stephen Hemminger In general: in comments using 'blocklisted' does not flow well, I think using 'blocked' would be better. -- Gaëtan

[dpdk-dev] [PATCH v2 05/10] drivers: replace references to blacklist

2020-06-11 Thread Stephen Hemminger
Use the new terminolgy BLOCKLIST to describe when devices are excluded from being used. Signed-off-by: Stephen Hemminger --- drivers/bus/dpaa/dpaa_bus.c| 7 +++ drivers/bus/fslmc/fslmc_bus.c | 9 - drivers/bus/fslmc/fslmc_vfio.c | 8 drivers/bus/pci/pci_c

[dpdk-dev] [PATCH v2 05/10] drivers: replace references to blacklist

2020-06-08 Thread Stephen Hemminger
Use the new terminolgy BLOCKED to describe when devices are excluded from being used. Signed-off-by: Stephen Hemminger --- drivers/bus/dpaa/dpaa_bus.c| 7 +++ drivers/bus/fslmc/fslmc_bus.c | 9 - drivers/bus/fslmc/fslmc_vfio.c | 8 drivers/bus/pci/pci_com