netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
	andrew@lunn.ch, vivien.didelot@gmail.com,
	vladimir.oltean@nxp.com
Subject: Re: [PATCH net-next 0/9] SJA1105 DSA driver preparation for new switch introduction (SJA1110)
Date: Mon, 24 May 2021 21:10:16 +0000	[thread overview]
Message-ID: <162189061684.7619.14779165415576141402.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210524131421.1030789-1-olteanv@gmail.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 24 May 2021 16:14:12 +0300 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
> 
> This series contains refactoring patches which are necessary before the
> support for the new NXP SJA1110 switch can be introduced in this driver.
> 
> As far as this series is concerned, here is the list of major changes
> introduced with the SJA1110:
> - 11 ports vs 5
> - port 0 goes to the internal microcontroller, so it is unused as far as
>   DSA is concerned
> - the Clock Generation Unit does not need any configuration for
>   setting up the PLLs for MII/RMII/RGMII
> - the L2 Policing Table contains multicast policers too, not just
>   broadcast and per-traffic class. These must be minimally initialized.
> - more frame buffers
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] net: dsa: sja1105: parameterize the number of ports
    https://git.kernel.org/netdev/net-next/c/542043e91df4
  - [net-next,2/9] net: dsa: sja1105: avoid some work for unused ports
    https://git.kernel.org/netdev/net-next/c/f238fef1b3de
  - [net-next,3/9] net: dsa: sja1105: dimension the data structures for a larger port count
    https://git.kernel.org/netdev/net-next/c/82760d7f2ea6
  - [net-next,4/9] net: dsa: sja1105: don't assign the host port using dsa_upstream_port()
    https://git.kernel.org/netdev/net-next/c/df2a81a35ebb
  - [net-next,5/9] net: dsa: sja1105: skip CGU configuration if it's unnecessary
    https://git.kernel.org/netdev/net-next/c/c50376783f23
  - [net-next,6/9] net: dsa: sja1105: dynamically choose the number of static config table entries
    https://git.kernel.org/netdev/net-next/c/fd6f2c257b0b
  - [net-next,7/9] net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedure
    https://git.kernel.org/netdev/net-next/c/f78a2517cf73
  - [net-next,8/9] net: dsa: sja1105: configure the multicast policers, if present
    https://git.kernel.org/netdev/net-next/c/38fbe91f2287
  - [net-next,9/9] net: dsa: sja1105: allow the frame buffer size to be customized
    https://git.kernel.org/netdev/net-next/c/1bf658eefe38

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



      parent reply	other threads:[~2021-05-24 21:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24 13:14 [PATCH net-next 0/9] SJA1105 DSA driver preparation for new switch introduction (SJA1110) Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 1/9] net: dsa: sja1105: parameterize the number of ports Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 2/9] net: dsa: sja1105: avoid some work for unused ports Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 3/9] net: dsa: sja1105: dimension the data structures for a larger port count Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 4/9] net: dsa: sja1105: don't assign the host port using dsa_upstream_port() Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 5/9] net: dsa: sja1105: skip CGU configuration if it's unnecessary Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 6/9] net: dsa: sja1105: dynamically choose the number of static config table entries Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 7/9] net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedure Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 8/9] net: dsa: sja1105: configure the multicast policers, if present Vladimir Oltean
2021-05-24 13:14 ` [PATCH net-next 9/9] net: dsa: sja1105: allow the frame buffer size to be customized Vladimir Oltean
2021-05-24 21:10 ` 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=162189061684.7619.14779165415576141402.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=vivien.didelot@gmail.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).