intel / afxdp-plugins-for-kubernetes

Apache License 2.0
44 stars 16 forks source link

Which device drivers are supported by cdq mode? #61

Open Lakshyagour opened 1 year ago

Lakshyagour commented 1 year ago

I tried the CDQ mode and got the following log: the i40e driver does not support CDQ mode.

ERRO[2023-06-19 10:53:09] [config.go:293] [getSecondaryDevices] Error assigning subfunctions from device ens259f1: Device has an incompatible driver, i40e does not support CDQ

Is there a list of device drivers supported by CDQ mode?

maryamtahhan commented 1 year ago

ice supports CDQ: https://github.com/intel/afxdp-plugins-for-kubernetes/blob/main/constants/constants.go#L48

Lakshyagour commented 1 year ago

Thank you.