From: Roland Dreier Date: Fri, 25 Jan 2008 22:15:24 +0000 (-0800) Subject: IPoIB/cm: Factor out ipoib_cm_create_srq() X-Git-Tag: v2.6.25-rc1~1234^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b3687df66cab4ecd6efb42cfa0c7de60cc4e3b9;p=pandora-kernel.git IPoIB/cm: Factor out ipoib_cm_create_srq() Factor out the code to create an SRQ and allocate the receive ring in ipoib_cm_dev_init() into a new function ipoib_cm_create_srq(). This will make the code neater when support for devices that don't implement SRQs is added. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed