On Thu, Jun 28, 2018 at 7:02 AM, Jakub Kicinski <[email protected]> wrote:
[...]
> } else if (netif_is_lag_master(out_dev) &&
> priv->flower_ext_feats & NFP_FL_FEATS_LAG) {
> int gid;
>
> output->flags = cpu_to_be16(tmp_flags);
> gid = nfp_flower_lag_get_output_id(app, out_dev);
> if (gid < 0)
> return gid;
> output->port = cpu_to_be32(NFP_FL_LAG_OUT | gid);
got it how you do that, cool for you
