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

2023-10-12 Thread Maxime Coquelin
Hi, On 10/10/23 09:12, Maxime Coquelin wrote: Hi, Thanks for investigating the issue and proposing a fix! On 10/10/23 04:08, liufengjiang.0426 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 d

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

2023-10-10 Thread Maxime Coquelin
Hi, Thanks for investigating the issue and proposing a fix! On 10/10/23 04:08, liufengjiang.0426 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 Fix the warning that a single line of comm

[PATCH v2] 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 >> Fix the warning that a single line of commit log exceeds 75 chars Bugzilla ID: 1295 Fixes: 892dc798fa9c ("net/virtio: implement Tx path for packed