numam-dpdk/lib/librte_vhost
Huawei Xie 5dab2f1137 vhost: inject only one interrupt for a batch of packets
In merge-able RX path, vhost injects interrupts to guest for each packet.
This should degrade performance a lot.
This patch fixes this issue by injecting one interrupt for a batch of packets.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Jianfeng Tan <jianfeng.tan@intel.com>
2015-09-30 01:19:19 +02:00
..
eventfd_link vhost: build eventfd_link module against specified kernel 2015-09-24 22:01:53 +02:00
libvirt vhost: fix qemu shutdown 2015-09-24 14:57:36 +02:00
vhost_cuse vhost: cleanup unix socket 2015-06-30 17:49:08 +02:00
vhost_user vhost: fix wrong usage of eventfd_t 2015-09-25 14:58:30 +02:00
Makefile vhost: realloc device and queues to same numa node as vring desc 2015-06-29 18:57:33 +02:00
rte_vhost_version.map vhost: cleanup unix socket 2015-06-30 17:49:08 +02:00
rte_virtio_net.h vhost: fix wrong usage of eventfd_t 2015-09-25 14:58:30 +02:00
vhost_rxtx.c vhost: inject only one interrupt for a batch of packets 2015-09-30 01:19:19 +02:00
vhost-net.h lib: fix C++11 compilation 2015-02-24 02:46:52 +01:00
virtio-net.c vhost: fix wrong usage of eventfd_t 2015-09-25 14:58:30 +02:00
virtio-net.h vhost: implement cuse memory table 2015-02-24 01:38:14 +01:00