From patchwork Fri Dec 4 20:16:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Boyer X-Patchwork-Id: 84760 X-Patchwork-Delegate: ferruh.yigit@amd.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 ACBD2A09E3; Fri, 4 Dec 2020 21:18:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 44036C9C4; Fri, 4 Dec 2020 21:17:41 +0100 (CET) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by dpdk.org (Postfix) with ESMTP id 5525FC9A2 for ; Fri, 4 Dec 2020 21:17:38 +0100 (CET) Received: by mail-pf1-f172.google.com with SMTP id d2so645242pfq.5 for ; Fri, 04 Dec 2020 12:17:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pensando.io; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=OVm2VSo006uurdWozSGryX7PxWJ1xFdZpDUaEcCuJkE=; b=1K9+2Vo5Ji/r3mi25Hhye+onxYmVbVctee2Hg2YDmSvKL4ltTmn59/ShdiaUi0xRun n9oaTR4+1NvKNGCHPJZRNEE8UbUDXFgJDIbnHqsCv92T+A3SlEk2vmqkaXQYPpBxLDTv nFnuPu6cAaR+200Fl90g6y9mQ3gXcottQr3v/Htq6+qmF9hpZnghR7nOb/gzJ8gwv8p9 OTChn3nURgnqzIcIJ8VqbwkwBovAaHSiComrBz76klvOMzB4KFlVUUZGK90V/1G4cFpN hkhSBwU2ExzneZbCDCr4DFa7PAcXjAnpmvgOR6iNIXDpMkUL5FsFYTYm/9GpExiYkdZq vPsQ== 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:in-reply-to:references; bh=OVm2VSo006uurdWozSGryX7PxWJ1xFdZpDUaEcCuJkE=; b=suwg6YZxZ4E3WdrbNy9gyUtyLzsEb7PduJP3fvNr5HqcwizQFu4gN8bdc1yIuyRbsn LoVmUlbtKIFkSBEodRWr7ST0gJwpbU8lZv0almdm0Q6WOGdK6KER33O9GtKQ2q56kwpI I2r/XdoPEUtWkyWC4zd33rc+GawSsefugHUg+YvXzNWfqTUW76HEMAjEzObYao+Ln+38 JmL5IEXykYw/a4/2qtr4AK4PXNR7ylpHPaAkAH/CVezFu4+zAxMibGT3lZJb4+MJwKmY jMI48LDg77/qGMYjSy0su7BQteeX7gAJMuqrnygaMsoJ87l1A397t0VGV+QLxUIEOxDb pCNw== X-Gm-Message-State: AOAM530iXvUcxusW+NB0GhrhjKrqqXYiuuEbVKazuV2dilLC6oQQgSyu PwCjmtIrpZJ9tLU3Ue3ClsDy5yIPeYcNqw== X-Google-Smtp-Source: ABdhPJzWifVCsoLLcGowZbxaIREHb9WLq9RueQvbsxJh4Bwbb9DpA/+oF8TeU4MA1yF3tC2G6rye2Q== X-Received: by 2002:aa7:96e3:0:b029:197:9547:4994 with SMTP id i3-20020aa796e30000b029019795474994mr5384919pfq.60.1607113056245; Fri, 04 Dec 2020 12:17:36 -0800 (PST) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id z20sm2911805pjq.16.2020.12.04.12.17.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Dec 2020 12:17:35 -0800 (PST) From: Andrew Boyer To: dev@dpdk.org Cc: Alfredo Cardigliano , Andrew Boyer Date: Fri, 4 Dec 2020 12:16:40 -0800 Message-Id: <20201204201646.51746-4-aboyer@pensando.io> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201204201646.51746-1-aboyer@pensando.io> References: <20201204201646.51746-1-aboyer@pensando.io> In-Reply-To: <20201203203418.15064-1-aboyer@pensando.io> References: <20201203203418.15064-1-aboyer@pensando.io> Subject: [dpdk-dev] [PATCH v3 3/9] net/ionic: update documentation and MAINTAINERS 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 UNMAINTAINED flag will be removed in a future patch. Signed-off-by: Andrew Boyer --- MAINTAINERS | 3 ++- doc/guides/nics/features/ionic.ini | 2 ++ doc/guides/nics/ionic.rst | 13 +++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index eafe9f8c4..6534983c1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -841,7 +841,8 @@ F: drivers/net/pfe/ F: doc/guides/nics/features/pfe.ini Pensando ionic - UNMAINTAINED -M: Alfredo Cardigliano +M: Andrew Boyer +M: Pensando Drivers F: drivers/net/ionic/ F: doc/guides/nics/ionic.rst F: doc/guides/nics/features/ionic.ini diff --git a/doc/guides/nics/features/ionic.ini b/doc/guides/nics/features/ionic.ini index 083c7bd99..dd29dbed6 100644 --- a/doc/guides/nics/features/ionic.ini +++ b/doc/guides/nics/features/ionic.ini @@ -8,6 +8,7 @@ Speed capabilities = Y Link status = Y Link status event = Y Queue start/stop = Y +Lock-free Tx queue = Y MTU update = Y Jumbo frame = Y Scattered Rx = Y @@ -19,6 +20,7 @@ Unicast MAC filter = Y RSS hash = Y RSS key update = Y RSS reta update = Y +SR-IOV = Y VLAN filter = Y VLAN offload = Y Flow control = Y diff --git a/doc/guides/nics/ionic.rst b/doc/guides/nics/ionic.rst index fd32926bf..0b78cfbac 100644 --- a/doc/guides/nics/ionic.rst +++ b/doc/guides/nics/ionic.rst @@ -1,5 +1,5 @@ .. SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0) - Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved. + Copyright(c) 2018-2020 Pensando Systems, Inc. All rights reserved. IONIC Driver ============ @@ -7,15 +7,16 @@ IONIC Driver The ionic driver provides support for Pensando server adapters. It currently supports the below models: -- `Naples DSC-25 `_ -- `Naples DSC-100 `_ +- DSC-25 dual-port 25G Distributed Services Card +- DSC-100 dual-port 100G Distributed Services Card -Please visit https://pensando.io for more information. +Please visit the Pensando web site at https://pensando.io for more information. +The `Documents `_ page contains Product Briefs and other product information. Identifying the Adapter ----------------------- -To find if one or more Pensando PCI Ethernet devices are installed +To determine if one or more Pensando DSC Ethernet devices are installed on the host, check for the PCI devices: .. code-block:: console @@ -28,6 +29,6 @@ on the host, check for the PCI devices: Building DPDK ------------- -The ionic PMD driver supports UIO and VFIO, please refer to the +The ionic PMD supports UIO and VFIO. Please refer to the :ref:`DPDK documentation that comes with the DPDK suite ` for instructions on how to build DPDK.