All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, andrew@lunn.ch, f.fainelli@gmail.com,
	olteanv@gmail.com, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com
Subject: Re: [PATCH net-next 00/17] Remove dsa_priv.h
Date: Wed, 23 Nov 2022 04:52:08 +0000	[thread overview]
Message-ID: <166917912895.11566.4765304704525405153.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221121135555.1227271-1-vladimir.oltean@nxp.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 21 Nov 2022 15:55:38 +0200 you wrote:
> After working on the "Autoload DSA tagging driver when dynamically
> changing protocol" series:
> https://patchwork.kernel.org/project/netdevbpf/cover/20221115011847.2843127-1-vladimir.oltean@nxp.com/
> 
> it became clear to me that the situation with DSA headers is a bit
> messy, and I put the tagging protocol driver macros in a pretty random
> temporary spot in dsa_priv.h.
> 
> [...]

Here is the summary with links:
  - [net-next,01/17] net: dsa: unexport dsa_dev_to_net_device()
    https://git.kernel.org/netdev/net-next/c/c5fb8ead3283
  - [net-next,02/17] net: dsa: modularize DSA_TAG_PROTO_NONE
    https://git.kernel.org/netdev/net-next/c/d2be320495b9
  - [net-next,03/17] net: dsa: move bulk of devlink code to devlink.{c,h}
    https://git.kernel.org/netdev/net-next/c/5cf2c75b5b91
  - [net-next,04/17] net: dsa: if ds->setup is true, ds->devlink is always non-NULL
    https://git.kernel.org/netdev/net-next/c/d95fa75061fb
  - [net-next,05/17] net: dsa: move rest of devlink setup/teardown to devlink.c
    https://git.kernel.org/netdev/net-next/c/7aea535d40ea
  - [net-next,06/17] net: dsa: move headers exported by port.c to port.h
    https://git.kernel.org/netdev/net-next/c/022bba63c3ca
  - [net-next,07/17] net: dsa: move headers exported by master.c to master.h
    https://git.kernel.org/netdev/net-next/c/94ef6fad3bf3
  - [net-next,08/17] net: dsa: move headers exported by slave.c to slave.h
    https://git.kernel.org/netdev/net-next/c/09f92341681a
  - [net-next,09/17] net: dsa: move tagging protocol code to tag.{c,h}
    https://git.kernel.org/netdev/net-next/c/bd954b826032
  - [net-next,10/17] net: dsa: move headers exported by switch.c to switch.h
    https://git.kernel.org/netdev/net-next/c/0c603136e1e0
  - [net-next,11/17] net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c
    https://git.kernel.org/netdev/net-next/c/6dbdfce77357
  - [net-next,12/17] net: dsa: move notifier definitions to switch.h
    https://git.kernel.org/netdev/net-next/c/495550a4844b
  - [net-next,13/17] net: dsa: merge dsa.c into dsa2.c
    https://git.kernel.org/netdev/net-next/c/165c2fb93bed
  - [net-next,14/17] net: dsa: rename dsa2.c back into dsa.c and create its header
    https://git.kernel.org/netdev/net-next/c/47d2ce03dcfb
  - [net-next,15/17] net: dsa: move definitions from dsa_priv.h to slave.c
    https://git.kernel.org/netdev/net-next/c/8e396fec2146
  - [net-next,16/17] net: dsa: move tag_8021q headers to their proper place
    https://git.kernel.org/netdev/net-next/c/19d05ea712ec
  - [net-next,17/17] net: dsa: kill off dsa_priv.h
    https://git.kernel.org/netdev/net-next/c/5917bfe68867

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2022-11-23  4:52 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
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 [this message]

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=166917912895.11566.4765304704525405153.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.