[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191021114433.GB6522@t480s.localdomain>
Date: Mon, 21 Oct 2019 11:44:33 -0400
From: Vivien Didelot <vivien.didelot@...il.com>
To: Andrew Lunn <andrew@...n.ch>
Cc: "David S. Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org,
Florian Fainelli <f.fainelli@...il.com>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 01/16] net: dsa: use dsa_to_port helper
everywhere
Hi Andrew,
On Mon, 21 Oct 2019 14:31:49 +0200, Andrew Lunn <andrew@...n.ch> wrote:
> On Sat, Oct 19, 2019 at 11:19:26PM -0400, Vivien Didelot wrote:
> > Do not let the drivers access the ds->ports static array directly
> > while there is a dsa_to_port helper for this purpose.
> >
> > At the same time, un-const this helper since the SJA1105 driver
> > assigns the priv member of the returned dsa_port structure.
>
> Hi Vivien
>
> Is priv the only member we expect drivers to change? Is the rest
> private to the core/RO? Rather then remove the const, i wonder if it
> would be better to add a helper to set priv?
>
> Otherwise:
>
> Reviewed-by: Andrew Lunn <andrew@...n.ch>
I had the same thought but actually since the SJA1105 driver is the only
user, I was thinking about maybe getting rid of it, I don't really see the
point of having some "dp->priv = priv, priv->dp = dp" kind of code...
In the meantime I kept the eventual helper or priv removal for a future series.
Thank you,
Vivien
Powered by blists - more mailing lists