mbox series

[net-next,0/8] net: Convert user to netif_rx(), part 2.

Message ID 20220305221252.3063812-1-bigeasy@linutronix.de (mailing list archive)
Headers show
Series net: Convert user to netif_rx(), part 2. | expand

Message

Sebastian Andrzej Siewior March 5, 2022, 10:12 p.m. UTC
This is the second 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().

The brcmfmac changes are slilghtly larger because the inirq parameter
can be removed.

Cc: Amitkumar Karwar <amitkarwar@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Arend van Spriel <aspriel@gmail.com>
Cc: brcm80211-dev-list.pdl@broadcom.com
Cc: Chi-hsien Lin <chi-hsien.lin@infineon.com>
Cc: Chung-hsien Hsu <chung-hsien.hsu@infineon.com>
Cc: Franky Lin <franky.lin@broadcom.com>
Cc: Ganapathi Bhat <ganapathi017@gmail.com>
Cc: Hante Meuleman <hante.meuleman@broadcom.com>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Jeremy Kerr <jk@codeconstruct.com.au>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: Kalle Valo <kvalo@kernel.org>
Cc: libertas-dev@lists.infradead.org
Cc: linux-can@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: Matt Johnston <matt@codeconstruct.com.au>
Cc: Maya Erez <merez@codeaurora.org>
Cc: Oliver Hartkopp <socketcan@hartkopp.net>
Cc: Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: SHA-cyfmac-dev-list@infineon.com
Cc: Sharvari Harisangam <sharvari.harisangam@nxp.com>
Cc: wil6210@qti.qualcomm.com
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Wright Feng <wright.feng@infineon.com>
Cc: Xinming Hu <huxinming820@gmail.com>


Sebastian

Comments

patchwork-bot+netdevbpf@kernel.org March 6, 2022, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sat,  5 Mar 2022 23:12:44 +0100 you wrote:
> This is the second 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().
> 
> The brcmfmac changes are slilghtly larger because the inirq parameter
> can be removed.
> 
> [...]

Here is the summary with links:
  - [net-next,1/8] net: phy: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/a3d73e15909b
  - [net-next,2/8] can: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/00f4a0afb7ea
  - [net-next,3/8] mctp: serial: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/b903117b4868
  - [net-next,4/8] slip/plip: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/e77975e02b59
  - [net-next,5/8] wireless: Atheros: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/1cd2ef9fcb67
  - [net-next,6/8] wireless: brcmfmac: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/b381728e7e28
  - [net-next,7/8] wireless: Marvell: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/afb6d39f3292
  - [net-next,8/8] wireless: Use netif_rx().
    https://git.kernel.org/netdev/net-next/c/f9834dbdd322

You are awesome, thank you!