kernel-fxtec-pro1x/drivers/vhost
Jason Wang 0e2af9b06c vhost_net: disable zerocopy by default
[ Upstream commit 098eadce3c622c07b328d0a43dda379b38cf7c5e ]

Vhost_net was known to suffer from HOL[1] issues which is not easy to
fix. Several downstream disable the feature by default. What's more,
the datapath was split and datacopy path got the support of batching
and XDP support recently which makes it faster than zerocopy part for
small packets transmission.

It looks to me that disable zerocopy by default is more
appropriate. It cold be enabled by default again in the future if we
fix the above issues.

[1] https://patchwork.kernel.org/patch/3787671/

Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-07-26 09:14:08 +02:00
..
Kconfig
Kconfig.vringh
Makefile
net.c vhost_net: disable zerocopy by default 2019-07-26 09:14:08 +02:00
scsi.c
test.c
test.h
vhost.c vhost: reject zero size iova range 2019-04-27 09:36:31 +02:00
vhost.h
vringh.c
vsock.c vhost/vsock: fix vhost vsock cid hashing inconsistent 2019-03-19 13:12:42 +01:00