Skip to content

Commit 29c36f2

Browse files
committed
Perftest: Add support for CONNECTX10
Signed-off-by: Shmuel Shaul <[email protected]>
1 parent 814512c commit 29c36f2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/perftest_parameters.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,6 +2213,7 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
22132213
case 4129 : dev_fname = CONNECTX7; break;
22142214
case 4131 : dev_fname = CONNECTX8; break;
22152215
case 4133 : dev_fname = CONNECTX9; break;
2216+
case 4135 : dev_fname = CONNECTX10; break;
22162217
case 41682 : dev_fname = BLUEFIELD; break;
22172218
case 41683 : dev_fname = BLUEFIELD; break;
22182219
case 41686 : dev_fname = BLUEFIELD2; break;

src/perftest_parameters.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ enum ctx_device {
396396
NBL_DF200 = 40,
397397
NBL_RNIC400 = 41,
398398
PENSANDO_ALL = 42,
399+
CONNECTX10 = 43,
399400
};
400401

401402
/* Units for rate limiter */

src/perftest_resources.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,6 +2263,7 @@ int verify_params_with_device_context(struct ibv_context *context,
22632263
current_dev != CONNECTX7 &&
22642264
current_dev != CONNECTX8 &&
22652265
current_dev != CONNECTX9 &&
2266+
current_dev != CONNECTX10 &&
22662267
current_dev != MLX5GENVF &&
22672268
current_dev != BLUEFIELD &&
22682269
current_dev != BLUEFIELD2 &&

0 commit comments

Comments
 (0)