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, 16 Oct 2020 20:18:09 +0000
From:   Vladimir Oltean <vladimir.oltean@....com>
To:     Maxim Kochetkov <fido_max@...ox.ru>
CC:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        Horatiu Vultur <horatiu.vultur@...rochip.com>,
        Florian Fainelli <f.fainelli@...il.com>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        "David S . Miller" <davem@...emloft.net>
Subject: Re: [PATCH v3 1/1] net: dsa: seville: the packet buffer is 2
 megabits, not megabytes

On Fri, Oct 16, 2020 at 12:41:55PM +0300, Maxim Kochetkov wrote:
> The VSC9953 Seville switch has 2 megabits of buffer split into 4360
> words of 60 bytes each. 2048 * 1024 is 2 megabytes instead of 2 megabits.
> 2 megabits is (2048 / 8) * 1024 = 256 * 1024.
> 
> Signed-off-by: Maxim Kochetkov <fido_max@...ox.ru>
> Reviewed-by: Vladimir Oltean <vladimir.oltean@....com>
> Fixes: a63ed92d217f ("net: dsa: seville: fix buffer size of the queue system")
> ---

Maxim, networking maintainers apply patches on the master branch of one
of the 2 trees:
- https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git if
  it's a new feature
- https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git if it's
  a bug fix

Your patch applies to neither of these trees.

Powered by blists - more mailing lists