Re: [PATCH v3 1/3] vhost: fix missing packets count reset when not ready

2025-01-16 Thread Chenbo Xia
> On Jan 16, 2025, at 17:54, Maxime Coquelin wrote: > > External email: Use caution opening links or attachments > > > This patch fixes the rte_vhost_dequeue_burst return value > when the virtqueue is not ready. Without it, a discrepancy > between the packet array and its size is faced by th

Re: [PATCH v3 1/3] vhost: fix missing packets count reset when not ready

2025-01-16 Thread David Marchand
On Thu, Jan 16, 2025 at 10:54 AM Maxime Coquelin wrote: > > This patch fixes the rte_vhost_dequeue_burst return value > when the virtqueue is not ready. Without it, a discrepancy > between the packet array and its size is faced by the caller > of this API when the virtqueue is not ready. > > Fixes