[ofa-general] [PATCH] osm: mkey lease period description in options file
Yevgeny Kliteynik
kliteyn at dev.mellanox.co.il
Mon Sep 17 12:06:06 PDT 2007
M_Key lease period description should
be in [sec] instead of [msec].
Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
---
opensm/opensm/osm_subnet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opensm/opensm/osm_subnet.c b/opensm/opensm/osm_subnet.c
index 3895732..9456f22 100644
--- a/opensm/opensm/osm_subnet.c
+++ b/opensm/opensm/osm_subnet.c
@@ -1298,7 +1298,7 @@ ib_api_status_t osm_subn_write_conf_file(IN osm_subn_opt_t * const p_opts)
"guid 0x%016" PRIx64 "\n\n"
"# M_Key value sent to all ports qualifying all Set(PortInfo)\n"
"m_key 0x%016" PRIx64 "\n\n"
- "# The lease period used for the M_Key on this subnet in [msec]\n"
+ "# The lease period used for the M_Key on this subnet in [sec]\n"
"m_key_lease_period %u\n\n"
"# SM_Key value of the SM to qualify rcv SA queries as 'trusted'\n"
"sm_key 0x%016" PRIx64 "\n\n"
--
1.5.1.4
More information about the general
mailing list