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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Jan 2023 19:52:21 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     Vladimir Oltean <vladimir.oltean@....com>
Cc:     netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Paolo Abeni <pabeni@...hat.com>,
        Michal Kubecek <mkubecek@...e.cz>,
        Claudiu Manoil <claudiu.manoil@....com>,
        Vinicius Costa Gomes <vinicius.gomes@...el.com>,
        Xiaoliang Yang <xiaoliang.yang_1@....com>,
        Kurt Kanzenbach <kurt@...utronix.de>,
        Rui Sousa <rui.sousa@....com>,
        Ferenc Fejes <ferenc.fejes@...csson.com>,
        Pranavi Somisetty <pranavi.somisetty@....com>,
        Harini Katakam <harini.katakam@....com>,
        Colin Foster <colin.foster@...advantage.com>,
        UNGLinuxDriver@...rochip.com,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Andrew Lunn <andrew@...n.ch>,
        Florian Fainelli <f.fainelli@...il.com>
Subject: Re: [PATCH v3 net-next 12/12] net: mscc: ocelot: add MAC Merge
 layer support for VSC9959

On Tue, 17 Jan 2023 10:59:47 +0200 Vladimir Oltean wrote:
> Felix (VSC9959) has a DEV_GMII:MM_CONFIG block composed of 2 registers
> (ENABLE_CONFIG and VERIF_CONFIG). Because the MAC Merge statistics and
> pMAC statistics are already in the Ocelot switch lib even if just Felix
> supports them, I'm adding support for the whole MAC Merge layer in the
> common Ocelot library too.
> 
> There is an interrupt (shared with the PTP interrupt) which signals
> changes to the MM verification state. This is done because the
> preemptible traffic classes should be committed to hardware only once
> the verification procedure has declared the link partner of being
> capable of receiving preemptible frames.
> 
> We implement ethtool getters and setters for the MAC Merge layer state.
> The "TX enabled" and "verify status" are taken from the IRQ handler,
> using a mutex to ensure serialized access.

Doesn't build now.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ