mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01: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:
parent
408881627f
commit
d40bfeddac
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue