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 6CB5EA04DE; Thu, 22 Oct 2020 22:40:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 698836C98; Thu, 22 Oct 2020 22:40:14 +0200 (CEST) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id 5D7BD6C96 for ; Thu, 22 Oct 2020 22:40:11 +0200 (CEST) Received: by mail-pl1-f196.google.com with SMTP id 1so1595399ple.2 for ; Thu, 22 Oct 2020 13:40:11 -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=QKCeQ1ZLJse/5omx0XOJw3isW+jRlSCOZSTcU/RcHtM=; b=elI5texkjHoVoz/RSK4lgLv4NcceXUBsjtWcytf4t804LnMQ3fXVjdYeHxfQ3hAdXm v1aK7MB7EL/kK88yJpAU1piv3q7Fp5xXHhAlrl/VXUechk9zhl50nJnoZ1rqZUCwJG3d z8ghIGzXkv6QiQmlijymz4FYukPNLbuIlAsOrd2iYDGIO21zvKuKaFTcVCFGq5CDLF3U n02y+Y+8ktTa+SIasVWazi2f9N3flLLMgCkZK9G94ehAgz3uF+ze16s9X+B7cwHgn7jg 6k8fMIT/5aYZKcsF4kDYCk//hf9Rm5KEzcXuNpKbxCkm1Z73ciqVCY3V74sTu1JxOyn8 iM/A== 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=QKCeQ1ZLJse/5omx0XOJw3isW+jRlSCOZSTcU/RcHtM=; b=ffiT3hGPxNVUUOxqvca1dgBmMjVt7PC3Zk8MEpo+MAcrgZA89g7QDK9XmqQhuZGUzE YIfoFRssaMoX/p7CrLGHfGAjPecwJBYBCCUykuARbL3pCCBRJOxy8k2Z6WfGQdXloyBG Uxuy5TY1gnkX8BLkUt+2QVgQ2fZbCxki9ROV+cK6/UQwof/Df3U5Qk3yUF53KLnjnbTY wMFfxVQK/Q1jsbgypz7JHbSX+KvbDTx3rLzw5/kBf3Q6NpNhJPaixmzYL6YcKLPN5yQM EOIr6nmu4NXMn2J9H378MWcEHzRGreqpxSc9SZ3qX9NLqIuOhKMwtQref05sfFSsiFwK Rmqw== X-Gm-Message-State: AOAM530N9AX1ZBJqdg+9PcT2uIcZzeo4c8qSe2AnK5x8d6dvxu+iHXVG s3mL5ymZzKmx37B6/g0NdrHTe6z6V1yl9QmG X-Google-Smtp-Source: ABdhPJy+6JCOWVUfgLuRryVDzXQoYF5n2lId8y+5FZSxqnNPdHpBzBIMOnfa5oUKfauWYuFZ7l1yyA== X-Received: by 2002:a17:902:6bc4:b029:d5:ef85:1a63 with SMTP id m4-20020a1709026bc4b02900d5ef851a63mr4071714plt.73.1603399209936; Thu, 22 Oct 2020 13:40:09 -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 n16sm3365727pfo.150.2020.10.22.13.40.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 13:40:09 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 22 Oct 2020 13:39:57 -0700 Message-Id: <20201022204002.30876-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200922143202.8755-1-stephen@networkplumber.org> References: <20200922143202.8755-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/5] replace blacklist/whitelist with block/allow 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 is a revised version of the earlier RFC patch set for changing the blacklist/whitelist terms in DPDK. The first patch is a duplicate from the other patch set about use of master/slave in API. Note: This may cause some warnings in existing programs in the CI tests using the -w flag. It also causes checkpatch complaints because we are replacing blacklist which is flagged by the current versions. v4 - fix some references to -w change to -a in docs - fix alignment of output of help Stephen Hemminger (5): 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 app/test/autotest.py | 16 ++--- app/test/autotest_runner.py | 18 ++--- app/test/test.c | 2 +- app/test/test_eal_flags.c | 52 +++++++------- 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 | 16 ++--- doc/guides/nics/features.rst | 2 +- doc/guides/nics/i40e.rst | 16 ++--- doc/guides/nics/ice.rst | 28 +++++--- 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 | 22 +++--- 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 | 6 +- 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/release_20_11.rst | 5 ++ doc/guides/sample_app_ug/bbdev_app.rst | 14 ++-- .../sample_app_ug/eventdev_pipeline.rst | 2 +- doc/guides/sample_app_ug/ipsec_secgw.rst | 12 ++-- doc/guides/sample_app_ug/l3_forward.rst | 6 +- .../sample_app_ug/l3_forward_access_ctrl.rst | 2 +- .../sample_app_ug/l3_forward_power_man.rst | 2 +- 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 | 70 ++++++++++++------- lib/librte_eal/common/eal_options.h | 9 ++- lib/librte_eal/include/rte_bus.h | 10 ++- lib/librte_eal/include/rte_dev.h | 10 ++- lib/librte_eal/include/rte_devargs.h | 10 ++- 58 files changed, 324 insertions(+), 272 deletions(-) -- 2.27.0