numam-dpdk/drivers/net/virtio
Jingjing Wu 29906b9743 eal/linux: add interrupt counter size for vdev
For virtual device, the rte_intr_handle struct is
initialized by the virtual device driver, including
the event fd assignment. If the event fd need to be
read for clean, an argument is required for the proper
event fd read.

This patch adds efd_counter_size in rte_intr_handle
struct to tell the rx interrupt process the read size.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Reviewed-by: Jianfeng Tan <jianfeng.tan@intel.com>
2017-11-07 01:42:04 +01:00
..
virtio_user eal/linux: add interrupt counter size for vdev 2017-11-07 01:42:04 +01:00
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
virtio_ethdev.h net/virtio: fix queue setup consistency 2017-10-10 15:51:04 +02:00
virtio_logs.h virtio: fix newline under debug mode 2016-05-10 10:52:01 -07:00
virtio_pci.c net/virtio: replace magic number with PCI constant 2017-10-10 15:48:53 +02:00
virtio_pci.h pci: introduce library and driver 2017-10-26 23:17:31 +02:00
virtio_ring.h net/virtio: fix used index retrieved only once 2016-06-22 09:47:12 +02:00
virtio_rxtx_simple_neon.c remove useless memzone includes 2017-11-06 22:12:08 +01:00
virtio_rxtx_simple_sse.c remove useless memzone includes 2017-11-06 22:12:08 +01:00
virtio_rxtx_simple.c remove useless memzone includes 2017-11-06 22:12:08 +01:00
virtio_rxtx_simple.h mbuf: make segment prefree function public 2017-04-05 11:30:29 +02:00
virtio_rxtx.c remove useless memzone includes 2017-11-06 22:12:08 +01:00
virtio_rxtx.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
virtio_user_ethdev.c ethdev: remove detachable device flag 2017-10-26 02:33:01 +02:00
virtqueue.c net/virtio: flush Rx queues on start 2017-10-24 21:26:57 +02:00
virtqueue.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00