From: Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
To: Alex Netes <alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [PATCH] opensm: enable perfmgr build by default
Date: Wed, 6 Jul 2011 15:11:16 -0700 [thread overview]
Message-ID: <20110706151116.79c187ea.weiny2@llnl.gov> (raw)
This should at least be compiled in by default.
Signed-off-by: Ira Weiny <weiny2-i2BcT+NCU+M@public.gmane.org>
---
config/osmvsel.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/osmvsel.m4 b/config/osmvsel.m4
index c24930b..2c91f63 100644
--- a/config/osmvsel.m4
+++ b/config/osmvsel.m4
@@ -206,12 +206,12 @@ AC_DEFUN([OPENIB_OSM_PERF_MGR_SEL], [
dnl enable the perf-mgr
AC_ARG_ENABLE(perf-mgr,
-[ --enable-perf-mgr Enable the performance manager (default no)],
+[ --enable-perf-mgr Enable the performance manager (default yes)],
[case $enableval in
yes) perf_mgr=yes ;;
no) perf_mgr=no ;;
esac],
- perf_mgr=no)
+ perf_mgr=yes)
AC_ARG_ENABLE(perf-mgr-profile,
[ --enable-perf-mgr-profile Enable the performance manager profiling (default no)],
[case $enableval in
--
1.7.1
--
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:[~2011-07-06 22:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-06 22:11 Ira Weiny [this message]
[not found] ` <20110706151116.79c187ea.weiny2-i2BcT+NCU+M@public.gmane.org>
2011-07-08 10:49 ` [PATCH] opensm: enable perfmgr build by default Alex Netes
[not found] ` <20110708104927.GC7420-iQai9MGU/dyyaiaB+Ve85laTQe2KTcn/@public.gmane.org>
2011-07-08 16:06 ` Ira Weiny
[not found] ` <20110708090658.f15b95b0.weiny2-i2BcT+NCU+M@public.gmane.org>
2011-07-08 16:23 ` Hal Rosenstock
[not found] ` <4E172F16.1000708-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2011-07-08 17:13 ` Ira Weiny
[not found] ` <20110708101313.60512582.weiny2-i2BcT+NCU+M@public.gmane.org>
2011-07-10 8:54 ` Alex Netes
[not found] ` <20110710085418.GA8520-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2011-07-13 1:03 ` Ira Weiny
2011-07-13 12:42 ` 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=20110706151116.79c187ea.weiny2@llnl.gov \
--to=weiny2-i2bct+ncu+m@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox