Message ID | 20220303171505.1604775-1-bigeasy@linutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | net: Convert user to netif_rx(). | expand |
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!