From patchwork Mon Feb 13 14:58:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shepard Siegel X-Patchwork-Id: 123807 X-Patchwork-Delegate: ferruh.yigit@amd.com 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 BD3F741C89; Mon, 13 Feb 2023 15:58:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1658042C76; Mon, 13 Feb 2023 15:58:37 +0100 (CET) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id BD8E342D0D for ; Mon, 13 Feb 2023 15:58:35 +0100 (CET) Received: by mail-qt1-f175.google.com with SMTP id h24so13929651qta.12 for ; Mon, 13 Feb 2023 06:58:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=N91SJ7oYBcGsrJUBJOy19whSJM1UtTaN3++YoexO9fY=; b=kz9f4wiovCKgkF/vL7RsXzOW2LXYuftDPjdd0dqn4Mh7+mySw2kxc8UhsaSn5yDj7b vl96d20Ux3Ulxfe9uJAWpuxE8DCsR147KR1C+9ikaQ5LPG+WFx2EgEbASOUhIygh/beE Sumgdc/Y2Tc+WQRDesE5+UY1XSi0odWCtQnatzqNrPJxTdcnxB98IY4UX/P11mt4vswg 15oDGl5vrrftQfs2XDrojKkz9/Y/Prj6BHRzd5akIWLmz8/Xdt5O2WjBn36XMOsdQYju FZ+pHwS8ejtuXMcMTbxUsHb86edy/Z+W2T5DM2CJ/J63tXEPOND1xS67di0bW+Z5hQM5 CBnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=N91SJ7oYBcGsrJUBJOy19whSJM1UtTaN3++YoexO9fY=; b=Uo21+m+tS7IW/pZmTtd7HauLm/8qWAhvQ+mUaN+8k5XtZwQVV/1EYgLimxtc+J3AUv mVzVFJ9BAp5jgNZUH7JQzz32M3GnWuVbX9FnApRPDLeKvP2+KqPnKAeMZg53wMBfPsbQ nSn4xIOgM4G8V4Z1DS6NYlCtIfLzBLJqQavtmx4m9LH5644RAbZgCIPHgyiRWSR2CYnL G25P3ImZeiyt/PmWLyvX6JfbgRvGP8bq3uJgBYz2dJVoztIYxlTnGNQGobc4Y7iKb80g ZyW8w+4k7HcpMqzsgyWgmRDjd17nJJKV8lGaPRF6zU3LYh7mt+dLicvJJUE1xlx2AOFT 6Edw== X-Gm-Message-State: AO0yUKWmjqh8fQpR8m78PAR85qHwV0H3+zJhnBuoVccLDcxNXRXseT1f lJ8/pTBhjnG/DbABRBhchUYH8VhR50RcA4xW X-Google-Smtp-Source: AK7set+h7VMxSncordo/e5OvIWeAP0olUleGuHSFfZQvthZ4/m9gb3Z+ASzGeK2DLWAuQ1/e2LeSqA== X-Received: by 2002:ac8:7e8f:0:b0:3ae:4e47:52d7 with SMTP id w15-20020ac87e8f000000b003ae4e4752d7mr45462799qtj.38.1676300315068; Mon, 13 Feb 2023 06:58:35 -0800 (PST) Received: from ar-11700k.hsd1.nh.comcast.net ([2601:18d:8780:17a0:d95c:47fc:775c:96a4]) by smtp.gmail.com with ESMTPSA id r21-20020ac85e95000000b003b835e7e283sm9454047qtx.44.2023.02.13.06.58.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Feb 2023 06:58:34 -0800 (PST) From: Shepard Siegel To: ed.czeck@atomicrules.com Cc: dev@dpdk.org, Shepard Siegel Subject: [PATCH 1/4] doc: clarify the existing net/ark guide Date: Mon, 13 Feb 2023 09:58:21 -0500 Message-Id: <20230213145824.2886910-1-shepard.siegel@atomicrules.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230211141459.2857045-1-shepard.siegel@atomicrules.com> References: <20230211141459.2857045-1-shepard.siegel@atomicrules.com> MIME-Version: 1.0 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 Add detail for the existing Arkville configurations FX0 and FX1. Corrected minor errors of omission. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index ba00f14e80..edaa02dc96 100644 --- a/doc/guides/nics/ark.rst +++ b/doc/guides/nics/ark.rst @@ -52,6 +52,10 @@ board. While specific capabilities such as number of physical hardware queue-pairs are negotiated; the driver is designed to remain constant over a broad and extendable feature set. +* FPGA Vendors Supported: AMD/Xilinx and Intel +* Number of RX/TX Queue-Pairs: up to 128 +* PCIe Endpoint Technology: Gen3, Gen4, Gen5 + Intentionally, Arkville by itself DOES NOT provide common NIC capabilities such as offload or receive-side scaling (RSS). These capabilities would be viewed as a gate-level "tax" on @@ -303,6 +307,18 @@ ARK PMD supports the following Arkville RTL PCIe instances including: * ``1d6c:101e`` - AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Agilex R-Tile] * ``1d6c:101f`` - AR-TK242 [2x100GbE Packet Capture Device] +Arkville RTL Core Configurations +------------------------------------- + +Arkville's RTL core may be configured by the user with different +datapath widths to balance throughput against FPGA logic area. The ARK PMD +has introspection on the RTL core configuration and acts accordingly. +All Arkville configurations present identical RTL user-facing AXI stream +interfaces for both AMD/Xilinx and Intel FPGAs. + +* ARK-FX0 - 256-bit 32B datapath (PCIe Gen3, Gen4) +* ARK-FX1 - 512-bit 64B datapath (PCIe Gen3, Gen4, Gen5) + DPDK and Arkville Firmware Versioning ------------------------------------- @@ -334,6 +350,8 @@ Supported Features ------------------ * Dynamic ARK PMD extensions +* Dynamic per-queue MBUF (re)sizing up to 32KB +* SR-IOV, VF-based queue-segregation * Multiple receive and transmit queues * Jumbo frames up to 9K * Hardware Statistics From patchwork Mon Feb 13 14:58:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shepard Siegel X-Patchwork-Id: 123808 X-Patchwork-Delegate: ferruh.yigit@amd.com 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 79D6741C89; Mon, 13 Feb 2023 15:58:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB61542D29; Mon, 13 Feb 2023 15:58:39 +0100 (CET) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com [209.85.160.174]) by mails.dpdk.org (Postfix) with ESMTP id 1C39542D0E for ; Mon, 13 Feb 2023 15:58:38 +0100 (CET) Received: by mail-qt1-f174.google.com with SMTP id 5so13947766qtp.9 for ; Mon, 13 Feb 2023 06:58:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=JFsd+lyy/ma7LI5gXXt6/u7pX7MTa+ncPV0NKbCfAOQ=; b=mtIsEDNFN/15Kv0rG+tEl4MaQQ09oSVhrcHK4EG/yZHex+0T4PoemC06DOOFAMunIq y2DsgNCI+i9DgNIG6/75SRFPRgedh/c1zsGawpIBpOsgRfBb7/vz7qhHqoaKLR0D4ffq 4uH0xlRSyb8ZF1FpVjnCcXFuD647avcnA1wWtMFitYLW7ifpbMwiVZYt2mLcT77KEys6 c1qC6U9NrwY8GgOHWbyZtw9+NwteNLsUnxTAm4Ib1bzLCT0DD49chCFJoqBvgU+2kcul FX5sfHYp0fSSaqU+Trbu+mOoHMfkiIm44qlTQUDQFaQp/dIj9FMB16xtpiggIKUcpLpg ytHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JFsd+lyy/ma7LI5gXXt6/u7pX7MTa+ncPV0NKbCfAOQ=; b=stHc0pKeFqmTj7EeP5sMQI+H0AsG8DiQ5tXfyEgT1QEalA+3fhcaU087C+w1l2OkWR XoxtXeqX7I+nxFjh8ETE11RD6gsBCUQ9nAf1inpQvp8QHPPYy9RpJVrdlWFkwBxctSZK 3NhiUHGr2lgIA1iHiGFhVh1tgZ+QAO8X4tGO9eyc0zdDIpc9INkV388F6O/rpFmqjopM KXJUbz2J1n/OlhEFOSuks/OaP8SNr918QtDT+4pZDi4LyL4u8P8lYvSssJC2nvRC1Bz4 ifpRMexaXvP1GbckZ4x6Jq3G6IaDCvOme64gxQtUnaAhGAERhXO7g7vkMV34lk1Vw0LE dqQA== X-Gm-Message-State: AO0yUKU8hXt1SAA1CqTXSTqYHolW3nndoAoMxswTdA346372JjCnB2N1 yhm+wsWsb5z2f+l2YxhNLSvGSaMT+gr5UfpD X-Google-Smtp-Source: AK7set+pbBRA3WKE0tGfpAnWe3N6XEWck719AbPGzsOgU+vPcMUCc0npt088VhgTRhflLAMqxEaixQ== X-Received: by 2002:a05:622a:5ca:b0:3b9:c08f:219c with SMTP id d10-20020a05622a05ca00b003b9c08f219cmr42873490qtb.29.1676300317426; Mon, 13 Feb 2023 06:58:37 -0800 (PST) Received: from ar-11700k.hsd1.nh.comcast.net ([2601:18d:8780:17a0:d95c:47fc:775c:96a4]) by smtp.gmail.com with ESMTPSA id r21-20020ac85e95000000b003b835e7e283sm9454047qtx.44.2023.02.13.06.58.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Feb 2023 06:58:37 -0800 (PST) From: Shepard Siegel To: ed.czeck@atomicrules.com Cc: dev@dpdk.org, Shepard Siegel Subject: [PATCH 2/4] net/ark: add new device to PCIe allowlist Date: Mon, 13 Feb 2023 09:58:22 -0500 Message-Id: <20230213145824.2886910-2-shepard.siegel@atomicrules.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230213145824.2886910-1-shepard.siegel@atomicrules.com> References: <20230211141459.2857045-1-shepard.siegel@atomicrules.com> <20230213145824.2886910-1-shepard.siegel@atomicrules.com> MIME-Version: 1.0 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 This patch adds the Arkville FX2 device to the PCIe allowlist. Signed-off-by: Shepard Siegel --- drivers/net/ark/ark_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index c654a229f7..b2995427c8 100644 --- a/drivers/net/ark/ark_ethdev.c +++ b/drivers/net/ark/ark_ethdev.c @@ -99,6 +99,7 @@ static const struct rte_pci_id pci_id_ark_map[] = { {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101c)}, {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101e)}, {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101f)}, + {RTE_PCI_DEVICE(AR_VENDOR_ID, 0x1022)}, {.vendor_id = 0, /* sentinel */ }, }; From patchwork Mon Feb 13 14:58:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shepard Siegel X-Patchwork-Id: 123809 X-Patchwork-Delegate: ferruh.yigit@amd.com 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 6F23E41C89; Mon, 13 Feb 2023 15:58:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D4B5D42D12; Mon, 13 Feb 2023 15:58:41 +0100 (CET) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id 78FAD42D2D for ; Mon, 13 Feb 2023 15:58:40 +0100 (CET) Received: by mail-qt1-f176.google.com with SMTP id q13so13990072qtx.2 for ; Mon, 13 Feb 2023 06:58:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=kMWLOSaxt7zWzY0Rq0TzUwbjpU/PIXfjOAmCAGIom60=; b=zrkaDT/z1AmOsRg+DukJtqZLtdy4KiOLEOw7qNZR7zb9MJmdxQx6GPnM5vs5guRTV1 bHn/UBG6i+uTVziXi+VVjQw3E8A7POgpVkA9IhudVXKE4mqAqvI6EsvnXkEcK6xL00WE G918CfrN0B+GGOJHPlrakUZSXbASUHBWZcfl12iD6BhivoRBXy49aD6jeqYhJ3KfkAXq eSG7coDxeBSZSLSx6iSvaHX14V6LC6HI6v1ACNVWb/rSl6WZNM4UtxEHNL7szF8J133N qGgi3nU5mk9qicO2awpBsswyeIXG0mOg7muLt8xmKVUF+bQXo5lhovhmhs8s7HaXWWDE j7AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kMWLOSaxt7zWzY0Rq0TzUwbjpU/PIXfjOAmCAGIom60=; b=M0ai6zcn4GMPIbVSJs4e38LofolukwXh0nD378k2kYlczQ6HDnZFFI9XvTNfKCuu35 ibW/WGO35cuPTX74CU05M2MCMHkYyujL9YRbJosk76duUfokDf12bVdpnOr7uVKfR90g 1j9eWtfs71K+W7NU7MexMsZe+Ww5ILqlswN2Wk9sflidF1k0mMqr3jSrQBRTnPy90WJj c/F9Y5dKQt9+WmI2i93EET/l10mzRKNGJ2XR2xTNihZa+APq1Ud6rwcgbNYI3lFyM0SZ sJpNCgxC1sVNf9izJEPca8/MFb5QF60MQ0crGVIfgWxfyy+Op+ByXNupeVBeHBrcSr+q kWtw== X-Gm-Message-State: AO0yUKUwuK5NsJASnpQiew01+0UVGNoGEw6iUNTUV9maGJUkG/I7+xYW N2TOdg0/5LlTBVeYrAzxKOuPVw== X-Google-Smtp-Source: AK7set/R6yTHalXjqYYz7yLXfOcWj/gfHBzZEkfvs6n6pddOZt77HsB9e7/l3yW2TiXWDzDWuJx/Hw== X-Received: by 2002:ac8:5f48:0:b0:3b6:309e:dfdb with SMTP id y8-20020ac85f48000000b003b6309edfdbmr40445641qta.22.1676300319750; Mon, 13 Feb 2023 06:58:39 -0800 (PST) Received: from ar-11700k.hsd1.nh.comcast.net ([2601:18d:8780:17a0:d95c:47fc:775c:96a4]) by smtp.gmail.com with ESMTPSA id r21-20020ac85e95000000b003b835e7e283sm9454047qtx.44.2023.02.13.06.58.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Feb 2023 06:58:39 -0800 (PST) From: Shepard Siegel To: ed.czeck@atomicrules.com Cc: dev@dpdk.org, Shepard Siegel Subject: [PATCH 3/4] doc: update ark guide to include new PCIe device Date: Mon, 13 Feb 2023 09:58:23 -0500 Message-Id: <20230213145824.2886910-3-shepard.siegel@atomicrules.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230213145824.2886910-1-shepard.siegel@atomicrules.com> References: <20230211141459.2857045-1-shepard.siegel@atomicrules.com> <20230213145824.2886910-1-shepard.siegel@atomicrules.com> MIME-Version: 1.0 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 Add descriptions of the new FX2 device to the existing devices. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index edaa02dc96..bbd7419d99 100644 --- a/doc/guides/nics/ark.rst +++ b/doc/guides/nics/ark.rst @@ -306,6 +306,7 @@ ARK PMD supports the following Arkville RTL PCIe instances including: * ``1d6c:101c`` - AR-ARK-SRIOV-VF [Arkville Virtual Function] * ``1d6c:101e`` - AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Agilex R-Tile] * ``1d6c:101f`` - AR-TK242 [2x100GbE Packet Capture Device] +* ``1d6c:1022`` - AR-ARKA-FX2 [Arkville 128B DPDK Data Mover for Agilex] Arkville RTL Core Configurations ------------------------------------- @@ -318,6 +319,7 @@ interfaces for both AMD/Xilinx and Intel FPGAs. * ARK-FX0 - 256-bit 32B datapath (PCIe Gen3, Gen4) * ARK-FX1 - 512-bit 64B datapath (PCIe Gen3, Gen4, Gen5) +* ARK-FX2 - 1024-bit 128B datapath (PCIe Gen5x16 Only) DPDK and Arkville Firmware Versioning ------------------------------------- From patchwork Mon Feb 13 14:58:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shepard Siegel X-Patchwork-Id: 123810 X-Patchwork-Delegate: ferruh.yigit@amd.com 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 2BDE941C89; Mon, 13 Feb 2023 15:58:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D2C642D30; Mon, 13 Feb 2023 15:58:44 +0100 (CET) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) by mails.dpdk.org (Postfix) with ESMTP id C907E42D2D for ; Mon, 13 Feb 2023 15:58:42 +0100 (CET) Received: by mail-qt1-f177.google.com with SMTP id m12so13972605qth.4 for ; Mon, 13 Feb 2023 06:58:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=4Ypc1K13wus+gA4cUSrA8SZ6lveYVDzSHxeC+lX1S/E=; b=XleyFPXnH6LzLc3F2rAYqXsxq1f8hfuDr6AeuFiwXhZC1QUG187L0UVHPmhS97t/mR MXV9AzOKc9ID8+BIRfJNPFBfPPuEAvP1/58IJ3G1jR/s2fuFRjeg4Bku68n7+nQlcD90 gNyYoRQSHCajz63XTii61oPIdlhZ7NAQh27/JP4kBmHMqC51lKEPrJHLgBQRYxvqNTUx VqwS06NaACkixNC7Oz9G3PSBrCP8l4avui1no3rRWQAhu+UXD8FVlSryHo1V9t32lkeG /tbZMhKrDJFPfRmqOtO2YqMMCNKWltIFPyg8s60Jcn2WRmNQzIrESe8ccOrsQQLVIXNO eHOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4Ypc1K13wus+gA4cUSrA8SZ6lveYVDzSHxeC+lX1S/E=; b=zgLkmmZ7kZN+zCz2PQH/0x26mAfbH0ZG5NN3AFtAP1OKqNNV4FfeUE5zufNhqDsT3G XflJvmsIS5b8DDtLAn3I3Om2mFT6Q1+3QxX3GEWkqT2GvtFQcly6942nbV90y/KQecyF C6mtTaFTJQz6PE4X6LMmwMbyCia1YdbjeDKvPVU4vROswHZdNALxV7p+4Mk/3xezCuKu C2dTncz60zZJ9kTGozasqsWDc9vCTiVnuR4voQPeSjSfEhNmyKg3PZlLT9K7k6LJifWz XHVZbVsrhYnBTh2lGsujmzwDS5EYp0Ogv3jzrkOSZo2eFoN64+9hKYpRDmrYJEr88YvN bnSQ== X-Gm-Message-State: AO0yUKUntnJmgO8ugKvnIS9q6OAgutiK/bIgRwgXbxqEY21G2vZRqtDz cIrR56ys8qmnBiF2+WLFHSk0yeYq3YEsB7oM X-Google-Smtp-Source: AK7set+Zmbo+uObSsP7oV+/ECvXYAr0ityNzyRsnSTemzjSTFCxacfcPdnjisNGS4PD+YY8X0ohDCA== X-Received: by 2002:ac8:5c50:0:b0:3b9:ec46:bf95 with SMTP id j16-20020ac85c50000000b003b9ec46bf95mr42577574qtj.49.1676300322055; Mon, 13 Feb 2023 06:58:42 -0800 (PST) Received: from ar-11700k.hsd1.nh.comcast.net ([2601:18d:8780:17a0:d95c:47fc:775c:96a4]) by smtp.gmail.com with ESMTPSA id r21-20020ac85e95000000b003b835e7e283sm9454047qtx.44.2023.02.13.06.58.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Feb 2023 06:58:41 -0800 (PST) From: Shepard Siegel To: ed.czeck@atomicrules.com Cc: dev@dpdk.org, Shepard Siegel Subject: [PATCH 4/4] doc: update Release Notes Date: Mon, 13 Feb 2023 09:58:24 -0500 Message-Id: <20230213145824.2886910-4-shepard.siegel@atomicrules.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230213145824.2886910-1-shepard.siegel@atomicrules.com> References: <20230211141459.2857045-1-shepard.siegel@atomicrules.com> <20230213145824.2886910-1-shepard.siegel@atomicrules.com> MIME-Version: 1.0 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 New Arkville FX2 device for PCIe Gen5x16 supported with net/ark Signed-off-by: Shepard Siegel --- doc/guides/rel_notes/release_23_03.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst index 7527c6d57f..7941b22c8a 100644 --- a/doc/guides/rel_notes/release_23_03.rst +++ b/doc/guides/rel_notes/release_23_03.rst @@ -72,6 +72,10 @@ New Features * Added multi-process support. +* **Updated Atomic Rules ark driver.** + + * Added Arkville FX2 device supporting PCIe Gen5x16 + * **Updated Corigine nfp driver.** * Added support for meter options.