diff options
author | Kleber Sacilotto de Souza <[email protected]> | 2013-02-22 14:58:02 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-02-23 13:51:54 -0500 |
commit | 427a96252d8eee7b9bbafce15bd37fa3387ede55 (patch) | |
tree | 24a0628f9eef8870437491201f8a66aca0655e63 /lib/cpu-notifier-error-inject.c | |
parent | 1b63edd6ecc55c3a61b40297b49e2323783bddfd (diff) |
mlx4_en: fix allocation of device tx_cq
The memory to hold the network device tx_cq is not being allocated with
the correct size in mlx4_en_init_netdev(). It should use MAX_TX_RINGS
instead of MAX_RX_RINGS. This can cause problems if the number of tx
rings being used is greater than MAX_RX_RINGS.
Signed-off-by: Kleber Sacilotto de Souza <[email protected]>
Acked-by: Amir Vadai <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions