summaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/dpdk/device/driver.c')
-rw-r--r--src/plugins/dpdk/device/driver.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/dpdk/device/driver.c b/src/plugins/dpdk/device/driver.c
index eef191e5fdc..4b13e03b06f 100644
--- a/src/plugins/dpdk/device/driver.c
+++ b/src/plugins/dpdk/device/driver.c
@@ -125,6 +125,10 @@ static dpdk_driver_t dpdk_drivers[] = {
.n_tx_desc = 256,
.mq_mode_none = 1,
.enable_rxq_int = 1,
+ },
+ {
+ .drivers = DPDK_DRIVERS ({ "net_gve", "Google vNIC" }),
+ .interface_name_prefix = "VirtualFunctionEthernet",
}
};