[PATCH] net/i40e: fix missing support for RSS IPv4

2025-07-05 Thread Dhanya Pillai
Currently, i40e driver is missing support for RTE_ETH_RSS_IPV4 flag. Configuring rss function to RTE_ETH_RSS_IPV4 returns invalid rss hash function value. Fixes: a286ebeb0714 ("net/i40e: add dynamic mapping of SW flow types to HW pctypes") Cc: sta...@dpdk.org Signed-off-by: Dhanya Pillai --- d

[PATCH v2] event/dlb2: add support for stop and restart dlb device

2025-07-05 Thread Pravin Pathak
This feature enables restarting a stopped eventdev with a call to rte_event_dev_start(). For this, the DLB scheduling domain needs to be stopped, all DLB ports disabled during eventdev stop and re-enabled during start. Port configuration is preserved. Signed-off-by: Pravin Pathak Signed-off-by: T

[PATCH v1] event/dlb2: add support for stop and restart dlb device

2025-07-05 Thread Pravin Pathak
This feature enables restarting a stopped eventdev with a call to rte_event_dev_start(). For this, the DLB scheduling domain needs to be stopped, all DLB ports disabled during eventdev stop and re-enabled during start. Port configuration is preserved. Signed-off-by: Pravin Pathak Signed-off-by: T

[PATCH] ntb/ae4dma: added Amd userspace DMA and NTB drivers

2025-07-05 Thread Bhagyada Modali
Added a user-space driver with support for the AMD EPYC 4th Generation DMA (AE4DMA) offload engine. AMD Non Transparent Bridge driver. - Implementation of new user-space driver supporting NTB and DMA memory copy offload on AMD EYPC 9004 & 8004 systems (Genoa a

RE: [RFC] ethdev: TX mbuf fast release optimization

2025-07-05 Thread Morten Brørup
> From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com] > Sent: Friday, 4 July 2025 18.20 > > > For TX mbuf fast release offload, I propose to add the mbuf mempool > > pointer to the ethdev tx queue configuration structure, > > so the ethdev TX burst operation doesn't need to fetch it fr

RE: [RFC] ethdev: TX mbuf fast release optimization

2025-07-05 Thread Konstantin Ananyev
> -Original Message- > From: Konstantin Ananyev > Sent: Friday, July 4, 2025 5:20 PM > To: Morten Brørup ; tho...@monjalon.net; Bruce > Richardson > Cc: dev@dpdk.org > Subject: RE: [RFC] ethdev: TX mbuf fast release optimization > > > > For TX mbuf fast release offload, I propose to