[openib-general] [PATCH] [RFC] group devices by type

Roland Dreier rdreier at cisco.com
Wed Jan 25 13:32:56 PST 2006


 >  enum ib_node_type {
 > -	IB_NODE_CA 	= 1,
 > +	IB_NODE_IB = 0x10,		/* mask for all IB node types */
 > +	IB_NODE_CA,
 >  	IB_NODE_SWITCH,
 >  	IB_NODE_ROUTER
 >  };

Is there anywhere that uses this value to compare against the values
that the IB spec uses in the NodeInfo record?

 - R.



More information about the general mailing list