[dpdk-dev] [PATCH v2 5/7] vhost: add a flag to enable dequeue zero copy

2016-09-26 Thread Maxime Coquelin
On 09/23/2016 06:13 AM, Yuanhan Liu wrote: > Dequeue zero copy is disabled by default. Here add a new flag > ``RTE_VHOST_USER_DEQUEUE_ZERO_COPY`` to explictily enable it. > > Signed-off-by: Yuanhan Liu > --- > > v2: - update release log > - doc dequeue zero copy in detail > --- > doc/guides

[dpdk-dev] [PATCH v2 5/7] vhost: add a flag to enable dequeue zero copy

2016-09-23 Thread Yuanhan Liu
Dequeue zero copy is disabled by default. Here add a new flag ``RTE_VHOST_USER_DEQUEUE_ZERO_COPY`` to explictily enable it. Signed-off-by: Yuanhan Liu --- v2: - update release log - doc dequeue zero copy in detail --- doc/guides/prog_guide/vhost_lib.rst| 35 +