Skip to content

Commit

Permalink
net/mlx5: Add cap bits for flow table destination in FDB table
Browse files Browse the repository at this point in the history
If set, the FDB table supports the forward action with a
destination list that includes a flow table.

Signed-off-by: Chris Mi <chrism@mellanox.com>
Reviewed-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
  • Loading branch information
Chris Mi authored and Saeed Mahameed committed May 25, 2018
1 parent 52fff32 commit b456300
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/linux/mlx5/mlx5_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@ struct mlx5_ifc_flow_table_nic_cap_bits {
};

struct mlx5_ifc_flow_table_eswitch_cap_bits {
u8 reserved_at_0[0x200];
u8 reserved_at_0[0x1c];
u8 fdb_multi_path_to_table[0x1];
u8 reserved_at_1d[0x1e3];

struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_esw_fdb;

Expand Down

0 comments on commit b456300

Please sign in to comment.