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:   Thu, 2 Dec 2021 21:54:02 +0000
From:   "Nguyen, Anthony L" <anthony.l.nguyen@...el.com>
To:     "kuba@...nel.org" <kuba@...nel.org>
CC:     "Maloszewski, Michal" <michal.maloszewski@...el.com>,
        "sassmann@...hat.com" <sassmann@...hat.com>,
        "davem@...emloft.net" <davem@...emloft.net>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "Venkataramanan, Anirudh" <anirudh.venkataramanan@...el.com>,
        "Jankowski, Konrad0" <konrad0.jankowski@...el.com>
Subject: Re: [PATCH net 2/6] iavf: Fix reporting when setting descriptor count

On Wed, 2021-12-01 at 19:26 -0800, Jakub Kicinski wrote:
> On Wed,  1 Dec 2021 13:59:10 -0800 Tony Nguyen wrote:
> > +       if (new_tx_count != adapter->tx_desc_count) {
> > +               netdev_info(netdev, "Changing Tx descriptor count
> > from %d to %d\n",
> > +                           adapter->tx_desc_count, new_tx_count);
> > +               adapter->tx_desc_count = new_tx_count;
> > +       }
> > +
> > +       if (new_rx_count != adapter->rx_desc_count) {
> > +               netdev_info(netdev, "Changing Rx descriptor count
> > from %d to %d\n",
> > +                           adapter->rx_desc_count, new_rx_count);
> > +               adapter->rx_desc_count = new_rx_count;
> > +       }
> 
> How is this different than the MTU change msg I _just_ complained
> about?
> Please downgrade to dbg().

Will do.

Thanks,
Tony

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ