From: Matan Barak Date: Thu, 11 Jun 2015 13:35:20 +0000 (+0300) Subject: IB/core: Change provider's API of create_cq to be extendible X-Git-Tag: omap-for-v4.2/fixes-rc1^2~152^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf4c1ea583cd213f0bafdbeb11d80f83c5f10e6;p=pandora-kernel.git IB/core: Change provider's API of create_cq to be extendible Add a new ib_cq_init_attr structure which contains the previous cqe (minimum number of CQ entries) and comp_vector (completion vector) in addition to a new flags field. All vendors' create_cq callbacks are changed in order to work with the new API. This commit does not change any functionality. Signed-off-by: Matan Barak Signed-off-by: Or Gerlitz Reviewed-By: Devesh Sharma to patch #2 Signed-off-by: Doug Ledford --- Reading git-diff-tree failed