diff options
| author | 2016-04-24 22:51:55 +0300 | |
|---|---|---|
| committer | 2016-04-26 15:58:02 -0400 | |
| commit | 363501145e3faa650193722fe7047b767ed87172 (patch) | |
| tree | c0ade5333f48185e3d74589778978257394d5230 /include/linux/mlx5 | |
| parent | net/mlx5e: Add ethtool support for dump module EEPROM (diff) | |
| download | linux-dev-363501145e3faa650193722fe7047b767ed87172.tar.xz linux-dev-363501145e3faa650193722fe7047b767ed87172.zip | |
net/mlx5e: Add ethtool support for rxvlan-offload (vlan stripping)
Use ethtool -K <interface> rxvlan <on/off> to enable/disable
C-TAG vlan stripping by hardware.
Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx5')
| -rw-r--r-- | include/linux/mlx5/driver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 1a170672c656..2cc5e9fd5913 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -46,6 +46,10 @@ #include <linux/mlx5/doorbell.h> enum { + MLX5_RQ_BITMASK_VSD = 1 << 1, +}; + +enum { MLX5_BOARD_ID_LEN = 64, MLX5_MAX_NAME_LEN = 16, }; |
