numam-dpdk/lib/librte_vhost
Tiwei Bie 1d8161ba02 vhost: fix dequeue offload support
When offload is enabled, vhost needs to access the first mbuf
to get the packet info, e.g. TCP header. So we couldn't delay
the data copy in this case.

Fixes: e5c494a7a2 ("vhost: batch small guest memory copies")

Reported-by: Lei Yao <lei.a.yao@intel.com>
Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
2017-10-24 21:31:23 +02:00
..
fd_man.c vhost: check poll error code 2017-10-10 15:54:31 +02:00
fd_man.h vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
iotlb.c vhost: fix IOTLB on NUMA realloc 2017-10-13 22:08:21 +02:00
iotlb.h vhost: add pending IOTLB miss request list and helpers 2017-10-10 15:52:27 +02:00
Makefile mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
rte_vhost_version.map vhost: support Rx queue count request 2017-06-16 14:04:25 +02:00
rte_vhost.h vhost: add user callbacks for socket open/close 2017-10-10 15:54:31 +02:00
socket.c vhost: add user callbacks for socket open/close 2017-10-10 15:54:31 +02:00
vhost_user.c vhost: fix vring addresses not translated 2017-10-24 21:26:10 +02:00
vhost_user.h vhost: distinguish master and slave requests 2017-10-10 15:54:31 +02:00
vhost.c vhost: fix deadlock on IOTLB miss 2017-10-13 22:08:21 +02:00
vhost.h vhost: enable IOMMU support 2017-10-10 15:53:27 +02:00
virtio_net.c vhost: fix dequeue offload support 2017-10-24 21:31:23 +02:00