Skip to content

Commit d7d980a

Browse files
author
Dmitry Akhmedzhanov
committed
Added support for ConnectX6-Dx and Bluefield 2
Signed-off-by: Dmitry Akhmedzhanov <[email protected]>
1 parent 155d1e4 commit d7d980a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/perftest_parameters.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,8 +1519,11 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
15191519
case 4122 : dev_fname = CONNECTX5EX; break;
15201520
case 4123 : dev_fname = CONNECTX6; break;
15211521
case 4124 : dev_fname = CONNECTX6; break;
1522+
case 4125 : dev_fname = CONNECTX6DX; break;
1523+
case 4126 : dev_fname = MLX5GENVF; break;
15221524
case 41682 : dev_fname = BLUEFIELD; break;
15231525
case 41683 : dev_fname = BLUEFIELD; break;
1526+
case 41686 : dev_fname = BLUEFIELD2; break;
15241527
case 26418 : dev_fname = CONNECTX2; break;
15251528
case 26428 : dev_fname = CONNECTX2; break;
15261529
case 26438 : dev_fname = CONNECTX2; break;

src/perftest_parameters.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,12 @@ enum ctx_device {
290290
CONNECTX5 = 15,
291291
CONNECTX5EX = 16,
292292
CONNECTX6 = 17,
293-
BLUEFIELD = 18,
294-
INTEL_ALL = 19,
295-
NETXTREME = 20
293+
CONNECTX6DX = 18,
294+
MLX5GENVF = 19,
295+
BLUEFIELD = 20,
296+
BLUEFIELD2 = 21,
297+
INTEL_ALL = 22,
298+
NETXTREME = 23
296299
};
297300

298301
/* Units for rate limiter */

0 commit comments

Comments
 (0)