Re: [PATCH net-next 0/3] selftests: mptcp: add time per subtests in TAP output

2024-09-04 Thread Matthieu Baerts
Hi Jakub, Thank you for your reply! On 04/09/2024 21:40, Jakub Kicinski wrote: > On Wed, 4 Sep 2024 18:15:09 +0200 Matthieu Baerts wrote: >>> Best I could come up with is: >>> >>> diff --git a/contest/remote/vmksft-p.py b/contest/remote/vmksft-p.py >>> index fe9e87abdb5c..a37245bd5b30 100755 >>>

Re: [PATCH net-next 0/3] selftests: mptcp: add time per subtests in TAP output

2024-09-04 Thread Jakub Kicinski
On Wed, 4 Sep 2024 18:15:09 +0200 Matthieu Baerts wrote: > > Best I could come up with is: > > > > diff --git a/contest/remote/vmksft-p.py b/contest/remote/vmksft-p.py > > index fe9e87abdb5c..a37245bd5b30 100755 > > --- a/contest/remote/vmksft-p.py > > +++ b/contest/remote/vmksft-p.py > > @@ -73,7

Re: [PATCH net-next 0/3] selftests: mptcp: add time per subtests in TAP output

2024-09-04 Thread Matthieu Baerts
Hi Jakub, On 04/09/2024 01:22, Jakub Kicinski wrote: > On Mon, 02 Sep 2024 13:13:03 +0200 Matthieu Baerts (NGI0) wrote: >> Patches here add 'time=ms' in the diagnostic data of the TAP output, >> e.g. >> >> ok 1 - pm_netlink: defaults addr list # time=9ms > > Looking closer, this: > > # ok 3 -

Re: [PATCH net-next 0/3] selftests: mptcp: add time per subtests in TAP output

2024-09-03 Thread Jakub Kicinski
On Tue, 3 Sep 2024 16:22:17 -0700 Jakub Kicinski wrote: > (None, '4', ' -', 'mptcp[...] MPTCP', ' # ', 'time=6173ms') > (None, '4', ' -', 'mptcp[...] TC', None, 'P # time=6173ms') Sorry I fumbled copy/pasting the results, ignore the exact time values in the last group, but the mis-parsing stands

Re: [PATCH net-next 0/3] selftests: mptcp: add time per subtests in TAP output

2024-09-03 Thread Jakub Kicinski
On Mon, 02 Sep 2024 13:13:03 +0200 Matthieu Baerts (NGI0) wrote: > Patches here add 'time=ms' in the diagnostic data of the TAP output, > e.g. > > ok 1 - pm_netlink: defaults addr list # time=9ms Looking closer, this: # ok 3 - mptcp[...] MPTCP # time=7184ms # ok 4 - mptcp[...] TCP # time=645