From: patchwork-bot+netdevbpf@kernel.org
To: Ioana Ciornei <ciorneiioana@gmail.com>
Cc: davem@davemloft.net, kuba@kernel.org, gregkh@linuxfoundation.org,
andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com,
jiri@resnulli.us, ruxandra.radulescu@nxp.com,
netdev@vger.kernel.org, ioana.ciornei@nxp.com
Subject: Re: [PATCH net-next 00/15] dpaa2-switch: CPU terminated traffic and move out of staging
Date: Wed, 10 Mar 2021 23:20:10 +0000 [thread overview]
Message-ID: <161541841022.621.18218848353081370220.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210310121452.552070-1-ciorneiioana@gmail.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 10 Mar 2021 14:14:37 +0200 you wrote:
> From: Ioana Ciornei <ioana.ciornei@nxp.com>
>
> This patch set adds support for Rx/Tx capabilities on DPAA2 switch port
> interfaces as well as fixing up some major blunders in how we take care
> of the switching domains. The last patch actually moves the driver out
> of staging now that the minimum requirements are met.
>
> [...]
Here is the summary with links:
- [net-next,01/15] staging: dpaa2-switch: remove broken learning and flooding support
https://git.kernel.org/netdev/net-next/c/93a4d0ab1e44
- [net-next,02/15] staging: dpaa2-switch: fix up initial forwarding configuration done by firmware
https://git.kernel.org/netdev/net-next/c/282d47de29c7
- [net-next,03/15] staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacks
https://git.kernel.org/netdev/net-next/c/5dda9a7921c7
- [net-next,04/15] staging: dpaa2-switch: get control interface attributes
https://git.kernel.org/netdev/net-next/c/26d419f36a23
- [net-next,05/15] staging: dpaa2-switch: setup buffer pool and RX path rings
https://git.kernel.org/netdev/net-next/c/2877e4f7e189
- [net-next,06/15] staging: dpaa2-switch: setup dpio
https://git.kernel.org/netdev/net-next/c/04abc97d3ef7
- [net-next,07/15] staging: dpaa2-switch: handle Rx path on control interface
https://git.kernel.org/netdev/net-next/c/0b1b71370458
- [net-next,08/15] staging: dpaa2-switch: add .ndo_start_xmit() callback
https://git.kernel.org/netdev/net-next/c/7fd94d86b7f4
- [net-next,09/15] staging: dpaa2-switch: enable the control interface
https://git.kernel.org/netdev/net-next/c/613c0a5810b7
- [net-next,10/15] staging: dpaa2-switch: properly setup switching domains
https://git.kernel.org/netdev/net-next/c/539dda3c5d19
- [net-next,11/15] staging: dpaa2-switch: move the notifier register to module_init()
https://git.kernel.org/netdev/net-next/c/16abb6ad6abc
- [net-next,12/15] staging: dpaa2-switch: accept only vlan-aware upper devices
https://git.kernel.org/netdev/net-next/c/d671407fccbb
- [net-next,13/15] staging: dpaa2-switch: add fast-ageing on bridge leave
https://git.kernel.org/netdev/net-next/c/685b480145c1
- [net-next,14/15] staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are present
https://git.kernel.org/netdev/net-next/c/1c4928fc2929
- [net-next,15/15] staging: dpaa2-switch: move the driver out of staging
https://git.kernel.org/netdev/net-next/c/f48298d3fbfa
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-03-10 23:20 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 12:14 [PATCH net-next 00/15] dpaa2-switch: CPU terminated traffic and move out of staging Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 01/15] staging: dpaa2-switch: remove broken learning and flooding support Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 02/15] staging: dpaa2-switch: fix up initial forwarding configuration done by firmware Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 03/15] staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacks Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 04/15] staging: dpaa2-switch: get control interface attributes Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 05/15] staging: dpaa2-switch: setup buffer pool and RX path rings Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 06/15] staging: dpaa2-switch: setup dpio Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 07/15] staging: dpaa2-switch: handle Rx path on control interface Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 08/15] staging: dpaa2-switch: add .ndo_start_xmit() callback Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 09/15] staging: dpaa2-switch: enable the control interface Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 10/15] staging: dpaa2-switch: properly setup switching domains Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 11/15] staging: dpaa2-switch: move the notifier register to module_init() Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 12/15] staging: dpaa2-switch: accept only vlan-aware upper devices Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 13/15] staging: dpaa2-switch: add fast-ageing on bridge leave Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 14/15] staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are present Ioana Ciornei
2021-03-10 12:14 ` [PATCH net-next 15/15] staging: dpaa2-switch: move the driver out of staging Ioana Ciornei
2021-03-10 12:44 ` [PATCH net-next 00/15] dpaa2-switch: CPU terminated traffic and move " Greg KH
2021-03-10 13:47 ` Ioana Ciornei
2021-03-10 14:12 ` Greg KH
2021-03-10 14:18 ` Vladimir Oltean
2021-03-10 22:12 ` Ioana Ciornei
2021-03-10 23:13 ` David Miller
2021-03-11 6:54 ` Ioana Ciornei
2021-03-11 7:04 ` Greg KH
2021-03-11 7:05 ` Greg KH
2021-03-10 23:20 ` 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=161541841022.621.18218848353081370220.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=ciorneiioana@gmail.com \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=ioana.ciornei@nxp.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=ruxandra.radulescu@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).