[openib-general] [PATCH] fix sparse warnings

Roland Dreier rolandd at cisco.com
Thu Jul 28 11:12:16 PDT 2005


By the way, is there any reason that ib_cm.h does

	IB_CM_REJ_PORT_REDIRECT			= 24,

and doesn't define reject reason 25?  It seems like it would be more
sensible to do

	IB_CM_REJ_PORT_CM_REDIRECT		= 24,
	IB_CM_REJ_PORT_REDIRECT			= 25,

(I use reason 25 in SRP code because the Topspin FC/SRP gateway has a
bug where it sends reason code 25 when it means 24)

 - R.



More information about the general mailing list