Skip to content

Commit 1b14b63

Browse files
authored
Merge pull request #108 from galpress/efa1-pr
Add 0xefa1 pciid to the database
2 parents 86c98b2 + 23938df commit 1b14b63

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
@@ -1628,6 +1628,7 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
16281628
case 55298 : dev_fname = NETXTREME; break;
16291629
case 55300 : dev_fname = NETXTREME; break;
16301630
case 61344 : dev_fname = EFA; break;
1631+
case 61345 : dev_fname = EFA; break;
16311632
default : dev_fname = UNKNOWN;
16321633
}
16331634
}

0 commit comments

Comments
 (0)