numam-dpdk/drivers/net/vhost
Junjie Chen 3f8ff12821 vhost: support interrupt mode
In some cases we want vhost dequeue work in interrupt mode to
release cpus to others when no data to transmit. So we install
interrupt handler of vhost device and interrupt vectors for each
rx queue when creating new backend according to vhost interrupt
configuration. Thus, applications could register a epoll event fd
to associate rx queues with interrupt vectors.

Signed-off-by: Junjie Chen <junjie.j.chen@intel.com>
Reviewed-by: Jianfeng Tan <jianfeng.tan@intel.com>
2018-04-14 00:43:30 +02:00
..
Makefile drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_eth_vhost.c vhost: support interrupt mode 2018-04-14 00:43:30 +02:00
rte_eth_vhost.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00
rte_pmd_vhost_version.map net/vhost: remove feature related APIs 2017-04-01 10:40:13 +02:00