]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
net/mlx5: Add cap bits for multi fdb encap
authorPaul Blakey <paulb@mellanox.com>
Thu, 31 May 2018 08:50:23 +0000 (11:50 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 17 Oct 2018 21:15:48 +0000 (14:15 -0700)
If set, the firmware supports creating of flow tables with encap
enabled while VFs are configured, if we already created one
(restriction still applies on the first creation).

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
include/linux/mlx5/mlx5_ifc.h

index 15e36198f85fb74f442ab1ed0b57600763f08f68..9636118200060a458a3e72104f288ce5ba25b904 100644 (file)
@@ -584,7 +584,9 @@ struct mlx5_ifc_flow_table_nic_cap_bits {
 struct mlx5_ifc_flow_table_eswitch_cap_bits {
        u8      reserved_at_0[0x1c];
        u8      fdb_multi_path_to_table[0x1];
-       u8      reserved_at_1d[0x1e3];
+       u8      reserved_at_1d[0x1];
+       u8      multi_fdb_encap[0x1];
+       u8      reserved_at_1e[0x1e1];
 
        struct mlx5_ifc_flow_table_prop_layout_bits flow_table_properties_nic_esw_fdb;