mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-02 14:22:31 -05:00
net/mlx5: E-Switch, Increase supported number of forward destinations to 32
Increase supported number of forward destinations in the same rule, local and remote, from 2 to 32. Signed-off-by: Maor Dickman <maord@nvidia.com> Reviewed-by: Roi Dayan <roid@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
committed by
Saeed Mahameed
parent
408881627f
commit
d40bfeddac
@@ -433,7 +433,7 @@ enum mlx5_flow_match_level {
|
||||
};
|
||||
|
||||
/* current maximum for flow based vport multicasting */
|
||||
#define MLX5_MAX_FLOW_FWD_VPORTS 2
|
||||
#define MLX5_MAX_FLOW_FWD_VPORTS 32
|
||||
|
||||
enum {
|
||||
MLX5_ESW_DEST_ENCAP = BIT(0),
|
||||
|
||||
Reference in New Issue
Block a user