net/mlx5: HW bit for goto chain offload support
authorEli Cohen <eli@mellanox.com>
Tue, 3 Mar 2020 00:15:22 +0000 (16:15 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 7 Mar 2020 21:19:25 +0000 (13:19 -0800)
Add the HW bit definition indecating goto chain offload support.

Signed-off-by: Eli Cohen <eli@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
include/linux/mlx5/mlx5_ifc.h

index d0a678c82ccd244c2ab030a84f6b994bbba14de2..9b8ff4e57002c0edf196c5c9ddc7290a1c4b075e 100644 (file)
@@ -414,7 +414,8 @@ struct mlx5_ifc_flow_table_prop_layout_bits {
        u8         reserved_at_16[0x1];
        u8         table_miss_action_domain[0x1];
        u8         termination_table[0x1];
-       u8         reserved_at_19[0x7];
+       u8         reformat_and_fwd_to_table[0x1];
+       u8         reserved_at_1a[0x6];
        u8         reserved_at_20[0x2];
        u8         log_max_ft_size[0x6];
        u8         log_max_modify_header_context[0x8];