RE: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-17 Thread Jiang, YuX
Message- > From: Hengqi Chen > Sent: Thursday, July 17, 2025 11:04 PM > To: Jiang, YuX > Cc: dev@dpdk.org; Baoyuan Li ; Maxime Coquelin > ; Chenbo Xia > Subject: Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing > > Hi Yu, > > On Fri, Jul 4, 2025 a

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-17 Thread Hengqi Chen
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

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-06 Thread Hengqi Chen
; > Cc: Hengqi Chen ; Baoyuan Li > > ; Maxime Coquelin ; > > Chenbo Xia > > Subject: [PATCH] net/virtio: Fix check of threshold for Tx freeing > > > > Like most dirvers, make the fast path of virtio_xmit_cleanup() behave as > > described by the comments of rte_eth_

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-06 Thread Hengqi Chen
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 > >>

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-06 Thread Hengqi Chen
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

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-04 Thread Maxime Coquelin
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 of threshold for Tx freeing Like most dirvers, make the fast path of

RE: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-07-04 Thread Jiang, YuX
Cc: Hengqi Chen ; Baoyuan Li > ; Maxime Coquelin ; > Chenbo Xia > Subject: [PATCH] net/virtio: Fix check of threshold for Tx freeing > > Like most dirvers, make the fast path of virtio_xmit_cleanup() behave as > described by the comments of rte_eth_txconf::tx_free_thresh ([0]):

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-06-13 Thread Maxime Coquelin
On 6/9/25 9:23 AM, Hengqi Chen wrote: Like most dirvers, make the fast path of virtio_xmit_cleanup() behave as described by the comments of rte_eth_txconf::tx_free_thresh ([0]): Start freeing Tx buffers if there are less free descriptors than this value. The rationale behind this ch

Re: [PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-06-12 Thread Maxime Coquelin
On 6/9/25 9:23 AM, Hengqi Chen wrote: Like most dirvers, make the fast path of virtio_xmit_cleanup() behave as described by the comments of rte_eth_txconf::tx_free_thresh ([0]): Start freeing Tx buffers if there are less free descriptors than this value. The rationale behind this ch

[PATCH] net/virtio: Fix check of threshold for Tx freeing

2025-06-09 Thread Hengqi Chen
Like most dirvers, make the fast path of virtio_xmit_cleanup() behave as described by the comments of rte_eth_txconf::tx_free_thresh ([0]): Start freeing Tx buffers if there are less free descriptors than this value. The rationale behind this change is that: * vq->vq_nentries is set duri