[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211213121406.GB14042@hoboy.vegasvil.org>
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