From: patchwork-bot+netdevbpf@kernel.org
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: andrew@lunn.ch, linux-doc@vger.kernel.org, razor@blackwall.org,
kurt@linutronix.de, jcmvbkbc@gmail.com, steve.wahl@hpe.com,
horatiu.vultur@microchip.com, f.fainelli@gmail.com,
corbet@lwn.net, bridge@lists.linux-foundation.org,
roopa@nvidia.com, kuba@kernel.org, vivien.didelot@gmail.com,
linux-xtensa@linux-xtensa.org, mike.travis@hpe.com,
l.stelmach@samsung.com, tglx@linutronix.de, chris@zankel.net,
netdev@vger.kernel.org, robinmholt@gmail.com,
UNGLinuxDriver@microchip.com, olteanv@gmail.com,
davem@davemloft.net
Subject: Re: [Bridge] [PATCH net-next 0/9] net: Convert user to netif_rx().
Date: Fri, 04 Mar 2022 12:10:12 +0000 [thread overview]
Message-ID: <164639581253.6905.17402968335901101140.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220303171505.1604775-1-bigeasy@linutronix.de>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Thu, 3 Mar 2022 18:14:56 +0100 you wrote:
> This is the first batch of converting netif_rx_ni() caller to
> netif_rx(). The change making this possible is net-next and
> netif_rx_ni() is a wrapper around netif_rx(). This is a clean up in
> order to remove netif_rx_ni().
>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: bridge@lists.linux-foundation.org
> Cc: Chris Zankel <chris@zankel.net>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Horatiu Vultur <horatiu.vultur@microchip.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Kurt Kanzenbach <kurt@linutronix.de>
> Cc: linux-doc@vger.kernel.org
> Cc: linux-xtensa@linux-xtensa.org
> Cc: Łukasz Stelmach <l.stelmach@samsung.com>
> Cc: Max Filippov <jcmvbkbc@gmail.com>
> Cc: Mike Travis <mike.travis@hpe.com>
> Cc: Nikolay Aleksandrov <razor@blackwall.org>
> Cc: Robin Holt <robinmholt@gmail.com>
> Cc: Roopa Prabhu <roopa@nvidia.com>
> Cc: Steve Wahl <steve.wahl@hpe.com>
> Cc: UNGLinuxDriver@microchip.com
> Cc: Vivien Didelot <vivien.didelot@gmail.com>
> Cc: Vladimir Oltean <olteanv@gmail.com>
> Sebastian
Here is the summary with links:
- [net-next,1/9] docs: networking: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/21f95a88eab4
- [net-next,2/9] net: xtensa: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/aa4e5761bff5
- [net-next,3/9] net: sgi-xp: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/4343b866aa94
- [net-next,4/9] net: caif: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/3fb4430e73bf
- [net-next,5/9] net: dsa: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/db00cc9da079
- [net-next,6/9] net: ethernet: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/90f77c1c512f
- [net-next,7/9] net: macvlan: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/566214f44697
- [net-next,8/9] net: bridge: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/2e83bdd5d6cf
- [net-next,9/9] net: dev: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/ad0a043fc26c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
tglx@linutronix.de, andrew@lunn.ch,
bridge@lists.linux-foundation.org, chris@zankel.net,
f.fainelli@gmail.com, horatiu.vultur@microchip.com,
corbet@lwn.net, kurt@linutronix.de, linux-doc@vger.kernel.org,
linux-xtensa@linux-xtensa.org, l.stelmach@samsung.com,
jcmvbkbc@gmail.com, mike.travis@hpe.com, razor@blackwall.org,
robinmholt@gmail.com, roopa@nvidia.com, steve.wahl@hpe.com,
UNGLinuxDriver@microchip.com, vivien.didelot@gmail.com,
olteanv@gmail.com
Subject: Re: [PATCH net-next 0/9] net: Convert user to netif_rx().
Date: Fri, 04 Mar 2022 12:10:12 +0000 [thread overview]
Message-ID: <164639581253.6905.17402968335901101140.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220303171505.1604775-1-bigeasy@linutronix.de>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Thu, 3 Mar 2022 18:14:56 +0100 you wrote:
> This is the first batch of converting netif_rx_ni() caller to
> netif_rx(). The change making this possible is net-next and
> netif_rx_ni() is a wrapper around netif_rx(). This is a clean up in
> order to remove netif_rx_ni().
>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: bridge@lists.linux-foundation.org
> Cc: Chris Zankel <chris@zankel.net>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: Horatiu Vultur <horatiu.vultur@microchip.com>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Kurt Kanzenbach <kurt@linutronix.de>
> Cc: linux-doc@vger.kernel.org
> Cc: linux-xtensa@linux-xtensa.org
> Cc: Łukasz Stelmach <l.stelmach@samsung.com>
> Cc: Max Filippov <jcmvbkbc@gmail.com>
> Cc: Mike Travis <mike.travis@hpe.com>
> Cc: Nikolay Aleksandrov <razor@blackwall.org>
> Cc: Robin Holt <robinmholt@gmail.com>
> Cc: Roopa Prabhu <roopa@nvidia.com>
> Cc: Steve Wahl <steve.wahl@hpe.com>
> Cc: UNGLinuxDriver@microchip.com
> Cc: Vivien Didelot <vivien.didelot@gmail.com>
> Cc: Vladimir Oltean <olteanv@gmail.com>
> Sebastian
Here is the summary with links:
- [net-next,1/9] docs: networking: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/21f95a88eab4
- [net-next,2/9] net: xtensa: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/aa4e5761bff5
- [net-next,3/9] net: sgi-xp: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/4343b866aa94
- [net-next,4/9] net: caif: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/3fb4430e73bf
- [net-next,5/9] net: dsa: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/db00cc9da079
- [net-next,6/9] net: ethernet: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/90f77c1c512f
- [net-next,7/9] net: macvlan: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/566214f44697
- [net-next,8/9] net: bridge: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/2e83bdd5d6cf
- [net-next,9/9] net: dev: Use netif_rx().
https://git.kernel.org/netdev/net-next/c/ad0a043fc26c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2022-03-04 12:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-03 17:14 [Bridge] [PATCH net-next 0/9] net: Convert user to netif_rx() Sebastian Andrzej Siewior
2022-03-03 17:14 ` Sebastian Andrzej Siewior
2022-03-03 17:14 ` [PATCH net-next 1/9] docs: networking: Use netif_rx() Sebastian Andrzej Siewior
2022-03-03 17:14 ` [PATCH net-next 2/9] net: xtensa: " Sebastian Andrzej Siewior
2022-03-04 3:12 ` Max Filippov
2022-03-03 17:14 ` [PATCH net-next 3/9] net: sgi-xp: " Sebastian Andrzej Siewior
2022-03-04 20:31 ` Steve Wahl
2022-03-03 17:15 ` [PATCH net-next 4/9] net: caif: " Sebastian Andrzej Siewior
2022-03-03 17:15 ` [PATCH net-next 5/9] net: dsa: " Sebastian Andrzej Siewior
2022-03-04 7:41 ` Kurt Kanzenbach
2022-03-03 17:15 ` [PATCH net-next 6/9] net: ethernet: " Sebastian Andrzej Siewior
2022-03-08 9:50 ` Lukasz Stelmach
2022-03-03 17:15 ` [PATCH net-next 7/9] net: macvlan: " Sebastian Andrzej Siewior
2022-03-03 17:15 ` [Bridge] [PATCH net-next 8/9] net: bridge: " Sebastian Andrzej Siewior
2022-03-03 17:15 ` Sebastian Andrzej Siewior
2022-03-03 17:15 ` [PATCH net-next 9/9] net: dev: " Sebastian Andrzej Siewior
2022-03-04 12:10 ` patchwork-bot+netdevbpf [this message]
2022-03-04 12:10 ` [PATCH net-next 0/9] net: Convert user to netif_rx() 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=164639581253.6905.17402968335901101140.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=bigeasy@linutronix.de \
--cc=bridge@lists.linux-foundation.org \
--cc=chris@zankel.net \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=horatiu.vultur@microchip.com \
--cc=jcmvbkbc@gmail.com \
--cc=kuba@kernel.org \
--cc=kurt@linutronix.de \
--cc=l.stelmach@samsung.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=mike.travis@hpe.com \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=razor@blackwall.org \
--cc=robinmholt@gmail.com \
--cc=roopa@nvidia.com \
--cc=steve.wahl@hpe.com \
--cc=tglx@linutronix.de \
--cc=vivien.didelot@gmail.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.