We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375ef2b commit 03eda95Copy full SHA for 03eda95
drivers/net/ethernet/mellanox/mlx5/core/en.h
@@ -655,7 +655,7 @@ struct mlx5e_tc_table {
655
656
struct mlx5e_vlan_table {
657
struct mlx5e_flow_table ft;
658
- unsigned long active_cvlans[BITS_TO_LONGS(VLAN_N_VID)];
+ DECLARE_BITMAP(active_cvlans, VLAN_N_VID);
659
struct mlx5_flow_handle *active_cvlans_rule[VLAN_N_VID];
660
struct mlx5_flow_handle *untagged_rule;
661
struct mlx5_flow_handle *any_cvlan_rule;
0 commit comments