[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200713185935.GL1078057@lunn.ch>
Date: Mon, 13 Jul 2020 20:59:35 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Vladimir Oltean <olteanv@...il.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, f.fainelli@...il.com,
vivien.didelot@...il.com, xiyou.wangcong@...il.com,
ap420073@...il.com
Subject: Re: [PATCH net] net: dsa: link interfaces with the DSA master to get
rid of lockdep warnings
> One difference from VLAN is that in that case, the entire
> register_vlan_device() function runs under RTNL.
> When those bugs that you talk about are found, who starts using the
> network interface too early? User space or someone else? Would RTNL be
> enough to avoid that?
NFS root. Registering the interface causes autoconfig to start,
sending a DHCP request, or if the IP addresses are fixed, it could
send an ARP for the NFS server.
It is just nice to have if it is before register_netdev(). I don't
think there is an actual issues in this case, being able to
send/receive packets should not depend on the upper/lower linkage for
DSA.
Andrew
Powered by blists - more mailing lists