[openib-general] [PATCH 0/13] osm: port to WinIB stack
Eitan Zahavi
eitan at mellanox.co.il
Sun Sep 17 09:22:33 PDT 2006
Hi Hal
The following series of 13 patches are required for porting of
the trunk OpenSM code (based on 9502) to WinIB.
I have intentionally break the patch by file to ease the review.
Most changes are:
1. casting from some int into exact uintXX_t
2. Avoiding macros with varargs (windows do not support that)
3. Mapping snprintf to _snprintf, stat to _stat, etc
4. Missing include for cl_debug required for PRIx64 def
5. The osm_log changes for truncating are not supported yet
6. ib_types: add a macro for OSM_API required for windows to
declare the API as __cdecl
These patches are for the trunk only.
Thanks
Eitan
More information about the general
mailing list