Re: [PATCH net v3 3/3] selftests: fib_tests: Add multipath list receive tests
From: Ido Schimmel <hidden>
Date: 2023-08-28 15:24:24
Also in:
linux-kselftest
From: Ido Schimmel <hidden>
Date: 2023-08-28 15:24:24
Also in:
linux-kselftest
On Mon, Aug 28, 2023 at 01:32:21PM +0200, Sriram Yagnaraman wrote:
The test uses perf stat to count the number of fib:fib_table_lookup tracepoint hits for IPv4 and the number of fib6:fib6_table_lookup for IPv6. The measured count is checked to be within 5% of the total number of packets sent via veth1. Signed-off-by: Sriram Yagnaraman <redacted>
I just tested this with a debug config and noticed that the single path test is not very stable. It's not really related to the bug fix, so I think you can simply remove it. Jakub / Paolo, this change conflicts with changes in net-next and I assume that the next PR that you are going to send is from net-next. What is your preference in this case? Wait for the PR to be accepted and for master to be merged into net? Thanks