]> Pileus Git - ~andy/linux/commit
mlx4: Fixing bad size of event queue buffer
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>
Wed, 30 Mar 2011 23:30:17 +0000 (23:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Mar 2011 09:52:18 +0000 (02:52 -0700)
commitc37947459172a02691ccd48cb967e8b605d38c56
treeb3f52f4e13d4fe95ffe4024cb09571f0c0791110
parent53020092bd89b0d4ccc5368a3956f43cb43e5665
mlx4: Fixing bad size of event queue buffer

We should reduce the number of reserved completion queues from the total
number of entries. Since the queue size is power of two, not reducing the
reserved entries, caused a double queue size, which may lead to allocation
failures in some cases.

Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mlx4/eq.c