aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakolechk <akolechk@cisco.com>2022-02-16 12:09:03 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2022-02-17 12:34:17 +0000
commit53ecd05962c489a3aeb0c20e4afa2a120e8b14ef (patch)
tree9048b357d9092ee907ffbbf294027adca64b82d2
parent7b35695c2395c751d6d8dbb3041896422f12f72a (diff)
dpdk: enable scatter on Rx for net/ena
Type: fix Since commit https://github.com/DPDK/dpdk/commit/e2a6d08bef489215ebb77b1d3033875ada757cfa DPDK started advertising scattered Rx feature for elastic network adapters. Thus, dpdk plugin doesn't have to disable it for ENA by default anymore Signed-off-by: akolechk <akolechk@cisco.com> Change-Id: I2d4f429be992e3c4edcc0c3adf8c55f3d5381631
-rw-r--r--src/plugins/dpdk/device/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/dpdk/device/driver.c b/src/plugins/dpdk/device/driver.c
index 11d65f7de94..ed3d94c7ecc 100644
--- a/src/plugins/dpdk/device/driver.c
+++ b/src/plugins/dpdk/device/driver.c
@@ -108,7 +108,6 @@ static dpdk_driver_t dpdk_drivers[] = {
.drivers = DPDK_DRIVERS ({ "net_ena", "AWS ENA VF" }),
.interface_name_prefix = "VirtualFunctionEthernet",
.enable_rxq_int = 1,
- .disable_rx_scatter = 1,
},
{
.drivers = DPDK_DRIVERS ({ "net_vmxnet3", "VMware VMXNET3" }),