mbox series

[net-next,00/11] s390/qeth: updates 2020-05-05

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

Message

Julian Wiedmann May 5, 2020, 4:25 p.m. UTC
Hi Dave,

please apply the following patch series for qeth to netdev's net-next
tree.

This primarily adds infrastructure to deal with HW offloads when the
packets get forwarded over the adapter's internal switch.
Aside from that, just some minor tweaking for the TX code and support
for ethtool-driven reset.

Thanks,
Julian

Julian Wiedmann (11):
  s390/qeth: keep track of LP2LP capability for csum offload
  s390/qeth: process local address events
  s390/qeth: add debugfs file for local IP addresses
  s390/qeth: extract helpers for next-hop lookup
  s390/qeth: don't use restricted offloads for local traffic
  s390/qeth: merge TX skb mapping code
  s390/qeth: indicate contiguous TX buffer elements
  s390/qeth: set TX IRQ marker on last buffer in a group
  s390/qeth: return error when starting a reset fails
  s390/qeth: allow reset via ethtool
  s390/qeth: clean up Kconfig help text

 drivers/s390/net/Kconfig          |   9 +-
 drivers/s390/net/qeth_core.h      |  49 +++-
 drivers/s390/net/qeth_core_main.c | 465 +++++++++++++++++++++++++-----
 drivers/s390/net/qeth_core_mpc.h  |  25 ++
 drivers/s390/net/qeth_core_sys.c  |  15 +-
 drivers/s390/net/qeth_ethtool.c   |  16 +
 drivers/s390/net/qeth_l2_main.c   |   2 +
 drivers/s390/net/qeth_l3_main.c   |  19 +-
 8 files changed, 502 insertions(+), 98 deletions(-)