RE: RFC - Tap io_uring PMD

2024-12-29 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Tuesday, 12 November 2024 06.21 > > On Wed, 6 Nov 2024 08:46:55 +0100 > Maxime Coquelin wrote: > > > > Why not just use Virtio-user PMD with Vhost-kernel backend [0]? > > Are there any missing features that io_uring can address

[PATCH 2/3] net/hns3: remove pvid info dump for VF

2024-12-29 Thread Jie Hai
Since the pvid status obtained from kernel varies on different platform, and the pvid of VF can be accessed by 'ip link show' command, so remove it in case of misunderstanding. Fixes: 871e5a4f881b ("net/hns3: dump VLAN configuration info") Cc: sta...@dpdk.org Signed-off-by: Jie Hai --- drivers/

[PATCH 3/3] net/hns3: rename RAS module

2024-12-29 Thread Jie Hai
Rename ROH_MAC module as HIMAC to avoid misunderstandings. Fixes: 1c1eb759e9d7 ("net/hns3: support RAS process in Kunpeng 930") Cc: sta...@dpdk.org Signed-off-by: Jie Hai --- drivers/net/hns3/hns3_intr.c | 4 ++-- drivers/net/hns3/hns3_intr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletion

[PATCH 1/3] net/hns3: fix simple Tx path incorrect free the mbuf

2024-12-29 Thread Jie Hai
From: Dengdui Huang When RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE offload is not set, use rte_pktmbuf_free_seg() to free the mbuf. Fixes: 7ef933908f04 ("net/hns3: add simple Tx path") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang Signed-off-by: Jie Hai --- drivers/net/hns3/hns3_rxtx.c | 2 +- 1

[PATCH 0/3] net/hns3: bugfix on hns3

2024-12-29 Thread Jie Hai
The patchset fixes some codes. Dengdui Huang (1): net/hns3: fix simple Tx path incorrect free the mbuf Jie Hai (2): net/hns3: remove pvid info dump for VF net/hns3: rename RAS module drivers/net/hns3/hns3_dump.c | 4 drivers/net/hns3/hns3_intr.c | 4 ++-- drivers/net/hns3/hns3_intr.h