From: patchwork-bot+netdevbpf@kernel•org
To: Vladimir Oltean <olteanv@gmail•com>
Cc: davem@davemloft•net, kuba@kernel•org, netdev@vger•kernel.org,
alexandru.marginean@nxp•com, claudiu.manoil@nxp•com
Subject: Re: [PATCH net-next 00/12] Refactoring/cleanup for NXP ENETC
Date: Wed, 10 Mar 2021 21:30:37 +0000 [thread overview]
Message-ID: <161541183752.19029.31795583817662108.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210310120351.542292-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 10 Mar 2021 14:03:39 +0200 you wrote:
> This series performs the following:
> - makes the API for Control Buffer Descriptor Rings in enetc_cbdr.c a
> bit more tightly knit.
> - moves more logic into enetc_rxbd_next to make the callers simpler
> - moves more logic into enetc_refill_rx_ring to make the callers simpler
> - removes forward declarations
> - simplifies the probe path to unify probing for used and unused PFs.
>
> [...]
Here is the summary with links:
- [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c
https://git.kernel.org/netdev/net-next/c/176769d10f96
- [net-next,02/12] net: enetc: save the DMA device for enetc_free_cbdr
https://git.kernel.org/netdev/net-next/c/01121ab73924
- [net-next,03/12] net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdr
https://git.kernel.org/netdev/net-next/c/24be14e3260a
- [net-next,04/12] net: enetc: save the mode register address inside struct enetc_cbdr
https://git.kernel.org/netdev/net-next/c/27f9025d4941
- [net-next,05/12] net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr
https://git.kernel.org/netdev/net-next/c/0bfde022b345
- [net-next,06/12] net: enetc: pass bd_count as an argument to enetc_setup_cbdr
https://git.kernel.org/netdev/net-next/c/5b4daa7f1256
- [net-next,07/12] net: enetc: don't initialize unused ports from a separate code path
https://git.kernel.org/netdev/net-next/c/4b47c0b81ffd
- [net-next,08/12] net: enetc: simplify callers of enetc_rxbd_next
https://git.kernel.org/netdev/net-next/c/c027aa9201eb
- [net-next,09/12] net: enetc: use enum enetc_active_offloads
https://git.kernel.org/netdev/net-next/c/7f071a450b08
- [net-next,10/12] net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring
https://git.kernel.org/netdev/net-next/c/8580b3c3d786
- [net-next,11/12] net: enetc: remove forward declaration for enetc_map_tx_buffs
https://git.kernel.org/netdev/net-next/c/0486185ee244
- [net-next,12/12] net: enetc: make enetc_refill_rx_ring update the consumer index
https://git.kernel.org/netdev/net-next/c/7a5222cb7a56
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 21:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 12:03 [PATCH net-next 00/12] Refactoring/cleanup for NXP ENETC Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 01/12] net: enetc: move the CBDR API to enetc_cbdr.c Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 02/12] net: enetc: save the DMA device for enetc_free_cbdr Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 03/12] net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdr Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 04/12] net: enetc: save the mode register address inside struct enetc_cbdr Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 05/12] net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 06/12] net: enetc: pass bd_count as an argument to enetc_setup_cbdr Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 07/12] net: enetc: don't initialize unused ports from a separate code path Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 08/12] net: enetc: simplify callers of enetc_rxbd_next Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 09/12] net: enetc: use enum enetc_active_offloads Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 10/12] net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 11/12] net: enetc: remove forward declaration for enetc_map_tx_buffs Vladimir Oltean
2021-03-10 12:03 ` [PATCH net-next 12/12] net: enetc: make enetc_refill_rx_ring update the consumer index Vladimir Oltean
2021-03-10 13:33 ` [PATCH net-next 00/12] Refactoring/cleanup for NXP ENETC Claudiu Manoil
2021-03-10 21:30 ` 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=161541183752.19029.31795583817662108.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=alexandru.marginean@nxp$(echo .)com \
--cc=claudiu.manoil@nxp$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=olteanv@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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