uce steps ? Thanks.
Cheers,
---
Hengqi
> Best regards,
> Yu Jiang
>
> > -Original Message-
> > From: Hengqi Chen
> > Sent: Monday, June 9, 2025 3:24 PM
> > To: dev@dpdk.org
> > Cc: Hengqi Chen ; Baoyuan Li
> > ; Maxime Coquelin ;
> > Chenb
> Revert this change for now, we can revisit during v25.11.
>
Acked-by: Hengqi Chen
> Bugzilla ID: 1747
> Fixes: 3e3c7f3fa5ac ("net/virtio: fix check of threshold for Tx freeing")
> Cc: sta...@dpdk.org
>
> Signed-off-by: David Marchand
> ---
> drivers/net/
` counter,
is this expected ?
BTW, the expected result is done by dropping/reverting the bad commit
ONLY, right ?
> Best regards,
> Yu Jiang
>
> > -Original Message-
> > From: Hengqi Chen
> > Sent: Monday, June 9, 2025 3:24 PM
> > To: dev@dpdk.org
>
Thanks,
> Maxime
>
> > Best regards,
> > Yu Jiang
> >
> >> -Original Message-
> >> From: Hengqi Chen
> >> Sent: Monday, June 9, 2025 3:24 PM
> >> To: dev@dpdk.org
> >> Cc: Hengqi Chen ; Baoyuan Li
> >>
t regards,
> Yu Jiang
>
> > -Original Message-
> > From: Hengqi Chen
> > Sent: Monday, June 9, 2025 3:24 PM
> > To: dev@dpdk.org
> > Cc: Hengqi Chen ; Baoyuan Li
> > ; Maxime Coquelin ;
> > Chenbo Xia
> > Subject: [PATCH] net/virtio: Fix check o
Hi Maxime, Chenbo,
Gentle ping on this. Does this change make sense ?
On Thu, Jun 19, 2025 at 7:55 PM Hengqi Chen wrote:
>
> Currently, there are no ways to retrieve the queue size
> set by vhost backend. Implement the {rxq,txq}_info_get
> callbacks so that DPDK applications can u
The VTNET_SQ_CQ_QUEUE_IDX is orphaned, drop it.
Signed-off-by: Hengqi Chen
---
drivers/net/virtio/virtqueue.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h
index 3b468bd4f4..1f0e6ae77e 100644
--- a/drivers/net/virtio
Currently, there are no ways to retrieve the queue size
set by vhost backend. Implement the {rxq,txq}_info_get
callbacks so that DPDK applications can use the queue
size to setup mempool properly.
Signed-off-by: Hengqi Chen
---
drivers/net/virtio/virtio_ethdev.c | 24
1
uan Li
Signed-off-by: Hengqi Chen
---
drivers/net/virtio/virtio_rxtx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c
index edecd2011f..ab97f03d7d 100644
--- a/drivers/net/virtio/virtio_rxtx.c
+++ b/drivers/net
9 matches
Mail list logo