mbox series

[net-next,0/8] s390/qeth: updates 2020-09-10

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

Message

Julian Wiedmann Sept. 10, 2020, 5:23 p.m. UTC
Hi Dave & Jakub,

subject to positive review by the bridge maintainers on patch 5,
please apply the following patch series to netdev's net-next tree.

Alexandra adds BR_LEARNING_SYNC support to qeth. In addition to the
main qeth changes (controlling the feature, and raising switchdev
events), this also needs
- Patch 1 and 2 for some s390/cio infrastructure improvements
  (acked by Heiko to go in via net-next), and
- Patch 5 to introduce a new switchdev_notifier_type, so that a driver
  can clear all previously learned entries from the bridge FDB in case
  things go out-of-sync later on.

Thanks,
Julian

Alexandra Winter (8):
  s390/cio: Add new Operation Code OC3 to PNSO
  s390/cio: Helper functions to read CSSID, IID, and CHID
  s390/qeth: Detect PNSO OC3 capability
  s390/qeth: Translate address events into switchdev notifiers
  bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier
  s390/qeth: Reset address notification in case of buffer overflow
  s390/qeth: implement ndo_bridge_getlink for learning_sync
  s390/qeth: implement ndo_bridge_setlink for learning_sync

 arch/s390/include/asm/ccwdev.h    |   9 +-
 arch/s390/include/asm/chsc.h      |   7 +
 arch/s390/include/asm/css_chars.h |   4 +-
 drivers/s390/cio/chsc.c           |  22 +-
 drivers/s390/cio/chsc.h           |   8 +-
 drivers/s390/cio/css.c            |  11 +-
 drivers/s390/cio/css.h            |   4 +-
 drivers/s390/cio/device_ops.c     |  93 ++++++-
 drivers/s390/net/qeth_core.h      |  12 +-
 drivers/s390/net/qeth_core_main.c |  40 ++-
 drivers/s390/net/qeth_l2.h        |   2 +-
 drivers/s390/net/qeth_l2_main.c   | 430 +++++++++++++++++++++++++++++-
 drivers/s390/net/qeth_l2_sys.c    |  16 +-
 include/net/switchdev.h           |   1 +
 net/bridge/br.c                   |   5 +
 15 files changed, 611 insertions(+), 53 deletions(-)

Comments

David Miller Sept. 15, 2020, 8:22 p.m. UTC | #1
From: Julian Wiedmann <jwi@linux.ibm.com>
Date: Thu, 10 Sep 2020 19:23:43 +0200

> subject to positive review by the bridge maintainers on patch 5,
> please apply the following patch series to netdev's net-next tree.
> 
> Alexandra adds BR_LEARNING_SYNC support to qeth. In addition to the
> main qeth changes (controlling the feature, and raising switchdev
> events), this also needs
> - Patch 1 and 2 for some s390/cio infrastructure improvements
>   (acked by Heiko to go in via net-next), and
> - Patch 5 to introduce a new switchdev_notifier_type, so that a driver
>   can clear all previously learned entries from the bridge FDB in case
>   things go out-of-sync later on.

Series applied, thank you.