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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 16 Mar 2015 14:37:03 -0700
From:	Tom Herbert <tom@...bertland.com>
To:	Florian Fainelli <f.fainelli@...il.com>
Cc:	Or Gerlitz <ogerlitz@...lanox.com>,
	David Miller <davem@...emloft.net>,
	John Fastabend <john.r.fastabend@...el.com>,
	netdev@...r.kernel.org, Amir Vadai <amirv@...lanox.com>,
	Ido Shamay <idos@...lanox.com>, matanb@...lanox.com
Subject: Re: [PATCH net-next V1 1/3] net: Add max rate tx queue attribute

On Mon, Mar 16, 2015 at 1:01 PM, Florian Fainelli <f.fainelli@...il.com> wrote:
> On 15/03/15 00:41, Or Gerlitz wrote:
>> On 3/15/2015 7:07 AM, David Miller wrote:
>>> From: Or Gerlitz <ogerlitz@...lanox.com>
>>> This is more succinctly expressed as:
>>>
>>>     err = -EOPNOTSUPP;
>>>     if (dev->netdev_ops->ndo_set_tx_maxrate) {
>>>         err = dev->netdev_ops->ndo_set_tx_maxrate(dev, index, rate);
>>>     if (!err) {
>>>         queue->tx_maxrate = rate;
>>>         return len;
>>>     }
>>>     return err;
>>>
>>
>> sure, I'll fix that.
>
> Can you also include a patch which updates the sysfs documentation at
> Documentation/ABI/testing/sysfs-class-net-queues? Thanks!

As well as Documentation/networking/scaling.txt.

Thanks,
Tom


> --
> Florian
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ