From patchwork Thu Dec 3 20:34:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Boyer X-Patchwork-Id: 84740 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 2783AA04B0; Thu, 3 Dec 2020 21:35:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1E4C1C9E6; Thu, 3 Dec 2020 21:34:53 +0100 (CET) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by dpdk.org (Postfix) with ESMTP id 20D5AC9D0 for ; Thu, 3 Dec 2020 21:34:50 +0100 (CET) Received: by mail-pf1-f170.google.com with SMTP id c79so2100250pfc.2 for ; Thu, 03 Dec 2020 12:34:50 -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=GFiLTSAOIRGacoEACnTwvnj/eT7T/BLxyjWSvxdTRqVtwk3Wh69zlK1TirFPljlgnA fDyLT/en6y6Exlqcl1luzXdVHVauUqsdPP1mzdoKXvTzn5MQt0hI/PZEkztG07ZOgiab VzIHRSbqly7OoxcAA2UUCxy+0A5XfoQ4ZnJ78SByf6oKB7SOeHnqwq+IL54ZgXkOWUmw yhLDNWalQY0E0qsDnMsNc1JZHtJCYPoM+g2GZ9PTbg9PLR9h4cEBYryN8cJG4rHHfHLK VqSvmk2CKAVad6YE16WAZ8W7MvFyAXYRM8S1+ZtqEi37cIrct6Y9ZVigw/945FoxmELb LWTg== 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=bv/md+SBxs1S9z7SalZeUMqCp1dWZh3BFO7QsBkupBR4rvX727KnD7FC6JjxbIo57N Z37lUDXSlCXIIxN/MAhQmo8Blp/OWQFmDaRPRJ6KxqZ+HxRuD2JZihAXEX3RYQySWud4 Iksu1PnGuoK5/FjK88Nt+05WdFqd8dWHAncBTjr76jD87r191f/I+xlKUZ8VeHyT1Bwo k2WWrxlRHXa040wonCRxsPivWCgMGWsQH8fGsO0ZP/dRzawOgoGw6e4FJtozKM6/bMaJ Btw1hPrENGVdAh+BJ6TW6jDOQKfiv++8mQpMblHxtTDpc49MwIyFuQSuB6VnvJQ31rO5 CvMg== X-Gm-Message-State: AOAM531w/JEjelXIe+MOTCgjiZsXaGe7NYfRpwwVZ9nmlm2s3azS2f2/ 7haG8qPXWf4+7gtb293lShNwws0FvHF2tQ== X-Google-Smtp-Source: ABdhPJzO37XUs4WY2ls+qiQY8CXn1NmOY/S7rVH+YNHuzyk985sZtyscnUDRjueezkqHT1asVBekow== X-Received: by 2002:a62:3103:0:b029:19b:d4e8:853c with SMTP id x3-20020a6231030000b029019bd4e8853cmr562284pfx.59.1607027688112; Thu, 03 Dec 2020 12:34:48 -0800 (PST) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id w145sm2709770pff.75.2020.12.03.12.34.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Dec 2020 12:34:47 -0800 (PST) From: Andrew Boyer To: dev@dpdk.org Cc: Alfredo Cardigliano , Andrew Boyer Date: Thu, 3 Dec 2020 12:34:12 -0800 Message-Id: <20201203203418.15064-4-aboyer@pensando.io> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201203203418.15064-1-aboyer@pensando.io> References: <20201203203418.15064-1-aboyer@pensando.io> In-Reply-To: <20201102183527.69209-1-aboyer@pensando.io> References: <20201102183527.69209-1-aboyer@pensando.io> Subject: [dpdk-dev] [PATCH v2 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.