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 F1D0DA04B1; Tue, 10 Nov 2020 14:56:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D7BE7F90; Tue, 10 Nov 2020 14:56:46 +0100 (CET) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 931CFDED for ; Tue, 10 Nov 2020 14:56:45 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id r17so8844539wrw.1 for ; Tue, 10 Nov 2020 05:56:45 -0800 (PST) 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=T+knU8R34+QzjkLlI0coHiu0JQhriTwO2sU7mhVbAGM=; b=UTphmaZAgah8OXUnoJu+KfPTM2aTR65qHak+BVKdYoYCmv1+dntx0SYF9JeFLtuE+I gM/4DUgzhRJ1f2CkZSulcSJiUU1NIxXZnudEvwhWDN7NRxq7PF9Nowaqw8id1/lULoBr a100EjPMfXIRkPduxLJ7Pv8jdbU+hyhFlSrZt9l7k0ZMrIw6D8zSOcZ9Z5l3Y1oGe+m8 eX9+ZAUAwWwh7vMscGmFQ0CuwlgK/pwpdGx25cw7/Po/SbaCAFqYYRSQfkfZudpx7Htq eM28eW8P9DhaETeXzotpI9G0b75vIAcQ91oASj0J95GrMp43vQ3MRdLQJRsPNHVQBKMl QvAw== X-Gm-Message-State: AOAM530OIyN2pMudKTbsnaS8O19KPTjQ7r0DHpRtjwR9aGJ7WVCQZBSm 8RX16YisalpgQDAbqJlkFwBhONqtE2M9suDbqZY= X-Google-Smtp-Source: ABdhPJwPGDj/YWeD0b3xg/5+31DhGGamaAAFWlg/gBZhQbZoT/4e+r7QCuWZd5THhUMyMjnOLqlSvQ== X-Received: by 2002:a05:6000:10c:: with SMTP id o12mr25607032wrx.81.1605016604287; Tue, 10 Nov 2020 05:56:44 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id n6sm17471808wrj.60.2020.11.10.05.56.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Nov 2020 05:56:43 -0800 (PST) Message-ID: <4893c2a404c4e774375fb35e79ad61c836f14aa1.camel@debian.org> From: Luca Boccassi To: Stephen Hemminger , dev@dpdk.org Date: Tue, 10 Nov 2020 13:56:42 +0000 In-Reply-To: <20201105223602.5965-1-stephen@networkplumber.org> References: <20200922143202.8755-1-stephen@networkplumber.org> <20201105223602.5965-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 v9 0/6] replace blacklist/whitelist with allow/block 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 Thu, 2020-11-05 at 14:35 -0800, Stephen Hemminger wrote: > This patch series changes the use of the terms blacklist and whitelist > and instead uses block and allow. The change is most visible > in the options passed to DPDK programs for marking which devices > to use. >=20 > The options are also shortened because they can be used for > not just PCI devices. When DPDK was expanded to support other bus > types the -b option was also uses for non-PCI devices. But the > documentation and the name of the long option never changed. >=20 > v9 - rebase to main and use the feedback from David Marchand > fix some more leftover places where previous names > where still in documentation, comments, help etc. > split out release note (so people look at it) >=20 > v8 - incorporate more of the feedback from David Marchand > fix the pci-blacklist option number and reformat the usage > (All the usage message should be fixed format). >=20 > v7 - fix options handling changes in test code. > this should fix the CI failures. >=20 > Stephen Hemminger (6): > eal: replace usage of blacklist/whitelist in enum > drivers: replace references to blacklist > eal: replace pci-whitelist/pci-blacklist options > app/test: use new allowlist and blocklist > doc: change references to blacklist and whitelist > doc: update release notes now for block allow changes >=20 > app/test/autotest.py | 16 ++--- > app/test/autotest_runner.py | 18 ++--- > app/test/test.c | 2 +- > app/test/test_eal_flags.c | 53 +++++++-------- > doc/guides/cryptodevs/dpaa2_sec.rst | 6 +- > doc/guides/cryptodevs/dpaa_sec.rst | 6 +- > doc/guides/cryptodevs/qat.rst | 12 ++-- > doc/guides/eventdevs/octeontx2.rst | 20 +++--- > 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/linux_gsg/linux_drivers.rst | 4 +- > doc/guides/mempool/octeontx2.rst | 4 +- > doc/guides/nics/bnxt.rst | 18 ++--- > doc/guides/nics/cxgbe.rst | 12 ++-- > doc/guides/nics/dpaa.rst | 6 +- > doc/guides/nics/dpaa2.rst | 6 +- > doc/guides/nics/enic.rst | 6 +- > doc/guides/nics/fail_safe.rst | 20 +++--- > doc/guides/nics/features.rst | 2 +- > doc/guides/nics/i40e.rst | 16 ++--- > doc/guides/nics/ice.rst | 16 ++--- > doc/guides/nics/ixgbe.rst | 4 +- > doc/guides/nics/mlx4.rst | 18 ++--- > doc/guides/nics/mlx5.rst | 14 ++-- > doc/guides/nics/nfb.rst | 2 +- > doc/guides/nics/octeontx2.rst | 23 +++---- > doc/guides/nics/sfc_efx.rst | 2 +- > doc/guides/nics/tap.rst | 2 +- > doc/guides/nics/thunderx.rst | 4 +- > .../prog_guide/env_abstraction_layer.rst | 8 +-- > doc/guides/prog_guide/multi_proc_support.rst | 4 +- > doc/guides/prog_guide/poll_mode_drv.rst | 6 +- > .../prog_guide/switch_representation.rst | 6 +- > doc/guides/rel_notes/deprecation.rst | 23 ------- > doc/guides/rel_notes/release_20_11.rst | 11 ++++ > doc/guides/sample_app_ug/bbdev_app.rst | 14 ++-- > .../sample_app_ug/eventdev_pipeline.rst | 4 +- > doc/guides/sample_app_ug/ipsec_secgw.rst | 12 ++-- > doc/guides/sample_app_ug/l3_forward.rst | 7 +- > .../sample_app_ug/l3_forward_access_ctrl.rst | 2 +- > .../sample_app_ug/l3_forward_power_man.rst | 3 +- > doc/guides/sample_app_ug/vdpa.rst | 2 +- > doc/guides/tools/cryptoperf.rst | 6 +- > doc/guides/tools/flow-perf.rst | 2 +- > doc/guides/tools/testregex.rst | 2 +- > drivers/bus/dpaa/dpaa_bus.c | 7 +- > drivers/bus/fslmc/fslmc_bus.c | 9 ++- > drivers/bus/fslmc/fslmc_vfio.c | 12 ++-- > drivers/bus/pci/pci_common.c | 24 +++---- > drivers/bus/vmbus/vmbus_common.c | 4 +- > drivers/crypto/virtio/virtio_pci.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 | 66 +++++++++++-------- > lib/librte_eal/common/eal_options.h | 13 +++- > lib/librte_eal/include/rte_bus.h | 10 ++- > lib/librte_eal/include/rte_dev.h | 10 ++- > lib/librte_eal/include/rte_devargs.h | 10 ++- > 59 files changed, 326 insertions(+), 299 deletions(-) >=20 I verified that no new build issues are introduced on various distro/archs combination via OBS. --=20 Kind regards, Luca Boccassi