[PATCH net-next] selftests: mlxsw: qos_dscp_bridge: Fix

2018-07-27 Thread Petr Machata
There are two problems in this test case: - When indexing in bash associative array, the subscript is interpreted as string, not as a variable name to be expanded. - The keys stored to t0s and t1s are not DSCP values, but priority + base (i.e. the logical DSCP value, not the full bitfield val

Re: [PATCH net-next] selftests: mlxsw: qos_dscp_bridge: Fix

2018-07-29 Thread David Miller
From: Petr Machata Date: Sat, 28 Jul 2018 00:48:13 +0200 > There are two problems in this test case: > > - When indexing in bash associative array, the subscript is interpreted as > string, not as a variable name to be expanded. > > - The keys stored to t0s and t1s are not DSCP values, but pr