commit | c08355fb61fb064d141b8bd156145d326f33022f | [log] [tgz] |
---|---|---|
author | govindarajulu.v <govindarajulu90@gmail.com> | Mon Jun 03 08:07:42 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 04 17:29:51 2013 -0700 |
tree | 1ac13942dedd5cd286cf245bfdf37a6dda8441b4 | |
parent | e6309cff76a6adc0010609d45d34173e524a546d [diff] |
mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queue mlx4_en_select_queue() uses __skb_tx_hash to select the transmit queue. XPS settings are ignored by this. Instead, we can use __netdev_pick_tx to select the transmit queue. Compile test only. Signed-off-by: govindarajulu.v <govindarajulu90@gmail.com> Acked-By: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>