dpdk: enable int mode for virtio 79/35679/2
authorPaul Atkins <patkins@graphiant.com>
Thu, 10 Mar 2022 15:32:56 +0000 (15:32 +0000)
committerDamjan Marion <dmarion@me.com>
Thu, 24 Mar 2022 12:27:31 +0000 (12:27 +0000)
The way of specifying which interface supports what has changed.
Re-add support for adaptive mode in virtio.

Type: fix
Signed-off-by: Paul Atkins <patkins@graphiant.com>
Change-Id: I2f8ffa6311a4081b93fb08a7e92408b8bffbae64

src/plugins/dpdk/device/driver.c

index 7a2b3e7..bddb7e5 100644 (file)
@@ -124,6 +124,7 @@ static dpdk_driver_t dpdk_drivers[] = {
     .n_rx_desc = 256,
     .n_tx_desc = 256,
     .mq_mode_none = 1,
+    .enable_rxq_int = 1,
   }
 };