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 38599A04B6; Tue, 22 Sep 2020 16:33:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C83B61DA60; Tue, 22 Sep 2020 16:32:19 +0200 (CEST) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by dpdk.org (Postfix) with ESMTP id 9D4791D66A for ; Tue, 22 Sep 2020 16:32:15 +0200 (CEST) Received: by mail-pf1-f174.google.com with SMTP id d6so12611388pfn.9 for ; Tue, 22 Sep 2020 07:32:15 -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=c6MKSj60zrkd94tG1M8z9uvSEp7/ne6XHPNwteWOxMU=; b=1dZQYu9Dfvuu33hmgQbIRLqHxgTQYZ0/0eR8jzNIKEhHFMxuAL9xWD0tu0PRlqDBTS TxoTUx4kYL6T5t56UiSC7WDRLDcnI4yIODB4vwh6vJZBD3o9lyI15PVBt6zevH/qCGl4 ZDcbYRUpSb02LOEAEVaUFg9sam9d9hYJXdRGPUhboHs8EX83cispCHRNbbqvr/iv1V1/ FfwNqTI/8g4Y9MVtQpW5kYXwa1UEzN8WMo8gV0u0uJ8OxqbzQWe3LSXzrBY1IFVoHEP4 o892So62m4p1Almm9PIiQLa5iaFk6wYx4b3CSKtnp84vWA3jqLO+OiV00d6BD/OESt77 2Mtw== 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=c6MKSj60zrkd94tG1M8z9uvSEp7/ne6XHPNwteWOxMU=; b=PibK9zGOp9Eut+02qtP1JVtdlN9EZOAEuHauTy4elACcryRlKmbN0Y5CUAvWWgN03u eYINs4BzPvpeE9+FDCRbBprg2kfso6PVCGDOmkd2Pb4WCIzmrRjo7ufOcvp/O6WI/jJU wKqPoiolJZLwt91+3AGu9LbGR81GFGpSseWxdcVF/PCU0NYdjimG5ztsd67XDfX0jxNU Oq7rjzMxu29ovlD/5pBIOxzJ4hjMajOri3S6LnsmvhG/rN4p7zq1nbssbDxrF6A82Dqr mUdIM/NBBejT/fyX1cmY140KzzUly5zDjbT06crVNxsiWKtuoO3UofC9pJTuzxtPqVjR dYEQ== X-Gm-Message-State: AOAM53265m6PWGZdhr8ESpSM25DWXkb/HcuNKj0ZajhrfexxxUhrEgEI aY0BtXwFBIHw8LwggOEBMT5gLof+/b90ZA== X-Google-Smtp-Source: ABdhPJyeJLEfg6MapEcsyPgRoqmhGrmR5Xwm7ZmiEVlrVdEbWjkJg7EBmWKC3VHIOg8Hugzpl59+hw== X-Received: by 2002:a17:902:b7c7:b029:d1:cc21:9c38 with SMTP id v7-20020a170902b7c7b02900d1cc219c38mr5124427plz.21.1600785134263; Tue, 22 Sep 2020 07:32:14 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id l14sm4786037pfc.170.2020.09.22.07.32.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Sep 2020 07:32:13 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 22 Sep 2020 07:32:01 -0700 Message-Id: <20200922143202.8755-8-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 7/8] doc: change reference to allowlist relative to MAC filtering 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" Avoid potential confusion in documentation around allow option for bus addresses by rewording the text around MAC address filtering. Signed-off-by: Stephen Hemminger --- doc/guides/nics/bnxt.rst | 11 ++++------- doc/guides/nics/features.rst | 2 +- doc/guides/nics/mlx4.rst | 2 +- doc/guides/nics/mlx5.rst | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst index 627fe88f455d..1a78b5c74fbd 100644 --- a/doc/guides/nics/bnxt.rst +++ b/doc/guides/nics/bnxt.rst @@ -258,8 +258,8 @@ The BNXT PMD supports hardware-based packet filtering: Unicast MAC Filter ^^^^^^^^^^^^^^^^^^ -The application adds (or removes) MAC addresses to enable (or disable) -allowlist filtering to accept packets. +The application adds (or removes) MAC addresses that enable (or disable) +filtering on MAC address used to accept packets. .. code-block:: console @@ -269,17 +269,14 @@ allowlist filtering to accept packets. Multicast MAC Filter ^^^^^^^^^^^^^^^^^^^^ -Application adds (or removes) Multicast addresses to enable (or disable) -allowlist filtering to accept packets. +Application adds (or removes) Multicast addresses that enable (or disable) +filtering on multicast MAC address used to accept packets. .. code-block:: console testpmd> show port (port_id) mcast_macs testpmd> mcast_addr (add|remove) (port_id) (XX:XX:XX:XX:XX:XX) -Application adds (or removes) Multicast addresses to enable (or disable) -allowlist filtering to accept packets. - Note that the BNXT PMD supports up to 16 MC MAC filters. if the user adds more than 16 MC MACs, the BNXT PMD puts the port into the Allmulticast mode. diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index 6aecead6e019..19b6e7e3312f 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -247,7 +247,7 @@ Supports enabling/disabling receiving multicast frames. Unicast MAC filter ------------------ -Supports adding MAC addresses to enable allowlist filtering to accept packets. +Supports adding MAC addresses to filter. * **[implements] eth_dev_ops**: ``mac_addr_set``, ``mac_addr_add``, ``mac_addr_remove``. * **[implements] rte_eth_dev_data**: ``mac_addrs``. diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index dfdccb4aab7c..13c598ef39b8 100644 --- a/doc/guides/nics/mlx4.rst +++ b/doc/guides/nics/mlx4.rst @@ -422,7 +422,7 @@ devices managed by librte_pmd_mlx4. eth4 eth5 -#. Optionally, retrieve their PCI bus addresses for allowlisting:: +#. Optionally, retrieve their PCI bus addresses for use in allow argument:: { for intf in eth2 eth3 eth4 eth5; diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index d24f70428e4c..fc0f3fc57f70 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -1526,7 +1526,7 @@ ConnectX-4/ConnectX-5/ConnectX-6/BlueField devices managed by librte_pmd_mlx5. eth32 eth33 -#. Optionally, retrieve their PCI bus addresses for allowlisting:: +#. Optionally, retrieve their PCI bus addresses for use in allow list:: { for intf in eth2 eth3 eth4 eth5; -- 2.27.0