[ofw] API breakage in trunk

Sean Hefty sean.hefty at intel.com
Thu Feb 18 14:26:26 PST 2010


I was comparing the differences between the trunk and wof2-2 branch, and noticed
the following change had been committed to the trunk:

diff -up -r -X \mshefty\scm\gen1\trunk\docs\dontdiff.txt -I '\$Id'
c:\mshefty\scm\svn\gen1\branches\wof2-2\inc\iba/ib_types.h
c:\mshefty\scm\svn\gen1\trunk\inc\iba/ib_types.h
--- c:\mshefty\scm\svn\gen1\branches\wof2-2\inc\iba/ib_types.h	2010-01-21
13:01:17.130625000 -0800
+++ c:\mshefty\scm\svn\gen1\trunk\inc\iba/ib_types.h	2010-01-21
12:45:33.880625000 -0800
@@ -9419,6 +9419,8 @@ typedef struct _ib_port_attr
 	TO_LONG_PTR(ib_gid_t*,	p_gid_table);
 	TO_LONG_PTR(ib_net16_t*,p_pkey_table);
 
+	enum rdma_transport_type	transport;
+
 }	ib_port_attr_t;
 /*
 * SEE ALSO

This changes a publically accessible data structure, which breaks all existing
applications.  This change must be reverted and an alternate solution found.
(This change only affects the trunk, not the 2.2 release.)

- Sean




More information about the ofw mailing list