Re: [dpdk-dev] [PATCH v5 0/9] support in-order feature

2018-07-02 Thread Maxime Coquelin
On 07/02/2018 03:56 PM, Marvin Liu wrote: 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 de

[dpdk-dev] [PATCH v5 0/9] support in-order feature

2018-07-01 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