Re: [PATCH] vhost: fix slot index in async split virtqueue Tx

2023-03-06 Thread Maxime Coquelin
On 2/23/23 03:30, Cheng Jiang wrote: The slot_idx in the asynchronous Vhost split virtqueue dequeue data path is supposed to be decreased by 1 when desc_to_mbuf() fails. Fixes: 84d5204310d7 ("vhost: support async dequeue for split ring") Cc: sta...@dpdk.org Signed-off-by: Cheng Jiang ---

Re: [PATCH] vhost: fix slot index in async split virtqueue Tx

2023-03-02 Thread Maxime Coquelin
On 2/23/23 03:30, Cheng Jiang wrote: The slot_idx in the asynchronous Vhost split virtqueue dequeue data path is supposed to be decreased by 1 when desc_to_mbuf() fails. Fixes: 84d5204310d7 ("vhost: support async dequeue for split ring") Cc: sta...@dpdk.org Signed-off-by: Cheng Jiang ---

[PATCH] vhost: fix slot index in async split virtqueue Tx

2023-02-22 Thread Cheng Jiang
The slot_idx in the asynchronous Vhost split virtqueue dequeue data path is supposed to be decreased by 1 when desc_to_mbuf() fails. Fixes: 84d5204310d7 ("vhost: support async dequeue for split ring") Cc: sta...@dpdk.org Signed-off-by: Cheng Jiang --- lib/vhost/virtio_net.c | 1 + 1 file change