On 8/28/23 9:24 AM, Ido Schimmel wrote: > 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 <sriram.yagnaraman@xxxxxxxx> > > 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 Ido, thanks for staying on top of this change and the details with the test cases.