]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/mlx5/mlx5_ifc.h
net/mlx5: TX WQE update
authorSaeed Mahameed <saeedm@mellanox.com>
Mon, 28 Nov 2016 16:04:50 +0000 (18:04 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 6 Feb 2017 16:20:16 +0000 (18:20 +0200)
commit2b31f7ae5f645edd852addfca445895b5806f3f9
tree89ad451e4ee5255d0a585597812a84d7b6480a2e
parentf32f5bd2eb7e91a5090c06bbe1ed14bffbbda5d3
net/mlx5: TX WQE update

Add new TX WQE fields for Connect-X5 vlan insertion support,
type and vlan_tci, when type = MLX5_ETH_WQE_INSERT_VLAN the
HW will insert the vlan and prio fields (vlan_tci) to the packet.

Those bits and the inline header fields are mutually exclusive, and
valid only when:
MLX5_CAP_ETH(mdev, wqe_inline_mode) == MLX5_CAP_INLINE_MODE_NOT_REQUIRED
and MLX5_CAP_ETH(mdev, wqe_vlan_insert),
who will be set in ConnectX-5 and later HW generations.

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
drivers/infiniband/hw/mlx5/qp.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
include/linux/mlx5/mlx5_ifc.h
include/linux/mlx5/qp.h