Jianfeng Tan 3d4fb6fd25 net/virtio-user: support Rx interrupt
For rxq interrupt, the device (backend driver) will notify driver
through callfd. Each virtqueue has a callfd. To keep compatible
with the existing framework, we will give these callfds to
interrupt thread for listening for interrupts.

Before that, we need to allocate intr_handle, and fill callfds
into it so that driver can use it to set up rxq interrupt mode.

Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
2017-04-01 10:36:17 +02:00
..
2017-04-04 19:02:19 +02:00
2017-03-27 23:28:43 +02:00
2017-03-27 23:28:43 +02:00
2017-03-27 23:28:43 +02:00
2017-04-04 19:03:03 +02:00
2017-04-04 19:03:03 +02:00
2017-04-04 15:52:50 +02:00
2017-04-04 18:59:45 +02:00
2017-03-27 23:28:43 +02:00
2017-04-01 10:36:17 +02:00
2017-04-04 19:02:07 +02:00