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

2023-10-17 Thread Fengjiang Liu
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/

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

2023-10-17 Thread Fengjiang Liu
From: "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-o

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

2023-10-17 Thread Fengjiang Liu
From: "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-o