netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] net: Convert user to netif_rx(), part 3.
@ 2022-03-06 21:57 Sebastian Andrzej Siewior
  2022-03-06 21:57 ` [PATCH net-next 01/10] s390: net: Use netif_rx() Sebastian Andrzej Siewior
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Sebastian Andrzej Siewior @ 2022-03-06 21:57 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, Jakub Kicinski, Thomas Gleixner,
	Alexander Gordeev, Alexandra Winter, Andrew Lunn,
	Antonio Quartulli, b.a.t.m.a.n, Christian Borntraeger,
	Divya Koppera, Greg Kroah-Hartman, Heiko Carstens,
	Heiner Kallweit, Johan Hedberg, Jon Maloy, linux-bluetooth,
	linux-s390, linux-staging, Luiz Augusto von Dentz,
	Marcel Holtmann, Marek Lindner, Remi Denis-Courmont, Russell King,
	Simon Wunderlich, Sven Eckelmann, Sven Schnelle, tipc-discussion,
	Vasily Gorbik, Wenjia Zhang, Ying Xue

This is the third and last 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 micrel phy driver is patched twice within this series: the first is
is to replace netif_rx_ni() and second to move netif_rx() outside of the
IRQ-off section. It is probably simpler to keep it within this series.

Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Alexandra Winter <wintera@linux.ibm.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Antonio Quartulli <a@unstable.cc>
Cc: b.a.t.m.a.n@lists.open-mesh.org
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Divya Koppera <Divya.Koppera@microchip.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Johan Hedberg <johan.hedberg@gmail.com>
Cc: Jon Maloy <jmaloy@redhat.com>
Cc: linux-bluetooth@vger.kernel.org
Cc: linux-s390@vger.kernel.org
Cc: linux-staging@lists.linux.dev
Cc: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Cc: Marek Lindner <mareklindner@neomailbox.ch>
Cc: Remi Denis-Courmont <courmisch@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Simon Wunderlich <sw@simonwunderlich.de>
Cc: Sven Eckelmann <sven@narfation.org>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: tipc-discussion@lists.sourceforge.net
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Wenjia Zhang <wenjia@linux.ibm.com>
Cc: Ying Xue <ying.xue@windriver.com>

Sebastian



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-03-07 16:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-06 21:57 [PATCH net-next 00/10] net: Convert user to netif_rx(), part 3 Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 01/10] s390: net: Use netif_rx() Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 02/10] staging: " Sebastian Andrzej Siewior
2022-03-06 22:12   ` Greg Kroah-Hartman
2022-03-06 21:57 ` [PATCH net-next 03/10] tun: vxlan: " Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 04/10] tipc: " Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 05/10] batman-adv: " Sebastian Andrzej Siewior
2022-03-07  7:26   ` Sven Eckelmann
2022-03-06 21:57 ` [PATCH net-next 06/10] bluetooth: " Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 07/10] phonet: " Sebastian Andrzej Siewior
2022-03-07 15:58   ` Rémi Denis-Courmont
2022-03-06 21:57 ` [PATCH net-next 08/10] net: phy: micrel: " Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 09/10] net: Remove netif_rx_any_context() and netif_rx_ni() Sebastian Andrzej Siewior
2022-03-06 21:57 ` [PATCH net-next 10/10] net: phy: micrel: Move netif_rx() outside of IRQ-off section Sebastian Andrzej Siewior
2022-03-07 12:00 ` [PATCH net-next 00/10] net: Convert user to netif_rx(), part 3 patchwork-bot+netdevbpf

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).