From patchwork Thu Aug 6 17:19:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 75256 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F6E3A0353; Thu, 6 Aug 2020 19:19:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2665C2C28; Thu, 6 Aug 2020 19:19:57 +0200 (CEST) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by dpdk.org (Postfix) with ESMTP id E54472BF2 for ; Thu, 6 Aug 2020 19:19:55 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id w17so28035849ply.11 for ; Thu, 06 Aug 2020 10:19:55 -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=ToB2733xe8nVH1MSThQb5R6MidACjC0J2k5iJMMJb28=; b=lJaKDAxNf+igagPTt/Yzph53qUb/THkahTY5z6t0nnTQTCIV5FtN/lA+0VcCq/qUlW 1Lttt22sO8JdSSTQuzq5EXixYhI1hyfhdMUfZUDHUPiEr5uHeJ59qLK0XheW6gIY0i2A k8t+DixzXB7ovZOYtaghqzIoKXpy/UOI6TSWuALJXnUK7s6v/Ri6mhP4Y2y7bLhkW1vi cVXPrPMghLqMohICalRcuYaCLu8JqlWEDi5tZbKN7RaQKhBhtWdN9fjslPcd+hUbw77L nhJ2xtmu+m4ZVMdRxvX4tpUb4Raro2DwVInX9TDkdduqMcxON34iHVzqb7K7UM93gP1b bNDg== 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=ToB2733xe8nVH1MSThQb5R6MidACjC0J2k5iJMMJb28=; b=enQYZwKqLKM9SDlAURdVP50ZMkrWRuYBdzxti5I+IwhJS0nGqNRxtHl87bG9cYISnD /EfI2a0Wb81aAXs0Uod14UtxxkuyA2rhHI605KMLC2DDI1AF0etf0TJypj5patnpUzYn cjXmA5ee7FnR7NSMYsanelIZC1FsDb1wu4j8RZO/CZxox8DsSvN22Twa4UACXfgmV9j0 PTAcIzrbQPL7VO4Mp5DBSHKGxyvX6bXWZ5isMjMwsI3dFQCEeZoxKE/LgTLF13bI9exX EWp17SjfEXArRlrh/JcI8OvM25ok6GQIQSj3IEUac3H51frtM6L/OrAxREkgmE2uJ/RQ NHHQ== X-Gm-Message-State: AOAM532DM7F9aPn9m/x5iz/QMBnDag0ohauFDpvXw09cbUnrbuACV/Ba S4j/69ZvTULyUBawitsNdfBbAzlgyro= X-Google-Smtp-Source: ABdhPJx//CgDMKh58Oj/4V5vGOE4H+2kGskU6yU8hG8nukeXxzlN4YSjJiVGTNCVcUQVoZvyT0z5BQ== X-Received: by 2002:a17:902:904c:: with SMTP id w12mr9156016plz.147.1596734394652; Thu, 06 Aug 2020 10:19:54 -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 h15sm9042821pfo.192.2020.08.06.10.19.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Aug 2020 10:19:53 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 6 Aug 2020 10:19:41 -0700 Message-Id: <20200806171947.6609-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 Subject: [dpdk-dev] [PATCH v3 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. v3 - review feedback and acks 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 devtools/check-maintainers.sh | 8 ++-- .../thread_safety_dpdk_functions.rst | 4 +- doc/guides/rel_notes/deprecation.rst | 43 +++++++++++++++++++ lib/librte_ethdev/rte_ethdev.h | 3 +- lib/librte_kni/rte_kni.h | 2 +- 5 files changed, 51 insertions(+), 9 deletions(-) Acked-by: John McNamara