numam-dpdk/drivers
Hyong Youb Kim 0f872d3129 net/enic: support Rx queue interrupts
Enable rx queue interrupts if the app requests them, and vNIC has
enough interrupt resources. Use interrupt vector 0 for link status and
errors. Use vector 1 for rx queue 0, vector 2 for rx queue 1, and so
on. So, with n rx queues, vNIC needs to have at n + 1 interrupts.

For VIC, enabling and disabling rx queue interrupts are simply
mask/unmask operations. VIC's credit based interrupt moderation is not
used, as the app wants to explicitly control when to enable/disable
interrupts.

This version requires MSI-X (vfio-pci). Sharing one interrupt for link
status and rx queues is possible, but is rather complex and has no
user demands.

Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
2018-03-30 14:08:43 +02:00
..
baseband drivers: rename bbdev directory to baseband 2018-03-21 22:43:05 +01:00
bus bus/vdev: fix finding device by name 2018-03-28 00:35:37 +02:00
crypto build: add meson support for dpaaX platforms 2018-03-15 17:50:02 +01:00
event build: add meson support for dpaaX platforms 2018-03-15 17:50:02 +01:00
mempool build: add meson support for dpaaX platforms 2018-03-15 17:50:02 +01:00
net net/enic: support Rx queue interrupts 2018-03-30 14:08:43 +02:00
raw raw/skeleton: fix device start test 2018-02-06 17:32:34 +01:00
Makefile drivers: rename bbdev directory to baseband 2018-03-21 22:43:05 +01:00
meson.build drivers: improve pmdinfo generation with meson 2018-01-30 21:59:00 +01:00