commit | f5b3a096b138940f283907debe9bde6c6f40ebf3 | [log] [tgz] |
---|---|---|
author | Vladimir Sokolovsky <vlad@mellanox.co.il> | Wed Apr 23 11:55:45 2008 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 23 11:55:45 2008 -0700 |
tree | a999540103ef6f7c4d1be52689c326518d4dabe5 | |
parent | 6296883ca4cd52dafb45f191d24102e28ded38f2 [diff] |
mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQ The call to mlx4_MODIFY_CQ() had a typo so that mlx4_cq_resize() was actually asking the FW to modify a CQ's interrupt moderation rather than asking it to resize a CQ. Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>