From: Naresh <[email protected]>
Signed-off-by: Naresh <[email protected]>
---
src/perftest_parameters.c | 1 +
src/perftest_parameters.h | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/perftest_parameters.c b/src/perftest_parameters.c
index 084f16f..a2a5ca7 100755
--- a/src/perftest_parameters.c
+++ b/src/perftest_parameters.c
@@ -732,6 +732,7 @@ static enum ctx_device ib_dev_name(struct ibv_context
*context) {
case 25418 : dev_fname = CONNECTX; break;
case 25428 : dev_fname = CONNECTX; break;
case 25448 : dev_fname = CONNECTX; break;
+ case 1824 : dev_fname = SKYHAWK; break;
default : dev_fname = UNKNOWN;
}
}
diff --git a/src/perftest_parameters.h b/src/perftest_parameters.h
index 42f6966..4c5b57c 100755
--- a/src/perftest_parameters.h
+++ b/src/perftest_parameters.h
@@ -214,7 +214,8 @@ enum ctx_device {
LEGACY = 5,
CHELSIO_T4 = 6,
CHELSIO_T5 = 7,
- CONNECTX3_PRO = 8
+ CONNECTX3_PRO = 8,
+ SKYHAWK = 9
};
struct perftest_parameters {
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html