We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 799923f + 2913303 commit 20e05b9Copy full SHA for 20e05b9
src/perftest_parameters.c
@@ -2162,6 +2162,8 @@ enum ctx_device ib_dev_name(struct ibv_context *context)
2162
case 0x1610 : dev_fname = NBL_RNIC400; break; /* RNIC400 */
2163
default : dev_fname = NBL_LEONIS;
2164
}
2165
+ } else if (attr.vendor_id == 0x1dd8) {
2166
+ dev_fname = PENSANDO_ALL;
2167
} else {
2168
2169
//coverity[uninit_use]
src/perftest_parameters.h
@@ -395,6 +395,7 @@ enum ctx_device {
395
NBL_DRACO = 39,
396
NBL_DF200 = 40,
397
NBL_RNIC400 = 41,
398
+ PENSANDO_ALL = 42,
399
};
400
401
/* Units for rate limiter */
0 commit comments