[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJ3xEMj1OgzGoXa5CqaoLbpDS_LJV9a3c-0hFbR79aDR8t9Rzw@mail.gmail.com>
Date: Fri, 29 Jun 2018 01:19:34 +0300
From: Or Gerlitz <gerlitz.or@...il.com>
To: Jakub Kicinski <jakub.kicinski@...ronome.com>
Cc: Or Gerlitz <ogerlitz@...lanox.com>,
John Hurley <john.hurley@...ronome.com>,
Jiri Pirko <jiri@...lanox.com>,
Linux Netdev List <netdev@...r.kernel.org>,
ASAP_Direct_Dev <ASAP_Direct_Dev@...lanox.com>,
Simon Horman <simon.horman@...ronome.com>,
Andy Gospodarek <gospo@...adcom.com>
Subject: Re: [PATCH 0/6] offload Linux LAG devices to the TC datapath
On Thu, Jun 28, 2018 at 7:02 AM, Jakub Kicinski
<jakub.kicinski@...ronome.com> 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
Powered by blists - more mailing lists