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 <redacted>
---
v2: - update release log
- doc dequeue zero copy in detail
---
doc/guides/prog_guide/vhost_lib.rst | 35 +++++++++++++++++++++++++++++++++-
doc/guides/rel_notes/release_16_11.rst | 11 +++++++++++
lib/librte_vhost/rte_virtio_net.h | 1 +
lib/librte_vhost/socket.c | 5 +++++
lib/librte_vhost/vhost.c | 10 ++++++++++
lib/librte_vhost/vhost.h | 1 +
6 files changed, 62 insertions(+), 1 deletion(-)
Reviewed-by: Maxime Coquelin <redacted>
Thanks,
Maxime