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

2023-10-25 Thread Maxime Coquelin
On 10/17/23 09:26, Fengjiang Liu wrote: 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:

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

2023-10-17 Thread Maxime Coquelin
Hi, On 10/17/23 09:26, Fengjiang Liu wrote: 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