[PATCH v6 04/15] net/zxdh: port tables unint implementations

2024-12-25 Thread Junlong Wang
delete port tables in host. Signed-off-by: Junlong Wang --- drivers/net/zxdh/zxdh_ethdev.c | 18 ++ drivers/net/zxdh/zxdh_msg.h| 1 + drivers/net/zxdh/zxdh_np.c | 103 + drivers/net/zxdh/zxdh_np.h | 9 +++ drivers/net/zxdh/zxdh_tables.c | 33

[PATCH v6 07/15] net/zxdh: provided dev simple tx implementations

2024-12-25 Thread Junlong Wang
provided dev simple tx implementations. Signed-off-by: Junlong Wang --- drivers/net/zxdh/meson.build | 1 + drivers/net/zxdh/zxdh_ethdev.c | 22 ++ drivers/net/zxdh/zxdh_queue.h | 26 ++- drivers/net/zxdh/zxdh_rxtx.c | 396 + drivers/net/zxdh/zxdh_rxtx.h

[PATCH v6 10/15] net/zxdh: mac set/add/remove ops implementations

2024-12-25 Thread Junlong Wang
provided mac set/add/remove ops. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 2 + doc/guides/nics/zxdh.rst | 2 + drivers/net/zxdh/zxdh_common.c | 24 +++ drivers/net/zxdh/zxdh_common.h | 1 + drivers/net/zxdh/zxdh_ethdev.c | 33 - drive

[PATCH v6 12/15] net/zxdh: vlan filter/ offload ops implementations

2024-12-25 Thread Junlong Wang
provided vlan filter, vlan offload ops. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 3 + doc/guides/nics/zxdh.rst | 3 + drivers/net/zxdh/zxdh_ethdev.c | 40 +- drivers/net/zxdh/zxdh_ethdev_ops.c | 223 + drivers/net/zxd

[PATCH v6 13/15] net/zxdh: rss hash config/update, reta update/get

2024-12-25 Thread Junlong Wang
provided rss hash config/update, reta update/get ops. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 3 + doc/guides/nics/zxdh.rst | 1 + drivers/net/zxdh/zxdh_ethdev.c | 52 drivers/net/zxdh/zxdh_ethdev.h | 3 + drivers/net/zxdh/zxdh_ethdev_op

[PATCH v6 11/15] net/zxdh: promisc/allmulti ops implementations

2024-12-25 Thread Junlong Wang
provided promiscuous/allmulticast ops. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 2 + doc/guides/nics/zxdh.rst | 2 + drivers/net/zxdh/zxdh_ethdev.c | 21 ++- drivers/net/zxdh/zxdh_ethdev.h | 2 + drivers/net/zxdh/zxdh_ethdev_ops.c | 128 ++

[PATCH v6 09/15] net/zxdh: link info update, set link up/down

2024-12-25 Thread Junlong Wang
provided link info update, set link up /down, and link intr. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 2 + doc/guides/nics/zxdh.rst | 3 + drivers/net/zxdh/meson.build | 1 + drivers/net/zxdh/zxdh_ethdev.c | 22 +++- drivers/net/zxdh/zxdh_et

[PATCH v6 08/15] net/zxdh: provided dev simple rx implementations

2024-12-25 Thread Junlong Wang
provided dev simple rx implementations. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 1 + doc/guides/nics/zxdh.rst | 1 + drivers/net/zxdh/zxdh_ethdev.c| 1 + drivers/net/zxdh/zxdh_rxtx.c | 313 ++ drivers/net/zxdh/zxdh_r

[PATCH v6 02/15] net/zxdh: zxdh np uninit implementation

2024-12-25 Thread Junlong Wang
(np)network processor release resources in host. Signed-off-by: Junlong Wang --- drivers/net/zxdh/zxdh_ethdev.c | 48 drivers/net/zxdh/zxdh_np.c | 470 + drivers/net/zxdh/zxdh_np.h | 107 3 files changed, 625 insertions(+) diff --git a/driv

[PATCH v6 06/15] net/zxdh: dev start/stop ops implementations

2024-12-25 Thread Junlong Wang
dev start/stop implementations, start/stop the rx/tx queues. Signed-off-by: Junlong Wang --- doc/guides/nics/features/zxdh.ini | 2 + doc/guides/nics/zxdh.rst | 2 + drivers/net/zxdh/zxdh_ethdev.c| 71 drivers/net/zxdh/zxdh_pci.c | 21 +++ driver

[PATCH v6 05/15] net/zxdh: rx/tx queue setup and intr enable

2024-12-25 Thread Junlong Wang
rx/tx queue setup and intr enable implementations. Signed-off-by: Junlong Wang --- drivers/net/zxdh/zxdh_ethdev.c | 4 + drivers/net/zxdh/zxdh_queue.c | 149 + drivers/net/zxdh/zxdh_queue.h | 33 3 files changed, 186 insertions(+) diff --git a/drive

[PATCH v6 00/15] net/zxdh: updated net zxdh driver

2024-12-25 Thread Junlong Wang
V6: - Remove unnecessary __rte_packed in the virtqueue structure and others. - Remove Some blank before or after log message, and remove some end with period in log message. V5: - Simplify the notify_data part in the zxdh_notify_queue function. - Replace rte_zmalloc with rte_calloc in

RE: [RFC 2/5] net/ngbe: fix query handling in xstats_get

2024-12-25 Thread Jiawen Wu
Cc: Zaiyu Wang > -Original Message- > From: Stephen Hemminger > Sent: Thursday, December 5, 2024 6:19 AM > To: dev@dpdk.org > Cc: jiawe...@trustnetic.com > Subject: Re: [RFC 2/5] net/ngbe: fix query handling in xstats_get > > On Tue, 8 Oct 2024 08:59:56 -0700 > Stephen Hemminger wrote

RE: [RFC 2/5] net/ngbe: fix query handling in xstats_get

2024-12-25 Thread Zaiyu Wang
> > Cc: Zaiyu Wang > > > -Original Message- > > From: Stephen Hemminger > > Sent: Thursday, December 5, 2024 6:19 AM > > To: dev@dpdk.org > > Cc: jiawe...@trustnetic.com > > Subject: Re: [RFC 2/5] net/ngbe: fix query handling in xstats_get > > > > On Tue, 8 Oct 2024 08:59:56 -0700 > >

NVIDIA roadmap for 25.03

2024-12-25 Thread Maayan Kashani
Please find below NVIDIA roadmap for 25.03 release: EAL change = Improve PCI device string comparisons by using bus-specific parsing functions. By comparing the parsed PCI address instances instead of the string representations, the application can ensure consistent handling of

Re: [PATCH v2 2/2] net/bonding: add command to set dedicated queue size

2024-12-25 Thread Stephen Hemminger
On Thu, 19 Dec 2024 05:52:40 + Chaoyong He wrote: > > > On Wed, 4 Dec 2024 06:21:00 + > > > Chaoyong He wrote: > > > > > > > > The definition of what a "dedicated queue" is a bit confusing. > > > > > If it is only for LACP packets, it should never need to be very big. > > > > > Only un

Re: [PATCH] examples/l3fwd: optimize packet prefetch

2024-12-25 Thread Stephen Hemminger
On Wed, 25 Dec 2024 15:53:02 +0800 Dengdui Huang wrote: > From: Dengdui Huang > To: > CC: , , > , , , > > Subject: [PATCH] examples/l3fwd: optimize packet prefetch > Date: Wed, 25 Dec 2024 15:53:02 +0800 > X-Mailer: git-send-email 2.33.0 > > The prefetch window depending on the hardware p

[PATCH v3] net/bonding: fix dedicated queue setup failed

2024-12-25 Thread Chaoyong He
From: Long Wu The bonding PMD hardcoded the value of dedicated hardware Rx/Tx queue size as (128/512). This will cause the bonding port start fail if some NIC requires more Rx/Tx descriptors than the hardcoded number. Therefore, use the minimum hardware queue size of the member port to initializ