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 c17149f commit 2a8b8e8Copy full SHA for 2a8b8e8
cmd/qat_plugin/dpdkdrv/dpdkdrv.go
@@ -399,7 +399,9 @@ func getDeviceCapabilities(device string) (string, error) {
399
}
400
401
devicesWithCapabilities := map[string]struct{}{
402
- "4941": {}, // Check QAT Gen4 (4xxx) VF PCI ID only
+ "4941": {}, // QAT Gen4 (4xxx) VF PCI ID
403
+ "4943": {}, // QAT Gen4 (401xx) VF PCI ID
404
+ "4945": {}, // QAT Gen4 (402xx) VF PCI ID
405
406
407
if _, ok := devicesWithCapabilities[devID]; !ok {
0 commit comments