[PATCH] net/virtio: fixed missing next flag when sending packets in packed mode

2023-10-09 Thread liufengjiang.0426
When the packets is sent in packed mode, and the packets data and virtio-header are divided into two desc, set the next flag of virtio-header desc Bugzilla ID: 1295 Fixes: 892dc798fa9c ("net/virtio: implement Tx path for packed queues") Signed-off-by: liufengjiang.0426 --- drivers/

[PATCH v2] net/virtio: fixed missing next flag when sending packets in packed mode

2023-10-09 Thread liufengjiang.0426
for packed queues") Signed-off-by: liufengjiang.0426 --- drivers/net/virtio/virtqueue.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 9d4aba11a3..4e9f2d0358 100644 --- a/drivers/net/virtio/virtqueue.h +++ b/dr

[PATCH] net/virtio: fixed missing next flag when sending packets in packed mode

2023-10-16 Thread liufengjiang.0426
When the packets is sent in packed mode, and the packets data and virtio-header are divided into two desc, set the next flag of virtio-header desc Bugzilla ID: 1295 Fixes: 892dc798fa9c ("net/virtio: implement Tx path for packed queues") Signed-off-by: Fengjiang Liu --- drivers/net/virtio/virtqu