commit | 8e37210b38fb7d6aa06aebde763316ee955d44c0 | [log] [tgz] |
---|---|---|
author | Matan Barak <matanb@mellanox.com> | Thu Jun 11 16:35:21 2015 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Fri Jun 12 14:49:10 2015 -0400 |
tree | 2ef8854af886906e1901e7c6f0b93a28ae515c6e | |
parent | bcf4c1ea583cd213f0bafdbeb11d80f83c5f10e6 [diff] |
IB/core: Change ib_create_cq to use struct ib_cq_init_attr Currently, ib_create_cq uses cqe and comp_vecotr instead of the extendible ib_cq_init_attr struct. Earlier patches already changed the vendors to work with ib_cq_init_attr. This patch changes the consumers too. Signed-off-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>