From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 46A2DA0521; Tue, 28 Jul 2020 07:16:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 164E41BFF2; Tue, 28 Jul 2020 07:16:11 +0200 (CEST) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id D8C5C1BE8A for ; Tue, 28 Jul 2020 07:16:09 +0200 (CEST) Received: by mail-pg1-f194.google.com with SMTP id l12so139878pgt.13 for ; Mon, 27 Jul 2020 22:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Ng/ne/ZwNGuNR6zfhpLNXHTlJeLbQM1OK3pCG9HVTP8=; b=uKoGG9aY8GmFU+3lr5s6Z7nIpkIYKrQrpoJCLA7LRNAMOD0AANo+n6Uy9/IxjDFNPG ufL7LElgvelFkWUIocHHofM5+ZtMoihUdRfnehPB2WfS5v3LZUkMktJopBCrDQq94g2c MOETo1mclWtHZNJWTQXpINs0GzPI+hOFuP/n9w1tR07BqSYGua1cceft6VK4OSegqX5u Eo0GQcQ2l7pqV8l7E81sV1883NKxV2jS7Mw2nuELo0UDbEhPu2iuA7t5qugHOsegdQla RBPeYVOAqHaGuR3pBtWvy9PlLUoWjzalZ8S2GMf4K5tgBc6P/Z2bGbWyy/iohLe8E3U+ nyow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Ng/ne/ZwNGuNR6zfhpLNXHTlJeLbQM1OK3pCG9HVTP8=; b=U7QQFXSu/rPwDeC9i9xyGkDlQGsFxZwsKGVRS37+hn5mYAUPLhqjoysKnY+yBXpRGe eF7+qVv0gYNxriGnKNpQJw2KrUXvi1P1Ro6pkN8tv1oiBm9k30W67DXjnam2hFZ/NHuw CWsJ7ipzsloz+jBKJXGX/aGQMOasS7Rrdl/VYaCQ8Bsw3CBVOMguIm2n3IUhX/W9ljP0 5T4osv85mz3DgLZp8x302jjnbg13Seki2bYVvZ46MwtN8DVPgdYQlfybcDrJij/d9u6W oIg3bGq1c4XYlXb8fwham7FySedmRQ24TxehWP2uNzqdofQpDZ++I1bWV6xaxh0RQkHh I8bg== X-Gm-Message-State: AOAM532SliOxAbo8M+b6VFkKheP8mHE+5zC3DIJjWFSIVOG8EYDRkRPc zcB9sEKMdoZbMQxX4oWN0foHJHplIDwNdg== X-Google-Smtp-Source: ABdhPJyZsFeWN4Wl9gaIaHZpzdP3N+1XAlH1t4uIZxKFhPjr3qCN7HEav0oWbQkdijJ/6J7Gd/XcGA== X-Received: by 2002:a63:ca0c:: with SMTP id n12mr23426257pgi.216.1595913368632; Mon, 27 Jul 2020 22:16:08 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id w71sm17211262pfd.6.2020.07.27.22.16.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jul 2020 22:16:08 -0700 (PDT) Date: Mon, 27 Jul 2020 22:16:06 -0700 From: Stephen Hemminger To: dev@dpdk.org Message-ID: <20200727221606.77fe1b6b@hermes.lan> In-Reply-To: <20200727192015.26418-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> <20200727192015.26418-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 20.08 0/6] Inclusive language fixes and deprecation notices X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 27 Jul 2020 12:20:09 -0700 Stephen Hemminger 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.