We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4843520 commit d83a641Copy full SHA for d83a641
cmd/qat_plugin/dpdkdrv/dpdkdrv.go
@@ -400,7 +400,9 @@ func getDeviceCapabilities(device string) (string, error) {
400
}
401
402
devicesWithCapabilities := map[string]struct{}{
403
- "4941": {}, // Check QAT Gen4 (4xxx) VF PCI ID only
+ "4941": {}, // QAT Gen4 (4xxx) VF PCI ID
404
+ "4943": {}, // QAT Gen4 (401xx) VF PCI ID
405
+ "4945": {}, // QAT Gen4 (402xx) VF PCI ID
406
407
408
if _, ok := devicesWithCapabilities[devID]; !ok {
0 commit comments