DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/ark: add PCIe ids for Atomic Rules TK242 devices
@ 2024-01-29 15:48 Ed Czeck
  2024-01-29 17:58 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Ed Czeck @ 2024-01-29 15:48 UTC (permalink / raw)
  To: dev, ferruh.yigit; +Cc: Shepard Siegel, John Miller

Update documentation and release notes.

Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
---
 doc/guides/nics/ark.rst                | 3 +++
 doc/guides/rel_notes/release_24_03.rst | 4 ++++
 drivers/net/ark/ark_ethdev.c           | 3 +++
 3 files changed, 10 insertions(+)

diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst
index bcc9f505df..a9f6d4cdb8 100644
--- a/doc/guides/nics/ark.rst
+++ b/doc/guides/nics/ark.rst
@@ -307,6 +307,9 @@ 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]
 * ``1d6c:1022`` - AR-ARKA-FX2 [Arkville 128B DPDK Data Mover for Agilex]
+* ``1d6c:1024`` - AR-TK242 [2x100GbE Packet Capture Device]
+* ``1d6c:1025`` - AR-TK242-FX2 [2x100GbE Gen5 Packet Capture Device]
+* ``1d6c:1026`` - AR-TK242-FX2 [1x200GbE Gen5 Packet Capture Device]
 
 Arkville RTL Core Configurations
 --------------------------------
diff --git a/doc/guides/rel_notes/release_24_03.rst b/doc/guides/rel_notes/release_24_03.rst
index 6f8ad27808..54a321f1c2 100644
--- a/doc/guides/rel_notes/release_24_03.rst
+++ b/doc/guides/rel_notes/release_24_03.rst
@@ -55,6 +55,10 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Updated Atomic Rules' Arkville PMD.**
+
+  * Added support for Atomic Rules' TK242 packet-capture family of devices
+    with PCI IDs: ``0x1024, 0x1025, 0x1026``.
 
 Removed Items
 -------------
diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c
index 0ffd4b9e9e..c029dc46b3 100644
--- a/drivers/net/ark/ark_ethdev.c
+++ b/drivers/net/ark/ark_ethdev.c
@@ -99,6 +99,9 @@ static const struct rte_pci_id pci_id_ark_map[] = {
 	{RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101e)},
 	{RTE_PCI_DEVICE(AR_VENDOR_ID, 0x101f)},
 	{RTE_PCI_DEVICE(AR_VENDOR_ID, 0x1022)},
+	{RTE_PCI_DEVICE(AR_VENDOR_ID, 0x1024)},
+	{RTE_PCI_DEVICE(AR_VENDOR_ID, 0x1025)},
+	{RTE_PCI_DEVICE(AR_VENDOR_ID, 0x1026)},
 	{.vendor_id = 0, /* sentinel */ },
 };
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/ark: add PCIe ids for Atomic Rules TK242 devices
  2024-01-29 15:48 [PATCH] net/ark: add PCIe ids for Atomic Rules TK242 devices Ed Czeck
@ 2024-01-29 17:58 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2024-01-29 17:58 UTC (permalink / raw)
  To: Ed Czeck, dev; +Cc: Shepard Siegel, John Miller

On 1/29/2024 3:48 PM, Ed Czeck wrote:
> Update documentation and release notes.
> 
> Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
>

Applied to dpdk-next-net/main, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-29 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 15:48 [PATCH] net/ark: add PCIe ids for Atomic Rules TK242 devices Ed Czeck
2024-01-29 17:58 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).