> 14/11/2020 19:31, Gregory Etelson:
> > > 14/11/2020 18:41, Gregory Etelson:
> > > > > 13/11/2020 15:52, Gregory Etelson:
> > > > > > + ret = mlx5_flow_group_to_table(dev, tunnel, jump_data-
> > > >group,
> > > > > > + &flow_table, grp_info,
> > > > > > +
14/11/2020 19:31, Gregory Etelson:
> > 14/11/2020 18:41, Gregory Etelson:
> > > > 13/11/2020 15:52, Gregory Etelson:
> > > > > + ret = mlx5_flow_group_to_table(dev, tunnel, jump_data-
> > >group,
> > > > > + &flow_table, grp_info,
> > > > > + error);
> > >
> 14/11/2020 18:41, Gregory Etelson:
> > > 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 passe
14/11/2020 18:41, Gregory Etelson:
> > 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 believ
> 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.
struct flo
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 funct
ipools used for tunnel offload are restricted to dv enabled code only
since 1d1248d452ff, while the rest of the tunnel offload API did not
have compilation limitations. As the results, PMD compilation failed
on non-dv setups.
Current patch groups tunnel offload code in dv enabled code area and
pro
7 matches
Mail list logo