dpdk: copy the enable_rxq_int flag from driver to conf 78/35678/2
authorPaul Atkins <patkins@graphiant.com>
Thu, 10 Mar 2022 16:20:47 +0000 (16:20 +0000)
committerDamjan Marion <dmarion@me.com>
Wed, 23 Mar 2022 21:45:18 +0000 (21:45 +0000)
commit03b22e62e108fc2ed7a0186e372dc752b0afa46c
tree653f6ff497178293d10776b7d7dbb205043703b4
parent89a561f204708ded29ac53573680353bbad9741b
dpdk: copy the enable_rxq_int flag from driver to conf

The support for interrupt mode is not being respected as it is not
copied into the driver conf, which is what is checked when trying to
enable it.

Type: fix
Signed-off-by: Paul Atkins <patkins@graphiant.com>
Change-Id: I2e502306e27bd98f8037d1a0a396201e099b50b5
src/plugins/dpdk/device/init.c