mbox series

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

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

Message

Stephen Hemminger July 30, 2020, 12:57 a.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.

v2 - fix wording and checkpatch about whitespace

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


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          | 38 +++++++++++++++++++
 lib/librte_ethdev/rte_ethdev.h                |  3 +-
 lib/librte_kni/rte_kni.h                      |  2 +-
 5 files changed, 46 insertions(+), 9 deletions(-)
  

Comments

Thomas Monjalon Aug. 6, 2020, 4:56 p.m. UTC | #1
30/07/2020 02:57, Stephen Hemminger:
> 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.
> 
> v2 - fix wording and checkpatch about whitespace

We need a v3 (urgently).

Please Cc more people to get 3 acks on deprecations.
As a base for Cc, you should use --cc-cmd devtools/get-maintainer.sh
  
John McNamara Aug. 7, 2020, 10:45 a.m. UTC | #2
I just acked it.

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Thursday, August 6, 2020 5:57 PM
> To: Stephen Hemminger <stephen@networkplumber.org>
> Cc: dev@dpdk.org; Richardson, Bruce <bruce.richardson@intel.com>;
> bluca@debian.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v2 20.08 0/6] inclusive language fixes and
> deprecation notices
> 
> 30/07/2020 02:57, Stephen Hemminger:
> > 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.
> >
> > v2 - fix wording and checkpatch about whitespace
> 
> We need a v3 (urgently).
> 
> Please Cc more people to get 3 acks on deprecations.
> As a base for Cc, you should use --cc-cmd devtools/get-maintainer.sh
>