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 531B0A04FC; Tue, 9 Jun 2020 11:37:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 50C7D262E; Tue, 9 Jun 2020 11:37:13 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 4ACC825D9 for ; Tue, 9 Jun 2020 11:37:12 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id x13so20501055wrv.4 for ; Tue, 09 Jun 2020 02:37:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=HEzzWgnEYdPvq6lzbVG0RVbzUEVa7zuZrOlcPZZkdns=; b=bwVa0WgaDrjLjNeyqNS1pgnF8mFXX58NL4J+q0Ky3poN4VPnbwGZGAlmq+kGf0EJ80 3NNUvDJ1IKAJX4JMNwsbJCiKm02F6+NblThWXFiQIgMldkomgRQetNHHrmXA7LWudUyZ FU4Kg3eV6OdOXxzIO9ROQ9tqrpAvfYipiAp1TOC2n+XBF9OMyRc5e13UzHmyFd0SKm3y V/do2hKJkAihLBfYIUnVsgnszf9cjNxd7p6DhbBE2rKxoPHhIMd/2Y2palzqu+LCr6tl XduxpsUKKEy0N6NBb5N5SudBNiY4fJOry9EOHjSnGwKYz0Dt+4PpDhHIUNZcWrtp/GaB 55Fw== X-Gm-Message-State: AOAM532MsyzL81SynnUxb95Ejf8g/KCx3XCHNw5J2SaPQ1LAC0GbD0iC UcOv5DONNnw/U5c9MUYYKGCCWzstb1s= X-Google-Smtp-Source: ABdhPJwpYI2ujI8w3d6vH805vmG0P34teyBS6Ow7EzuV5VeDOxlCx1E69V/zlgt5dqh+ZdoA+trUng== X-Received: by 2002:adf:a41a:: with SMTP id d26mr3529684wra.324.1591695431889; Tue, 09 Jun 2020 02:37:11 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id t8sm2222359wmi.46.2020.06.09.02.37.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Jun 2020 02:37:11 -0700 (PDT) Message-ID: From: Luca Boccassi To: Stephen Hemminger , dev@dpdk.org Date: Tue, 09 Jun 2020 10:37:10 +0100 In-Reply-To: <20200608192546.7160-1-stephen@networkplumber.org> References: <20200607170127.15694-1-stephen@networkplumber.org> <20200608192546.7160-1-stephen@networkplumber.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 00/10] Rename blacklist/whitelist to 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, 2020-06-08 at 12:25 -0700, Stephen Hemminger wrote: > The terms blacklist and whitelist are often seen as reminders > of the divisions in society. Instead, use more exact terms for > handling of which devices are used in DPDK. >=20 > This is a proposed change for DPDK 20.08 to replace the names > blacklist and whitelist in API and command lines. >=20 > The first three patches fix some other unnecessary use of > blacklist/whitelist and have no user visible impact. >=20 > The rest change the PCI blacklist to be blocklist and > whitelist to be allowlist. >=20 > v2 > - incorporate feedback for names in rte_dev.h and rte_bus.h > - fix wording in comments and doc > - add _Pragma to cause deprecation warning >=20 > Stephen Hemminger (10): > rte_ethdev: change comment to rte_dev_eth_mac_addr_add > mk: replace reference to blacklist/whitelist > check_maintainers: change variable names > eal: replace usage of blacklist/whitelist in enum > drivers: replace references to blacklist > eal: replace pci-whitelist/pci-blacklist options > doc: replace references to blacklist/whitelist > app/test: use new allowlist and blocklist > doc: add note about blacklist/whitelist changes > eal: mark old macros for blacklist/whitelist as deprecated >=20 > app/test/autotest.py | 16 +++--- > app/test/autotest_runner.py | 18 +++---- > app/test/test.c | 2 +- > app/test/test_eal_flags.c | 52 +++++++++---------- > devtools/check-maintainers.sh | 8 +-- > doc/guides/cryptodevs/dpaa2_sec.rst | 4 +- > doc/guides/cryptodevs/dpaa_sec.rst | 4 +- > doc/guides/cryptodevs/qat.rst | 4 +- > doc/guides/freebsd_gsg/build_sample_apps.rst | 2 +- > doc/guides/linux_gsg/build_sample_apps.rst | 2 +- > doc/guides/linux_gsg/eal_args.include.rst | 14 ++--- > doc/guides/nics/bnxt.rst | 6 +-- > doc/guides/nics/cxgbe.rst | 4 +- > doc/guides/nics/dpaa.rst | 4 +- > doc/guides/nics/dpaa2.rst | 4 +- > doc/guides/nics/enic.rst | 6 +-- > doc/guides/nics/fail_safe.rst | 14 ++--- > doc/guides/nics/features.rst | 2 +- > doc/guides/nics/ice.rst | 2 +- > doc/guides/nics/mlx4.rst | 6 +-- > doc/guides/nics/mlx5.rst | 2 +- > doc/guides/nics/sfc_efx.rst | 2 +- > doc/guides/nics/tap.rst | 2 +- > .../prog_guide/env_abstraction_layer.rst | 7 ++- > doc/guides/prog_guide/multi_proc_support.rst | 4 +- > doc/guides/rel_notes/known_issues.rst | 4 +- > doc/guides/rel_notes/release_20_08.rst | 5 ++ > doc/guides/rel_notes/release_2_1.rst | 2 +- > doc/guides/sample_app_ug/bbdev_app.rst | 6 +-- > doc/guides/sample_app_ug/ipsec_secgw.rst | 4 +- > doc/guides/sample_app_ug/l3_forward.rst | 2 +- > .../sample_app_ug/l3_forward_access_ctrl.rst | 2 +- > drivers/bus/dpaa/dpaa_bus.c | 7 ++- > drivers/bus/fslmc/fslmc_bus.c | 9 ++-- > drivers/bus/fslmc/fslmc_vfio.c | 8 +-- > drivers/bus/pci/pci_common.c | 21 ++++---- > drivers/bus/vmbus/vmbus_common.c | 4 +- > drivers/crypto/virtio/virtio_pci.c | 2 +- > drivers/net/fm10k/fm10k_ethdev.c | 2 +- > drivers/net/virtio/virtio_pci.c | 2 +- > lib/librte_eal/common/eal_common_devargs.c | 14 ++--- > lib/librte_eal/common/eal_common_options.c | 29 ++++++----- > lib/librte_eal/common/eal_options.h | 8 +-- > lib/librte_eal/include/rte_bus.h | 12 ++++- > lib/librte_eal/include/rte_dev.h | 12 ++++- > lib/librte_eal/include/rte_devargs.h | 12 ++++- > lib/librte_ethdev/rte_ethdev.h | 3 +- > mk/rte.sdktest.mk | 14 ++--- > 48 files changed, 201 insertions(+), 174 deletions(-) Series-Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi