diff options
author | Gal Pressman <galp@mellanox.com> | 2017-08-13 13:34:42 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2017-08-31 01:54:06 +0300 |
commit | 2729984149e6a23e849a40e16fc3efdc07dd3668 (patch) | |
tree | 56cf54b90870e160700afe327ef323627f6da0ff /include/linux | |
parent | 888fcd9cd250ca5d956776e8bd48b2632a18bf32 (diff) | |
download | op-kernel-dev-2729984149e6a23e849a40e16fc3efdc07dd3668.zip op-kernel-dev-2729984149e6a23e849a40e16fc3efdc07dd3668.tar.gz |
net/mlx5e: Support TSO and TX checksum offloads for GRE tunnels
Add TX offloads support for GRE tunneled packets by reporting the needed
netdev features.
Signed-off-by: Gal Pressman <galp@mellanox.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index ae7d09b..3d5d32e 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -602,7 +602,7 @@ struct mlx5_ifc_per_protocol_networking_offload_caps_bits { u8 reserved_at_1a[0x1]; u8 tunnel_lso_const_out_ip_id[0x1]; u8 reserved_at_1c[0x2]; - u8 tunnel_statless_gre[0x1]; + u8 tunnel_stateless_gre[0x1]; u8 tunnel_stateless_vxlan[0x1]; u8 swp[0x1]; |