mbox series

[net-next,v3,0/3] r8169: use new macros from netdev_queues.h

Message ID 7147a001-3d9c-a48d-d398-a94c666aa65b@gmail.com (mailing list archive)
Headers show
Series r8169: use new macros from netdev_queues.h | expand

Message

Heiner Kallweit April 17, 2023, 9:34 a.m. UTC
Add one missing subqueue version of the macros, and use the new macros
in r8169 to simplify the code.

Heiner Kallweit (3):
  net: add macro netif_subqueue_completed_wake
  r8169: use new macro netif_subqueue_maybe_stop in rtl8169_start_xmit
  r8169: use new macro netif_subqueue_completed_wake in the tx cleanup path

v2:
- patch 2: ring doorbell if queue was stopped
v3:
- patch 2: remove change log from commit message

 drivers/net/ethernet/realtek/r8169_main.c | 51 ++++++-----------------
 include/net/netdev_queues.h               | 10 +++++
 2 files changed, 23 insertions(+), 38 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 18, 2023, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 17 Apr 2023 11:34:41 +0200 you wrote:
> Add one missing subqueue version of the macros, and use the new macros
> in r8169 to simplify the code.
> 
> Heiner Kallweit (3):
>   net: add macro netif_subqueue_completed_wake
>   r8169: use new macro netif_subqueue_maybe_stop in rtl8169_start_xmit
>   r8169: use new macro netif_subqueue_completed_wake in the tx cleanup path
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/3] net: add macro netif_subqueue_completed_wake
    https://git.kernel.org/netdev/net-next/c/cb18e5595df7
  - [net-next,v3,2/3] r8169: use new macro netif_subqueue_maybe_stop in rtl8169_start_xmit
    https://git.kernel.org/netdev/net-next/c/8624e9bbef64
  - [net-next,v3,3/3] r8169: use new macro netif_subqueue_completed_wake in the tx cleanup path
    https://git.kernel.org/netdev/net-next/c/1a31ae00482c

You are awesome, thank you!