[dpdk-dev] [PATCH v2 5/5] net/mlx5: fix non-dv compilation	errors
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sat Nov 14 13:06:41 CET 2020
    
    
  
13/11/2020 15:52, Gregory Etelson:
> +       ret = mlx5_flow_group_to_table(dev, tunnel, jump_data->group,
> +                                      &flow_table, grp_info, error);
The parameter grp_info is a struct passed as value.
I believe it should be passed as a pointer.
I see some other functions are passing arrays with [] syntax,
which does not make sense in parameters. I should be a simple pointer.
Matan, Slava, as maintainers, what are your policies in mlx5 code?
    
    
More information about the dev
mailing list