diff options
author | David S. Miller <davem@davemloft.net> | 2017-11-10 13:44:46 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-10 13:44:46 +0900 |
commit | 4fdc3023c67c1c951d0b5594f37a2066d5191bdc (patch) | |
tree | 6d0dfba25935dbfd58ff80dadc9166ffdb7f56e5 /include/linux/mlx5/qp.h | |
parent | 5d37636abd15ace8686a54167b488364ee79e88d (diff) | |
parent | f938daeee95eb36ef6b431bf054a5cc6cdada112 (diff) |
Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-updates-2017-11-09
This series introduces vlan offloads related improvements for mlx5
ethernet netdev driver, from Gal Pressman.
- Add support for 802.1ad vlan filter
- Add support for 802.1ad vlan insertion
- Add vlan offloads statistics to ethtool (inserted/stripped vlans)
- CHECKSUM_COMPLETE support for vlan traffic when vlan stripping is off! (Finally)
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5/qp.h')
-rw-r--r-- | include/linux/mlx5/qp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/qp.h b/include/linux/mlx5/qp.h index 66d19b611fe4..62af7512dabb 100644 --- a/include/linux/mlx5/qp.h +++ b/include/linux/mlx5/qp.h @@ -221,6 +221,7 @@ enum { }; enum { + MLX5_ETH_WQE_SVLAN = 1 << 0, MLX5_ETH_WQE_INSERT_VLAN = 1 << 15, }; |