From: Sean Hefty Date: Mon, 2 Jul 2007 23:14:14 +0000 (-0700) Subject: IB/cm: Send no match if a SIDR REQ does not match a listen X-Git-Tag: v2.6.23-rc1~1085^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6164c8cd1333403a28202f7c7e64ff9086d8f1aa;p=pandora-kernel.git IB/cm: Send no match if a SIDR REQ does not match a listen If a SIDR REQ does not match a listen, we should reply with status value 1 (service ID not supported), rather than dropping through to the default case of status 2 (rejected by service provider). Doing this also fixes a bug where the cm_id_priv is removed from the remote_sidr_table twice. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed