[openib-general] [PATCH] osm: export more complib functions a nd opensm headers
Eitan Zahavi
eitan at mellanox.co.il
Thu Aug 18 08:30:04 PDT 2005
Hi Hal,
I just did a fresh co of the userspace/management dir
I verified that the patch below is not fully applied.
Only the opensm/Makefile.am was changed partially with the two added header
files to the DIST list - but not to the include list.
Please double check.
I can provide a new patch if required.
Thanks.
EZ
---------------- BACKUP: ------------------------
I still see the following diff (note this is not a patch):
swlab30:/home/eitan/SW/SVN/gen2_tmp>diff
management/osm/complib/libosmcomp.map ../gen2_mgmt/osm/complib/
218a219,227
> cl_atomic_dec;
> cl_free;
> cl_malloc;
> cl_perf_construct;
> cl_perf_destroy;
> cl_perf_display;
> cl_perf_init;
> cl_perf_reset;
> cl_zalloc;
swlab30:/home/eitan/SW/SVN/gen2_tmp>diff management/osm/opensm/Makefile.am
../gen2_mgmt/osm/opensm/
77a78,79
> $(srcdir)/../include/opensm/osm_msgdef.h \
> $(srcdir)/../include/opensm/osm_helper.h \
89a92
>
Eitan Zahavi
Design Technology Director
Mellanox Technologies LTD
Tel:+972-4-9097208
Fax:+972-4-9593245
P.O. Box 586 Yokneam 20692 ISRAEL
> -----Original Message-----
> From: Eitan Zahavi [mailto:eitan at mellanox.co.il]
> Sent: Wednesday, August 17, 2005 10:18 PM
> To: OPENIB GENERAL
> Subject: [openib-general] [PATCH] osm: export more complib functions and
opensm
> headers
>
> 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
>
> _______________________________________________
> openib-general mailing list
> openib-general at openib.org
> http://openib.org/mailman/listinfo/openib-general
>
> To unsubscribe, please visit
http://openib.org/mailman/listinfo/openib-general
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20050818/958c4b0f/attachment.html>
More information about the general
mailing list