NIC virtual function (VF) driver is required when using a passed through NIC to a guest on the Thunder platform.
Enable this driver as a module in the debian config. Closes: #852493 --- debian/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/config/config b/debian/config/config index c744073f9..c40bb15c5 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2852,7 +2852,7 @@ CONFIG_NET_CADENCE=y ## CONFIG_NET_VENDOR_CAVIUM=y # CONFIG_THUNDER_NIC_PF is not set -# CONFIG_THUNDER_NIC_VF is not set +CONFIG_THUNDER_NIC_VF=m # CONFIG_THUNDER_NIC_BGX is not set # CONFIG_THUNDER_NIC_RGX is not set CONFIG_LIQUIDIO=m -- 2.11.0

