mbox series

[20.08,0/6] Inclusive language fixes and deprecation notices

Message ID 20200727192015.26418-1-stephen@networkplumber.org (mailing list archive)
Headers
Series Inclusive language fixes and deprecation notices |

Message

Stephen Hemminger July 27, 2020, 7:20 p.m. UTC
  This set annonuces the upcoming changes for 20.11 around master/slave
and blacklist/whitelist. It also fixes several places in the
current code where the wrong and confusing terminolgy was used.

Stephen Hemminger (6):
  doc: announce deprecation of master lcore
  kni: fix reference to master/slave process
  doc: fix incorrect reference to master process
  doc: announce deprecation blacklist/whitelist
  rte_ethdev: change comment to rte_dev_eth_mac_addr_add
  check_maintainers: change variable names

 devtools/check-maintainers.sh                 |  8 ++---
 .../thread_safety_dpdk_functions.rst          |  4 +--
 doc/guides/rel_notes/deprecation.rst          | 33 +++++++++++++++++++
 lib/librte_ethdev/rte_ethdev.h                |  3 +-
 lib/librte_kni/rte_kni.h                      |  2 +-
 5 files changed, 41 insertions(+), 9 deletions(-)
  

Comments

Stephen Hemminger July 28, 2020, 5:16 a.m. UTC | #1
On Mon, 27 Jul 2020 12:20:09 -0700
Stephen Hemminger <stephen@networkplumber.org> wrote:

> This set annonuces the upcoming changes for 20.11 around master/slave
> and blacklist/whitelist. It also fixes several places in the
> current code where the wrong and confusing terminolgy was used.
> 
> Stephen Hemminger (6):
>   doc: announce deprecation of master lcore
>   kni: fix reference to master/slave process
>   doc: fix incorrect reference to master process
>   doc: announce deprecation blacklist/whitelist
>   rte_ethdev: change comment to rte_dev_eth_mac_addr_add
>   check_maintainers: change variable names
> 
>  devtools/check-maintainers.sh                 |  8 ++---
>  .../thread_safety_dpdk_functions.rst          |  4 +--
>  doc/guides/rel_notes/deprecation.rst          | 33 +++++++++++++++++++
>  lib/librte_ethdev/rte_ethdev.h                |  3 +-
>  lib/librte_kni/rte_kni.h                      |  2 +-
>  5 files changed, 41 insertions(+), 9 deletions(-)
> 

LOL all these patches trip the new checkpatch check for master
or slave in a patch. Apparently checkpatch doesn't read.