mlx4_en: multiqueue support
By default the driver opens 8 TX queues (defined by MLX4_EN_NUM_TX_RINGS). If the driver is configured to support Per Priority Flow Control, we open 8 additional TX rings. dev->real_num_tx_queues is always set to be MLX4_EN_NUM_TX_RINGS. The mlx4_en_select_queue() function uses standard hashing (skb_tx_hash) in case that PPFC is not supported or the skb contain a vlan tag, otherwise the queue is selected according to vlan priority. Signed-off-by:Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/mlx4/en_main.c 2 additions, 7 deletionsdrivers/net/mlx4/en_main.c
- drivers/net/mlx4/en_netdev.c 3 additions, 4 deletionsdrivers/net/mlx4/en_netdev.c
- drivers/net/mlx4/en_tx.c 18 additions, 56 deletionsdrivers/net/mlx4/en_tx.c
- drivers/net/mlx4/mlx4_en.h 5 additions, 4 deletionsdrivers/net/mlx4/mlx4_en.h
Loading
Please register or sign in to comment