Skip to content

Commit 463300b

Browse files
mrgolinsshaulnv
authored andcommitted
Add 0xefa3 pciid to the database
Add 0xefa3 device ID to the devices database. Reviewed-by: Yonatan Nachum <[email protected]> Reviewed-by: Yossi Leybovich <[email protected]> Signed-off-by: Michael Margolin <[email protected]>
1 parent febba14 commit 463300b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/perftest_parameters.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,7 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
19741974
case 61344 : dev_fname = EFA; break; /* efa0 */
19751975
case 61345 : dev_fname = EFA; break; /* efa1 */
19761976
case 61346 : dev_fname = EFA; break; /* efa2 */
1977+
case 61347 : dev_fname = EFA; break; /* efa3 */
19771978
case 4223 : dev_fname = ERDMA; break;
19781979
case 41506 : dev_fname = HNS; break;
19791980
case 41507 : dev_fname = HNS; break;

0 commit comments

Comments
 (0)