From: Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
To: Alex Netes <alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: "linux-rdma
(linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [PATCH][MINOR] Add Per Module Logging support for Congestion Manager
Date: Fri, 09 Nov 2012 08:36:46 -0500 [thread overview]
Message-ID: <509D06EE.4070507@dev.mellanox.co.il> (raw)
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/include/opensm/osm_file_ids.h b/include/opensm/osm_file_ids.h
index 713a0f9..e23710c 100644
--- a/include/opensm/osm_file_ids.h
+++ b/include/opensm/osm_file_ids.h
@@ -149,6 +149,7 @@ typedef enum _osm_file_ids_enum {
OSM_FILE_VL_ARB_RCV_C,
OSM_FILE_ST_C,
OSM_FILE_UCAST_DFSSSP_C,
+ OSM_FILE_CONGESTION_CONTROL_C,
} osm_file_ids_enum;
/***********/
diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c
index b9a491b..0056049 100644
--- a/opensm/osm_subnet.c
+++ b/opensm/osm_subnet.c
@@ -184,9 +184,10 @@ static const char *module_name_str[] = {
"osm_vl_arb_rcv.c",
"st.c",
"osm_ucast_dfsssp.c",
+ "osm_congestion_control.c",
/* Add new module names here ... */
/* FILE_ID define in those modules must be identical to index here */
- /* last FILE_ID is currently 88 */
+ /* last FILE_ID is currently 89 */
};
#define MOD_NAME_STR_UNKNOWN_VAL (ARR_SIZE(module_name_str))
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2012-11-09 13:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 13:36 Hal Rosenstock [this message]
[not found] ` <509D06EE.4070507-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2013-01-20 10:08 ` [PATCH][MINOR] Add Per Module Logging support for Congestion Manager Alex Netes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=509D06EE.4070507@dev.mellanox.co.il \
--to=hal-ldsdmyg8hgv8yrgs2mwiifqbs+8scbdb@public.gmane.org \
--cc=alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.