Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Vladimir Oltean <olteanv@gmail.com>
To: Leon Romanovsky <leon@kernel.org>
Cc: Vladimir Oltean <vladimir.oltean@nxp.com>,
netdev@vger.kernel.org, Andrew Lunn <andrew@lunn.ch>,
Vivien Didelot <vivien.didelot@gmail.com>,
Florian Fainelli <f.fainelli@gmail.com>
Subject: Re: [RFC PATCH net] net: dsa: tear down devlink port regions when tearing down the devlink port on error
Date: Sun, 5 Sep 2021 18:01:15 +0300 [thread overview]
Message-ID: <20210905150115.bw5cgv572my5cmep@skbuf> (raw)
In-Reply-To: <YTS/rK73Qbd3KAtz@unreal>
On Sun, Sep 05, 2021 at 04:01:32PM +0300, Leon Romanovsky wrote:
> On Sun, Sep 05, 2021 at 02:07:35PM +0300, Vladimir Oltean wrote:
> > On Sun, Sep 05, 2021 at 01:47:51PM +0300, Leon Romanovsky wrote:
> > > On Sun, Sep 05, 2021 at 01:31:25PM +0300, Vladimir Oltean wrote:
> > > > On Sun, Sep 05, 2021 at 01:25:03PM +0300, Leon Romanovsky wrote:
> > > > > On Sun, Sep 05, 2021 at 11:45:18AM +0300, Vladimir Oltean wrote:
> > > > > > On Sun, Sep 05, 2021 at 10:07:45AM +0300, Leon Romanovsky wrote:
> > > > > > > On Fri, Sep 03, 2021 at 02:17:38AM +0300, Vladimir Oltean wrote:
> > >
> > > <...>
> > >
> > > > > That sentence means that your change is OK and you did it right by not
> > > > > changing devlink port to hold not-working ports.
> > > >
> > > > You're with me so far.
> > > >
> > > > There is a second part. The ports with 'status = "disabled"' in the
> > > > device tree still get devlink ports registered, but with the
> > > > DEVLINK_PORT_FLAVOUR_UNUSED flavour and no netdev. These devlink ports
> > > > still have things like port regions exported.
> > > >
> > > > What we do for ports that have failed to probe is to reinit their
> > > > devlink ports as DEVLINK_PORT_FLAVOUR_UNUSED, and their port regions, so
> > > > they effectively behave as though they were disabled in the device tree.
> > >
> > > Yes, and this part require DSA knowledge that I don't have, because you
> > > suggest fallback for any error during devlink port register,
> >
> > Again, fallback but not during devlink port register. The devlink port
> > was registered just fine, but our plans changed midway. If you want to
> > create a net device with an associated devlink port, first you need to
> > create the devlink port and then the net device, then you need to link
> > the two using devlink_port_type_eth_set, at least according to my
> > understanding.
> >
> > So the failure is during the creation of the **net device**, we now have a
> > devlink port which was originally intended to be of the Ethernet type
> > and have a physical flavour, but it will not be backed by any net device,
> > because the creation of that just failed. So the question is simply what
> > to do with that devlink port.
>
> I lost you here, from known to me from the NIC, the **net devices** are
> created with devlink_alloc() API call and devlink_port_register comes
> later. It means that net device is created (or not) before devlink port
> code.
>
> Anyway, it is really not important to me as long as changes won't touch
> net/core/devlink.c.
Unless I am mistaken, there is a DEVLINK_PORT_TYPE_WARN_TIMEOUT of 3600
seconds until you can associate the devlink_port with the net_device via
devlink_port_type_eth_set, _after_ you've registered the net_device.
Is that incorrect, or is that not what the timeout is for?
next prev parent reply other threads:[~2021-09-05 15:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-02 23:17 Vladimir Oltean
2021-09-05 7:07 ` Leon Romanovsky
2021-09-05 8:45 ` Vladimir Oltean
2021-09-05 10:25 ` Leon Romanovsky
2021-09-05 10:31 ` Vladimir Oltean
2021-09-05 10:47 ` Leon Romanovsky
2021-09-05 11:07 ` Vladimir Oltean
2021-09-05 13:01 ` Leon Romanovsky
2021-09-05 15:01 ` Vladimir Oltean [this message]
2021-09-07 15:44 ` Jakub Kicinski
2021-09-07 15:47 ` Florian Fainelli
2021-09-07 16:43 ` Andrew Lunn
2021-09-07 16:49 ` Florian Fainelli
2021-09-07 22:59 ` Leon Romanovsky
2021-09-08 20:21 ` Vladimir Oltean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210905150115.bw5cgv572my5cmep@skbuf \
--to=olteanv@gmail.com \
--cc=andrew@lunn.ch \
--cc=f.fainelli@gmail.com \
--cc=leon@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@gmail.com \
--cc=vladimir.oltean@nxp.com \
--subject='Re: [RFC PATCH net] net: dsa: tear down devlink port regions when tearing down the devlink port on error' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).