[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210806152603.375642-1-kgraul@linux.ibm.com>
Date: Fri, 6 Aug 2021 17:26:00 +0200
From: Karsten Graul <kgraul@...ux.ibm.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, linux-s390@...r.kernel.org,
Heiko Carstens <hca@...ux.ibm.com>,
Guvenc Gulce <guvenc@...ux.ibm.com>,
Julian Wiedmann <jwi@...ux.ibm.com>,
Wenjia Zhang <wenjia@...ux.ibm.com>,
Alexandra Winter <wintera@...ux.ibm.com>
Subject: [PATCH net-next 0/3] s390/qeth: Add bridge to switchdev LEARNING_SYNC
Please apply the following patch series for qeth to netdev's net-next tree.
The netlink bridgeport attribute LEARNING_SYNC can be used to enable
qeth interfaces to report MAC addresses that are reachable via this
qeth interface to the attached software bridge via switchdev
notifiers SWITCHDEV_FDB_ADD_TO_BRIDGE and SWITCHDEV_FDB_DEL_TO_BRIDGE.
Extend this support of LEARNING_SYNC to the bridge to switchdev notifiers
SWITCHDEV_FDB_ADD_TO_DEVICE and SWITCHDEV_FDB_DEL_TO_DEVICE.
Add the capability to sync MAC addresses that are learned by a
north-facing, non-isolated bridgeport of a software bridge to
south-facing, isolated bridgeports. This enables the software bridge to
influence south to north traffic steering in hardware.
Alexandra Winter (3):
s390/qeth: Register switchdev event handler
s390/qeth: Switchdev event handler
s390/qeth: Update MACs of LEARNING_SYNC device
drivers/s390/net/Kconfig | 1 +
drivers/s390/net/qeth_l2_main.c | 239 +++++++++++++++++++++++++++++++-
2 files changed, 237 insertions(+), 3 deletions(-)
--
2.25.1
Powered by blists - more mailing lists