commit | 84d7ad2c3b8a80888d9a483388ccbd5e5f07438f | [log] [tgz] |
---|---|---|
author | Shahed Shaikh <shahed.shaikh@qlogic.com> | Tue May 06 03:46:49 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed May 07 16:53:15 2014 -0400 |
tree | d66b5da3616c3d20eca737b532c3230839a75562 | |
parent | d5d2bf3eabb34cc8eaf54db37fdc43f04267985a [diff] |
qlcnic: Set real_num_{tx|rx}_queues properly Do not set netdev->real_num_tx_queues directly, let netif_set_real_num_tx_queues() take care of it. Do not overwrite netdev->num_tx_queues everytime when driver changes its Tx ring size through ethtool -L and also notify stack to update number of Rx queues. Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>