mbox series

[v2,net-next,00/11] s390/qeth: updates 2020-03-25

Message ID 20200325093507.20831-1-jwi@linux.ibm.com
Headers show
Series s390/qeth: updates 2020-03-25 | expand

Message

Julian Wiedmann March 25, 2020, 9:34 a.m. UTC
Hi Dave,

please apply the following patch series for qeth to netdev's net-next
tree.
Same series as yesterday, with one minor update to patch 1 as per
your review.

This adds
1) NAPI poll support for the async-Completion Queue (with one qdio layer
   patch acked by Heiko),
2) ethtool support for per-queue TX IRQ coalescing,
3) various cleanups.

Thanks,
Julian

Julian Wiedmann (11):
  s390/qeth: simplify RX buffer tracking
  s390/qeth: split out RX poll code
  s390/qeth: remove redundant if-clause in RX poll code
  s390/qdio: extend polling support to multiple queues
  s390/qeth: simplify L3 dev_id logic
  s390/qeth: clean up the mac_bits
  s390/qeth: collect more TX statistics
  s390/qeth: add TX IRQ coalescing support for IQD devices
  s390/qeth: fine-tune MAC Address-related errnos
  s390/qeth: keep track of fixed prio-queue configuration
  s390/qeth: modernize two list helpers

 arch/s390/include/asm/qdio.h      |   9 +-
 drivers/s390/cio/qdio.h           |  11 +-
 drivers/s390/cio/qdio_debug.c     |   4 +-
 drivers/s390/cio/qdio_main.c      |  50 +++----
 drivers/s390/cio/qdio_setup.c     |  16 +--
 drivers/s390/cio/qdio_thinint.c   |  38 +++--
 drivers/s390/net/qeth_core.h      |  28 ++--
 drivers/s390/net/qeth_core_main.c | 224 ++++++++++++++++--------------
 drivers/s390/net/qeth_core_sys.c  |   8 +-
 drivers/s390/net/qeth_ethtool.c   |  76 ++++++++++
 drivers/s390/net/qeth_l2_main.c   |  23 +--
 drivers/s390/net/qeth_l3_main.c   |  30 ++--
 12 files changed, 297 insertions(+), 220 deletions(-)

Comments

David Miller March 25, 2020, 7:07 p.m. UTC | #1
From: Julian Wiedmann <jwi@linux.ibm.com>
Date: Wed, 25 Mar 2020 10:34:56 +0100

> please apply the following patch series for qeth to netdev's net-next
> tree.
> Same series as yesterday, with one minor update to patch 1 as per
> your review.
> 
> This adds
> 1) NAPI poll support for the async-Completion Queue (with one qdio layer
>    patch acked by Heiko),
> 2) ethtool support for per-queue TX IRQ coalescing,
> 3) various cleanups.

Series applied, thank you.