From: David S. Miller Date: Wed, 2 Aug 2023 08:18:18 +0000 (+0100) Subject: Merge branch 'selftests-mlxsw' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a368a5c4e38438b36693e7522effb6eb1ab92f9;p=linux.git Merge branch 'selftests-mlxsw' Petr Machata says: ==================== selftests: New selftests for out-of-order-operations patches in mlxsw In the past, the mlxsw driver made the assumption that the user applies configuration in a bottom-up manner. Thus netdevices needed to be added to the bridge before IP addresses were configured on that bridge or SVI added on top of it, because whatever happened before a netdevice was mlxsw upper was generally ignored by mlxsw. Recently, several patch series were pushed to introduce the bookkeeping and replays necessary to offload the full state, not just the immediate configuration step. In this patchset, introduce new selftests that directly exercise the out of order code paths in mlxsw. - Patch #1 adds new tests into the existing selftest router_bridge.sh. - Patches #2-#5 add new generic selftests. - Patches #6-#8 add new mlxsw-specific selftests. ==================== Signed-off-by: David S. Miller --- 0a368a5c4e38438b36693e7522effb6eb1ab92f9