Disable scatter-gather for ENA 67/10767/2
authorMatthew Smith <mgsmith@netgate.com>
Thu, 22 Feb 2018 20:44:03 +0000 (14:44 -0600)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 23 Feb 2018 14:03:00 +0000 (14:03 +0000)
commit825879e74a93e429d4561bb7bc05f4dbc0dcdd23
treeeb58d6b1a47a6d44b6c5a6eb55c3bb49ad8e2f8d
parent30765e77ac98913abefbdb9e8325a2b3f1e11082
Disable scatter-gather for ENA

ENA doesn't support scatter-gather. The PMD started
failing rte_eth_dev_rx_queue_config() in DPDK 18.02
if the flag to enable it is set. Turn the flag off in
dpdk_lib_init().

Change-Id: Ifdd9f188c89b46efe82412c75fb935a92436da1c
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/plugins/dpdk/device/init.c