Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 22 Jan 2024 11:58:15 -0800 you wrote:
If there is more than 32 cpus the bitmask will start to contain commas, leading to:
./rps_default_mask.sh: line 36: [: 00000000,00000000: integer expression expected
Remove the commas, bash doesn't interpret leading zeroes as oct so that should be good enough. Switch to bash, Simon reports that not all shells support this type of substitution.
[...]
Here is the summary with links: - [net,v3] selftests: net: fix rps_default_mask with >32 CPUs https://git.kernel.org/netdev/net/c/0719b5338a0c
You are awesome, thank you!