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 4D8DDA04DD; Sun, 15 Nov 2020 23:53:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 46977493D; Sun, 15 Nov 2020 23:53:35 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 9156731FC for ; Sun, 15 Nov 2020 23:53:33 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 63E0FB86; Sun, 15 Nov 2020 17:53:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Sun, 15 Nov 2020 17:53:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm2; bh=0vVl5uQnWN54e zrxzqPEbMJhjJNNikbgw0iAxREtDes=; b=IG0n06wS6QrNbif91weSd2Zs2wQ6B fVhRyFUH70bsJCkgQAi3MP0z9ggUsYePZsvollambOGvROsjvGEgjwziWQUjIadK Hg/z1S+Qn8fPAsYnNEson/G43GaOnopKGHObkzUBJTHjmPwi2WP2aIPLFrtlfy5g Bk5SY1rUn6d8Z8NHepXNgGVlpdXtYDQ9tzWm5t3fnACgQwqcsO/44cYODrzEGdNq AAWBjprP8ReZU+0x62lt+VN5IsM/hEjeXlqSVq6oRIW85tOB7tZZWW39MD9qiR+d 24JOTeIEfANOM67skZQYJl9JLaSegDKt8id2JvWNfieSSM2OPoeDumbBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=0vVl5uQnWN54ezrxzqPEbMJhjJNNikbgw0iAxREtDes=; b=q0w6uv01 Qx2XxLvCL0K1mpfRO86nl6ANZGlQhH+50ItusczX+dHCjBdxU05Rb/hlWtwwl3w4 I5FI7ceSDJ1PJoYi3zN31WqPgTqiGdL6gIMOlTA0KbzYCr8bf1TKa/kXfrv/R86a s50snX4+iz8FexvrJL44kX31vziCI+SGRk7FeZKdfYfm9kC3zCc2LDf5FfNVpQDo e2mIes1jV7B2tExeTwqxSeCeQSfdmWTJibueDYbggpkilqR4FHXA2lDj8B7PO9Lp ceC9Wxef610UQUh6WiiQ7hf75M4BnDObT8jepugbYazXgGy1sUyVOzx9ndugmiTE PI/sOQyGqcSd8g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeftddgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvhefgiedvjeegtdevhe efhfetleefgfeivefgffevfeejgedtgfeutdehtdegveenucfkphepjeejrddufeegrddv tdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B5B493064AAA; Sun, 15 Nov 2020 17:53:27 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: stephen@networkplumber.org, david.marchand@redhat.com, bruce.richardson@intel.com, bluca@debian.org Date: Sun, 15 Nov 2020 23:53:16 +0100 Message-Id: <20201115225320.68408-1-thomas@monjalon.net> X-Mailer: git-send-email 2.28.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 v11 0/4] 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 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. 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. v11 (Thomas): prepare clean patches for merging in -rc4. For details, see comments on v10. Stephen Hemminger (4): eal: replace usage of blacklist/whitelist in enums eal: replace blacklist/whitelist options test: rename blacklist/whitelist in autotest scripts doc: replace usage of blacklist/whitelist app/test/autotest.py | 16 ++--- app/test/autotest_runner.py | 18 ++--- app/test/test.c | 2 +- app/test/test_eal_flags.c | 53 +++++++-------- devtools/test-null.sh | 2 +- doc/guides/bbdevs/acc100.rst | 2 +- doc/guides/bbdevs/fpga_5gnr_fec.rst | 2 +- doc/guides/bbdevs/fpga_lte_fec.rst | 2 +- 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 | 12 ++-- doc/guides/nics/enic.rst | 10 +-- doc/guides/nics/fail_safe.rst | 20 +++--- doc/guides/nics/features.rst | 2 +- doc/guides/nics/fm10k.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 | 22 +++---- doc/guides/nics/sfc_efx.rst | 2 +- doc/guides/nics/tap.rst | 2 +- doc/guides/nics/thunderx.rst | 4 +- doc/guides/prog_guide/compressdev.rst | 2 +- doc/guides/prog_guide/cryptodev_lib.rst | 2 +- .../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 +- doc/guides/prog_guide/regexdev.rst | 2 +- .../prog_guide/switch_representation.rst | 6 +- doc/guides/rel_notes/deprecation.rst | 23 ------- doc/guides/rel_notes/release_20_11.rst | 6 ++ doc/guides/sample_app_ug/bbdev_app.rst | 14 ++-- .../sample_app_ug/eventdev_pipeline.rst | 4 +- doc/guides/sample_app_ug/ipsec_secgw.rst | 10 +-- doc/guides/sample_app_ug/l3_forward.rst | 8 ++- .../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/comp_perf.rst | 4 +- doc/guides/tools/cryptoperf.rst | 10 +-- 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 | 6 +- drivers/crypto/virtio/virtio_pci.c | 2 +- drivers/net/bnxt/bnxt_ethdev.c | 18 ++--- drivers/net/virtio/virtio_pci.c | 2 +- examples/ipsec-secgw/test/linux_test.sh | 4 +- examples/ipsec-secgw/test/run_test.sh | 4 +- 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 ++- 71 files changed, 349 insertions(+), 331 deletions(-) -- 2.28.0