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:   Mon, 13 Dec 2021 04:14:06 -0800
From:   Richard Cochran <richardcochran@...il.com>
To:     Kurt Kanzenbach <kurt@...utronix.de>
Cc:     "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>, Andrew Lunn <andrew@...n.ch>,
        Vivien Didelot <vivien.didelot@...il.com>,
        Florian Fainelli <f.fainelli@...il.com>,
        Vladimir Oltean <olteanv@...il.com>,
        Kamil Alkhouri <kamil.alkhouri@...offenburg.de>,
        netdev@...r.kernel.org
Subject: Re: [PATCH net] net: dsa: hellcreek: Allow PTP on blocked ports

On Mon, Dec 13, 2021 at 11:18:10AM +0100, Kurt Kanzenbach wrote:

> @@ -1055,7 +1058,7 @@ static int hellcreek_setup_fdb(struct hellcreek *hellcreek)
>  		.portmask     = 0x03,	/* Management ports */
>  		.age	      = 0,
>  		.is_obt	      = 0,
> -		.pass_blocked = 0,
> +		.pass_blocked = 1,

This one should stay blocked.

>  		.is_static    = 1,
>  		.reprio_tc    = 6,	/* TC: 6 as per IEEE 802.1AS */
>  		.reprio_en    = 1,
> @@ -1066,7 +1069,7 @@ static int hellcreek_setup_fdb(struct hellcreek *hellcreek)
>  		.portmask     = 0x03,	/* Management ports */
>  		.age	      = 0,
>  		.is_obt	      = 0,
> -		.pass_blocked = 0,
> +		.pass_blocked = 1,

This one is okay.

>  		.is_static    = 1,
>  		.reprio_tc    = 6,	/* TC: 6 as per IEEE 802.1AS */
>  		.reprio_en    = 1,
> -- 
> 2.30.2
> 

Thanks,
Richard

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ