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:   Wed, 9 Sep 2020 15:12:39 -0700
From:   David Awogbemila <awogbemila@...gle.com>
To:     Jakub Kicinski <kuba@...nel.org>
Cc:     netdev@...r.kernel.org, Patricio Noyola <patricion@...gle.com>,
        Yangchun Fu <yangchun@...gle.com>
Subject: Re: [PATCH net-next v3 8/9] gve: Use link status register to report
 link status

On Tue, Sep 8, 2020 at 12:28 PM Jakub Kicinski <kuba@...nel.org> wrote:
>
> On Tue,  8 Sep 2020 11:39:08 -0700 David Awogbemila wrote:
> > +             dev_info(&priv->pdev->dev, "Device link is up.\n");
> > +             netif_carrier_on(priv->dev);
> > +     } else {
> > +             dev_info(&priv->pdev->dev, "Device link is down.\n");
> > +             netif_carrier_off(priv->dev);
>
> These should be netdev_info()
Thanks. I'll adjust these.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ