Message ID | 32e7eaf4-7e1c-04ce-eee5-a190349b31f9@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | r8169: use new macros from netdev_queues.h | expand |
On 4/13/2023 12:13 PM, Heiner Kallweit 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 > > drivers/net/ethernet/realtek/r8169_main.c | 54 +++++++---------------- > include/net/netdev_queues.h | 10 +++++ > 2 files changed, 25 insertions(+), 39 deletions(-) > The actual patches don't seem to have hit the list.