lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ