Skip to content

Commit a5c6243

Browse files
Merge pull request #1434 from mythi/PR-2023-028
qat: report cy/dc capabilities for 401xx/402xx too
2 parents 4843520 + d83a641 commit a5c6243

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: cmd/qat_plugin/dpdkdrv/dpdkdrv.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ func getDeviceCapabilities(device string) (string, error) {
400400
}
401401

402402
devicesWithCapabilities := map[string]struct{}{
403-
"4941": {}, // Check QAT Gen4 (4xxx) VF PCI ID only
403+
"4941": {}, // QAT Gen4 (4xxx) VF PCI ID
404+
"4943": {}, // QAT Gen4 (401xx) VF PCI ID
405+
"4945": {}, // QAT Gen4 (402xx) VF PCI ID
404406
}
405407

406408
if _, ok := devicesWithCapabilities[devID]; !ok {

0 commit comments

Comments
 (0)