[openib-general] [PATCH] osm: export more complib functions and opensm headers

Eitan Zahavi eitan at mellanox.co.il
Wed Aug 17 12:18:25 PDT 2005


Hi Hal

There were few missing complib functions in the libosmcomp.map.
Also the following two header functions were missing from the opensm
distribution list: osm_msgdef.h and osm_helper.h

I tested the patch on :
2.6.12.3-smp SuSE Linux 9.3 (i586)

Signed-off-by:  Eitan Zahavi <eitan at mellanox.co.il>

Index: complib/libosmcomp.map
===================================================================
--- complib/libosmcomp.map	(revision 3122)
+++ complib/libosmcomp.map	(working copy)
@@ -207,5 +207,14 @@ OSMCOMP_1.0 {
 		ib_error_str;
 		ib_async_event_str;
 		ib_wc_status_str;
+      cl_atomic_dec;
+      cl_free;
+      cl_malloc;
+      cl_perf_construct;
+      cl_perf_destroy;
+      cl_perf_display;
+      cl_perf_init;
+      cl_perf_reset;
+      cl_zalloc;
 	local: *;
 };
Index: opensm/Makefile.am
===================================================================
--- opensm/Makefile.am	(revision 3122)
+++ opensm/Makefile.am	(working copy)
@@ -75,11 +75,15 @@ opensm_LDFLAGS = -Wl,--rpath -Wl,$(libdi
 opensmincludedir = $(includedir)/infiniband/opensm
 
 opensminclude_HEADERS = $(srcdir)/../include/opensm/osm_base.h \
+			$(srcdir)/../include/opensm/osm_msgdef.h \
+			$(srcdir)/../include/opensm/osm_helper.h \
 			$(srcdir)/../include/opensm/osm_log.h \
 			$(srcdir)/../include/opensm/osm_madw.h \
 			$(srcdir)/../include/opensm/osm_mad_pool.h
 
 EXTRA_DIST = $(srcdir)/../include/opensm/osm_base.h \
-		$(srcdir)/../include/opensm/osm_log.h \
-		$(srcdir)/../include/opensm/osm_madw.h \
-		$(srcdir)/../include/opensm/osm_mad_pool.h
+			$(srcdir)/../include/opensm/osm_helper.h \
+			$(srcdir)/../include/opensm/osm_msgdef.h \
+			$(srcdir)/../include/opensm/osm_log.h \
+			$(srcdir)/../include/opensm/osm_madw.h \
+			$(srcdir)/../include/opensm/osm_mad_pool.h




More information about the general mailing list