commit | e802f8e4c54e6adf4215ef9fa3d6eea8fcb10bf9 | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Mon Jul 27 14:46:33 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 27 15:00:37 2015 -0700 |
tree | 78b652b4b48ef6e99111d0b6365ef3adbf5649ee | |
parent | 7c509a48ff999463f698ed5082875a938094bfb3 [diff] |
net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated support To add Hardware accelerated support in 802.1ad vlan, replace Current VLAN macros to CVLAN. Replace: MLX4_WQE_CTRL_INS_VLAN MLX4_CQE_VLAN_PRESENT_MASK With: MLX4_WQE_CTRL_INS_CVLAN MLX4_CQE_CVLAN_PRESENT_MASK Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>