Re: [dpdk-dev] [PATCH v3 00/11] support in-order feature

2018-06-30 Thread Liu, Yong
Thanks, Maxime. I have sent v4 with checkpatch and commit log warnings fixed. Regards, Marvin > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Friday, June 29, 2018 9:10 PM > To: Liu, Yong ; Bie, Tiwei > Cc: Wang, Zhihong ; dev@dpdk.org > Subject:

Re: [dpdk-dev] [PATCH v3 00/11] support in-order feature

2018-06-29 Thread Maxime Coquelin
Hi, I was about to apply it, but there are quite a few checkpatch and git-check-log.sh issues reported. Could you please resent with this fixed? Also, I think it would be better to squash the doc patches in relevant ones. Thanks, Maxime On 06/28/2018 11:52 PM, Marvin Liu wrote: In latest virt

[dpdk-dev] [PATCH v3 00/11] support in-order feature

2018-06-28 Thread Marvin Liu
In latest virtio-spec, new feature bit VIRTIO_F_IN_ORDER was introduced. When this feature has been negotiated, virtio driver will use descriptors in ring order: starting from offset 0 in the table, and wrapping around at the end of the table. Vhost devices will always use descriptors in the same o