dpdk: enable scatter on Rx for net/ena
Type: fix
Since commit e2a6d08bef
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
This commit is contained in:
@@ -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" }),
|
||||
|
Reference in New Issue
Block a user