netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Vladimir Oltean <vladimir.oltean@nxp.com>, netdev@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>, Vladimir Oltean <olteanv@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Subject: Re: [PATCH net-next 04/17] net: dsa: if ds->setup is true, ds->devlink is always non-NULL
Date: Mon, 21 Nov 2022 11:58:20 -0800	[thread overview]
Message-ID: <298ccdc6-a0b3-ea0b-a38c-27903ab4c993@gmail.com> (raw)
In-Reply-To: <20221121135555.1227271-5-vladimir.oltean@nxp.com>

On 11/21/22 05:55, Vladimir Oltean wrote:
> Simplify dsa_switch_teardown() to remove the NULL checking for
> ds->devlink.
> 
> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian


  reply	other threads:[~2022-11-21 19:58 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21 13:55 [PATCH net-next 00/17] Remove dsa_priv.h Vladimir Oltean
2022-11-21 13:55 ` [PATCH net-next 01/17] net: dsa: unexport dsa_dev_to_net_device() Vladimir Oltean
2022-11-21 19:56   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 02/17] net: dsa: modularize DSA_TAG_PROTO_NONE Vladimir Oltean
2022-11-21 19:56   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 03/17] net: dsa: move bulk of devlink code to devlink.{c,h} Vladimir Oltean
2022-11-21 19:57   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 04/17] net: dsa: if ds->setup is true, ds->devlink is always non-NULL Vladimir Oltean
2022-11-21 19:58   ` Florian Fainelli [this message]
2022-11-21 13:55 ` [PATCH net-next 05/17] net: dsa: move rest of devlink setup/teardown to devlink.c Vladimir Oltean
2022-11-21 19:58   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 06/17] net: dsa: move headers exported by port.c to port.h Vladimir Oltean
2022-11-21 19:59   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 07/17] net: dsa: move headers exported by master.c to master.h Vladimir Oltean
2022-11-21 19:59   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 08/17] net: dsa: move headers exported by slave.c to slave.h Vladimir Oltean
2022-11-21 20:00   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 09/17] net: dsa: move tagging protocol code to tag.{c,h} Vladimir Oltean
2022-11-21 20:33   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 10/17] net: dsa: move headers exported by switch.c to switch.h Vladimir Oltean
2022-11-21 20:34   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 11/17] net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c Vladimir Oltean
2022-11-21 20:34   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 12/17] net: dsa: move notifier definitions to switch.h Vladimir Oltean
2022-11-21 20:35   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 13/17] net: dsa: merge dsa.c into dsa2.c Vladimir Oltean
2022-11-21 20:36   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 14/17] net: dsa: rename dsa2.c back into dsa.c and create its header Vladimir Oltean
2022-11-21 20:37   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 15/17] net: dsa: move definitions from dsa_priv.h to slave.c Vladimir Oltean
2022-11-21 20:37   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 16/17] net: dsa: move tag_8021q headers to their proper place Vladimir Oltean
2022-11-21 20:38   ` Florian Fainelli
2022-11-21 13:55 ` [PATCH net-next 17/17] net: dsa: kill off dsa_priv.h Vladimir Oltean
2022-11-21 20:38   ` Florian Fainelli
2022-11-21 19:16 ` [PATCH net-next 00/17] Remove dsa_priv.h Florian Fainelli
2022-11-21 20:28   ` Vladimir Oltean
2022-11-23  4:52 ` patchwork-bot+netdevbpf

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=298ccdc6-a0b3-ea0b-a38c-27903ab4c993@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=vladimir.oltean@nxp.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).