mlx4_en: Fix partial rings feature
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>
Sun, 24 May 2009 03:17:11 +0000 (03:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 May 2009 07:35:53 +0000 (00:35 -0700)
commit38aab07c14adbf3c7257793d764a91923341e96a
treeac27575621410056b4ec970db6b233a50600d15b
parent8e29291650ee53a8609d9cc3a303dcbe9aa9b542
mlx4_en: Fix partial rings feature

In case of allocation failure, the actual ring size is rounded down to
nearest power of 2. The remaining descriptors are freed.
The CQ and SRQ are allocated with the actual size and the mask is updated.

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