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 B3BD3A052B; Thu, 30 Jul 2020 02:58:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9CD542BB9; Thu, 30 Jul 2020 02:58:15 +0200 (CEST) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by dpdk.org (Postfix) with ESMTP id 5782411A2 for ; Thu, 30 Jul 2020 02:58:14 +0200 (CEST) Received: by mail-pg1-f172.google.com with SMTP id s15so3991015pgc.8 for ; Wed, 29 Jul 2020 17:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=96933/x4TIxog9M2BseliA/5EhHMFOYrz4oFJYXU0fs=; b=PA7KB2yunHKrOg27rkVVyPytRCD2jjtwb9Pk4htJjSWVrM4hYcI9fSRfblMDuM1x7J WtJx/PYUnojxl9DfWdjqNISZLCUuJSMheGhlEgX8FHXXiZ+/FS2MXF95a7+2UlTxM5rn w1belQBpwLomEqe17yIf3Aj5ocmTirGpQlnafe2PlltWEJh5BOwM/NAkRBMhMNrsWZLh MW3204e9JMCHll+WBz7JXFF/KY3JADIaIUWpRndylZAAHxqdWEHiDJRqIMbTn/AKFwUN WSrMXcn2Yw+6tbzA3QWpGvzg8KAyuoTGgnLsID8qSe1deySbJnSw+WoZTbg5pc88A0p6 fElg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=96933/x4TIxog9M2BseliA/5EhHMFOYrz4oFJYXU0fs=; b=HicH8BNg7GZn7oRUTCRHt/I9CgCNVqG8TsSDSl/TYh+Qj5vOdvpxj2Vpv6HpO9pbia jW4S6ypX4HU9DYjUuMI0G0jw8kLunBt63twNq6reUkVJHOonTlKu60/UPr+WPZNDzxr3 U/IEb6DaOMByNDlwFNIGkKHJmyyzkP9WHLUGHBmuItJkrk7Ch1RTO2yENnfKFjFdYEGi robM+Zkq/Kc++lD/ehSp+rnD4U9O4JJZwCiLTclREMDvfvbAFG/qOaJDxOaIMDsMYidb 6F0+uXPM0a84e5zHecnx0afjq4CD2LE5Is0hB4FJ7ML0jN+8XyQwoc9BK2GHQYEl1nbW zyiA== X-Gm-Message-State: AOAM532h0v32Fa8VFkb7dnf91bvF0k1TRdHNpRKGpGIBZrTA+j1rhlJt Oj8bjXYjVBCJ1yh69O1WyD/8zZuW3OlxzQ== X-Google-Smtp-Source: ABdhPJz0+BvwFBNMtT8Aq6Wd+s2CSkVO6RYI+rNNLIzoSNhHVZ52I+QJ/O6PvcNlrWJiwZ0U+TLlEg== X-Received: by 2002:a62:1646:: with SMTP id 67mr682890pfw.281.1596070692603; Wed, 29 Jul 2020 17:58:12 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id s4sm3630423pfh.128.2020.07.29.17.58.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jul 2020 17:58:11 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 29 Jul 2020 17:57:58 -0700 Message-Id: <20200730005804.19251-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200604210200.25405-1-stephen@networkplumber.org> References: <20200604210200.25405-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 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" 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(-) -- 2.27.0