From patchwork Fri Sep 1 09:34:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Renyong Wan X-Patchwork-Id: 131046 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F17F44221E; Fri, 1 Sep 2023 11:35:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BFAC40285; Fri, 1 Sep 2023 11:35:39 +0200 (CEST) Received: from VLXDG1SPAM1.ramaxel.com (email.unionmem.com [221.4.138.186]) by mails.dpdk.org (Postfix) with ESMTP id 5831B4014F for ; Fri, 1 Sep 2023 11:35:37 +0200 (CEST) Received: from V12DG1MBS03.ramaxel.local ([172.26.18.33]) by VLXDG1SPAM1.ramaxel.com with ESMTP id 3819ZN9v069800; Fri, 1 Sep 2023 17:35:23 +0800 (GMT-8) (envelope-from wanry@3snic.com) Received: from localhost.localdomain (10.64.136.151) by V12DG1MBS03.ramaxel.local (172.26.18.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2375.17; Fri, 1 Sep 2023 17:35:22 +0800 From: To: CC: , Renyong Wan , Steven Song Subject: [PATCH v4 01/32] net/sssnic: add build and doc infrastructure Date: Fri, 1 Sep 2023 17:34:43 +0800 Message-ID: <20230901093514.224824-2-wanry@3snic.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230901093514.224824-1-wanry@3snic.com> References: <20230901093514.224824-1-wanry@3snic.com> MIME-Version: 1.0 X-Originating-IP: [10.64.136.151] X-ClientProxiedBy: V12DG1MBS03.ramaxel.local (172.26.18.33) To V12DG1MBS03.ramaxel.local (172.26.18.33) X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL: VLXDG1SPAM1.ramaxel.com 3819ZN9v069800 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Renyong Wan Adding minimum PMD code, doc and build infrastructure for sssnic. Signed-off-by: Steven Song Signed-off-by: Renyong Wan --- v2: * Fixed 'Title underline too short' in doc/guides/nics/sssnic.rst. * Removed error.h from including files. --- .mailmap | 5 +- MAINTAINERS | 8 ++++ doc/guides/nics/features/sssnic.ini | 9 ++++ doc/guides/nics/index.rst | 1 + doc/guides/nics/sssnic.rst | 73 +++++++++++++++++++++++++++++ drivers/net/meson.build | 1 + drivers/net/sssnic/meson.build | 18 +++++++ drivers/net/sssnic/sssnic_ethdev.c | 28 +++++++++++ 8 files changed, 140 insertions(+), 3 deletions(-) create mode 100644 doc/guides/nics/features/sssnic.ini create mode 100644 doc/guides/nics/sssnic.rst create mode 100644 drivers/net/sssnic/meson.build create mode 100644 drivers/net/sssnic/sssnic_ethdev.c diff --git a/.mailmap b/.mailmap index 864d33ee46..6fa73d3b79 100644 --- a/.mailmap +++ b/.mailmap @@ -151,7 +151,6 @@ Bao-Long Tran Bar Neuman Barak Enat Barry Cao -Bartosz Staszewski Baruch Siach Bassam Zaid AlKilani Beilei Xing @@ -496,7 +495,6 @@ Helin Zhang Hemant Agrawal Heng Ding Hengjian Zhang -Heng Jiang Heng Wang Henning Schild Henry Cai @@ -630,7 +628,6 @@ Jie Liu Jie Pan Jie Wang Jie Zhou -Jieqiang Wang Jijiang Liu Jilei Chen Jim Harris @@ -1156,6 +1153,7 @@ Rebecca Troy Remi Pommarel Remy Horton Renata Saiakhova +Renyong Wan Reshma Pattan Ricardo Roldan Ricardo Salveti @@ -1329,6 +1327,7 @@ Stephen Hurd Steve Capper Steven Lariau Steven Luong +Steven Song Steven Webster Steven Zou Steve Rempe diff --git a/MAINTAINERS b/MAINTAINERS index a926155f26..1e57d29aa3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -633,6 +633,13 @@ F: drivers/net/af_xdp/ F: doc/guides/nics/af_xdp.rst F: doc/guides/nics/features/af_xdp.ini +3SNIC sssnic +M: Renyong Wan +M: Steven Song +F: driver/net/sssnic/ +F: doc/guides/nics/sssnic.rst +F: doc/guides/nics/features/sssnic.ini + Amazon ENA M: Michal Krawczyk M: Shai Brandes @@ -1793,6 +1800,7 @@ F: doc/guides/tools/img/eventdev_* F: app/test/test_event_ring.c Procinfo tool +M: Maryam Tahhan M: Reshma Pattan F: app/proc-info/ F: doc/guides/tools/proc_info.rst diff --git a/doc/guides/nics/features/sssnic.ini b/doc/guides/nics/features/sssnic.ini new file mode 100644 index 0000000000..6d9786db7e --- /dev/null +++ b/doc/guides/nics/features/sssnic.ini @@ -0,0 +1,9 @@ +; +; Supported features of the 'sssnic' network poll mode driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Linux = Y +ARMv8 = Y +x86-64 = Y diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index 7bfcac880f..9d2b29383b 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -61,6 +61,7 @@ Network Interface Controller Drivers qede sfc_efx softnic + sssnic tap thunderx txgbe diff --git a/doc/guides/nics/sssnic.rst b/doc/guides/nics/sssnic.rst new file mode 100644 index 0000000000..fe0180c2e6 --- /dev/null +++ b/doc/guides/nics/sssnic.rst @@ -0,0 +1,73 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2022 Shenzhen 3SNIC Information Technology Co., Ltd. + +SSSNIC Poll Mode Driver +======================= + +The sssnic PMD (**librte_pmd_sssnic**) provides poll mode driver support +for 3SNIC 9x0 serials family of Ethernet adapters. + + +Supported NICs +-------------- + +- 3S910 Dual Port SFP28 10/25GbE Ethernet adapter +- 3S920 Quad Port SFP28 10/25GbE Ethernet adapter +- 3S920 Quad Port QSFP28 100GbE Ethernet adapter + + +Features +-------- + +Features of sssnic PMD are: + +- Link status +- Link status event +- Queue start/stop +- Rx interrupt +- Scattered Rx +- TSO +- LRO +- Promiscuous mode +- Allmulticast mode +- Unicast MAC filter +- Multicast MAC filte +- RSS hash +- RSS key update +- RSS reta update +- Inner RSS +- VLAN filter +- VLAN offload +- L3 checksum offload +- L4 checksum offload +- Inner L3 checksum +- Inner L4 checksum +- Basic stats +- Extended stats +- Stats per queue +- Flow control +- FW version +- Generic flow API + + +Prerequisites +------------- + +- Learning about 3SNIC Ethernet NICs using + ``_. + +- Follow the DPDK :ref:`Getting Started Guide for Linux ` to setup the basic DPDK environment. + + +Driver compilation and testing +------------------------------ + +Refer to the document :ref:`compiling and testing a PMD for a NIC ` +for details. + + +Limitations or Known issues +--------------------------- + +Build with ICC is not supported yet. +Power8, ARMv7 and BSD are not supported yet. diff --git a/drivers/net/meson.build b/drivers/net/meson.build index bd38b533c5..224eab99a7 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -54,6 +54,7 @@ drivers = [ 'ring', 'sfc', 'softnic', + 'sssnic', 'tap', 'thunderx', 'txgbe', diff --git a/drivers/net/sssnic/meson.build b/drivers/net/sssnic/meson.build new file mode 100644 index 0000000000..fda65aa380 --- /dev/null +++ b/drivers/net/sssnic/meson.build @@ -0,0 +1,18 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018-2022 Shenzhen 3SNIC Information Technology Co., Ltd. + +if not is_linux + build = false + reason = 'only supported on Linux' + subdir_done() +endif + +if (arch_subdir != 'x86' and arch_subdir != 'arm') or (not dpdk_conf.get('RTE_ARCH_64')) + build = false + reason = 'only supported on x86_64 and aarch64' + subdir_done() +endif + +sources = files( + 'sssnic_ethdev.c', +) diff --git a/drivers/net/sssnic/sssnic_ethdev.c b/drivers/net/sssnic/sssnic_ethdev.c new file mode 100644 index 0000000000..dcda01eeb8 --- /dev/null +++ b/drivers/net/sssnic/sssnic_ethdev.c @@ -0,0 +1,28 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2018-2022 Shenzhen 3SNIC Information Technology Co., Ltd. + */ + +#include +#include + +static int +sssnic_pci_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) +{ + RTE_SET_USED(pci_drv); + RTE_SET_USED(pci_dev); + return -EINVAL; +} + +static int +sssnic_pci_remove(struct rte_pci_device *pci_dev) +{ + RTE_SET_USED(pci_dev); + return -EINVAL; +} + +static struct rte_pci_driver sssnic_pmd = { + .probe = sssnic_pci_probe, + .remove = sssnic_pci_remove, +}; + +RTE_PMD_REGISTER_PCI(net_sssnic, sssnic_pmd);