netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] s390/qeth: updates 2020-09-10
@ 2020-09-10 17:23 Julian Wiedmann
  2020-09-10 17:23 ` [PATCH net-next 1/8] s390/cio: Add new Operation Code OC3 to PNSO Julian Wiedmann
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Julian Wiedmann @ 2020-09-10 17:23 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski
  Cc: netdev, linux-s390, Heiko Carstens, Ursula Braun, Karsten Graul,
	Julian Wiedmann, Alexandra Winter, Roopa Prabhu,
	Nikolay Aleksandrov, Jiri Pirko, Ivan Vecera

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-09-15 20:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-10 17:23 [PATCH net-next 0/8] s390/qeth: updates 2020-09-10 Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 1/8] s390/cio: Add new Operation Code OC3 to PNSO Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 2/8] s390/cio: Helper functions to read CSSID, IID, and CHID Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 3/8] s390/qeth: Detect PNSO OC3 capability Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 4/8] s390/qeth: Translate address events into switchdev notifiers Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 5/8] bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier Julian Wiedmann
2020-09-14 21:38   ` David Miller
2020-09-15  7:20   ` Nikolay Aleksandrov
2020-09-15  8:19   ` Ivan Vecera
2020-09-10 17:23 ` [PATCH net-next 6/8] s390/qeth: Reset address notification in case of buffer overflow Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 7/8] s390/qeth: implement ndo_bridge_getlink for learning_sync Julian Wiedmann
2020-09-10 17:23 ` [PATCH net-next 8/8] s390/qeth: implement ndo_bridge_setlink " Julian Wiedmann
2020-09-15 20:22 ` [PATCH net-next 0/8] s390/qeth: updates 2020-09-10 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).