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

[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/net/virtio/virtqu

[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-off-by: Fengjiang Liu --

[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-off-by: Fengjiang Liu --

[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

[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/net/virtio/vi