Skip to content

Commit

Permalink
Merge pull request #271 from mrgolin/efa3
Browse files Browse the repository at this point in the history
Add 0xefa3 pciid to the database
  • Loading branch information
sshaulnv authored Aug 5, 2024
2 parents 394c8c8 + d3873ee commit 0e0e252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/perftest_parameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,7 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
case 61344 : dev_fname = EFA; break; /* efa0 */
case 61345 : dev_fname = EFA; break; /* efa1 */
case 61346 : dev_fname = EFA; break; /* efa2 */
case 61347 : dev_fname = EFA; break; /* efa3 */
case 4223 : dev_fname = ERDMA; break;
case 41506 : dev_fname = HNS; break;
case 41507 : dev_fname = HNS; break;
Expand Down

0 comments on commit 0e0e252

Please sign in to comment.