From patchwork Wed Jul 15 23:02:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74144 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D7A8EA0540; Thu, 16 Jul 2020 01:03:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D765E1B5E1; Thu, 16 Jul 2020 01:03:10 +0200 (CEST) Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) by dpdk.org (Postfix) with ESMTP id 1D0BE3421 for ; Thu, 16 Jul 2020 01:03:08 +0200 (CEST) Received: by mail-pl1-f193.google.com with SMTP id q17so3012963pls.9 for ; Wed, 15 Jul 2020 16:03:08 -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=xe4zLGRRteVHW9pAECL50xSq9E2W6uZhJEFVb48n0lk=; b=DioqNnSfn4CpZeeJkTx5I/Ki4IX22SUHBfZrVh0tZBL+tNIebw+EuCzJKfuOQ1Gxpl IDLcg6ZzjkugIdE09fAmQhhr/oEfRVM8bimQ41LNHFbFFkHWSuw99mCch4r4v1jDrq6k EPc+ACOnPDEF1C0hcEHsFA5GkuvZs0k2X8dHzUvE4XZpXumJy4N+KQrrmTQ90deU7d19 VSUCH0YKEkuBUBNizYnt4H3/UEpJCTAOrLlg2F/T4T0xczgh61uQ813ZQPXqT7z2Qgzn L0K6vWukAm2vdX5bCdT2SrttpssiVNMWETETEW35fafVtmO5VOTu4C66pdWmda0uAQCk VgZA== 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=xe4zLGRRteVHW9pAECL50xSq9E2W6uZhJEFVb48n0lk=; b=WzTQ9KGDDQN+9j38bxqzqn54BI8+6feDIqHrgDQgI1CXGIsr0y1eW737grOYS5M2Cc li9WmiSzRQPF5filH+UanrSBqGjeaxVHoifRmugpwWi1uz2Ui2bNJ2nnYUkp6/OnKPfP 2YSqSIxKLUjjmpeVDuujXiLBBYki9ITpIs0ZfRUVrOkrfSw0W05R7gCL1O10owNvZ3MW prt+o7aYvFhHtv2JEE+WoCEL++kWUmB3R479X4aiqSfcQtqwYC/2/dtgQzHFi00yy7jO ZIwlQZORR8N5M/6F0qSHOb/CSOrnK6m9zfEQ1L42x3F/FJW60Bqo+rvFEw7vQ0WgO6RD pDXA== X-Gm-Message-State: AOAM533bA+7q3ynS4xYjI6w2/c4GFOIFjvGXjZdy9z8ez1kQi6RcHohb qB9PArlLCmIV1WrVMXTMI8AgT7ZVgcPqdA== X-Google-Smtp-Source: ABdhPJxX3xMduVB8DvFthXOZQwcooN4pppbyyEIIBJFVzApBBKSaaXMbQwVi1MjuqgvbmqaYQ5jNgQ== X-Received: by 2002:a17:90a:fe96:: with SMTP id co22mr1860714pjb.115.1594854186922; Wed, 15 Jul 2020 16:03:06 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id ji2sm2980888pjb.1.2020.07.15.16.03.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jul 2020 16:03:06 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Luca Boccassi Date: Wed, 15 Jul 2020 16:02:49 -0700 Message-Id: <20200715230257.30810-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200715230257.30810-1-stephen@networkplumber.org> References: <20200607170127.15694-1-stephen@networkplumber.org> <20200715230257.30810-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v5 1/9] rte_ethdev: change comment to rte_dev_eth_mac_addr_add 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" The comment used the term whitelist and was awkardly written. Replace it with simpler direct description of adding a new address. No code or API changes for this. Signed-off-by: Stephen Hemminger Acked-by: Luca Boccassi --- lib/librte_ethdev/rte_ethdev.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index 57e4a6ca58fd..cde6a9645360 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -3387,8 +3387,7 @@ int rte_eth_dev_priority_flow_ctrl_set(uint16_t port_id, struct rte_eth_pfc_conf *pfc_conf); /** - * Add a MAC address to an internal array of addresses used to enable whitelist - * filtering to accept packets only if the destination MAC address matches. + * Add a MAC address to an set of addresses used for accepting incoming packets. * * @param port_id * The port identifier of the Ethernet device.