Re: [PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks

2024-08-06 Thread Dmitry Safonov
On Sun, 4 Aug 2024 at 10:47, Simon Horman wrote: > > On Fri, Aug 02, 2024 at 10:23:30AM +0100, Dmitry Safonov via B4 Relay wrote: > > From: Dmitry Safonov <0x7f454...@gmail.com> > > > > On tests that are expecting failure the timeout value is > > TEST_RETRANSMIT_SEC == 1 second. Which is big enoug

Re: [PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks

2024-08-04 Thread Simon Horman
On Fri, Aug 02, 2024 at 10:23:30AM +0100, Dmitry Safonov via B4 Relay wrote: > From: Dmitry Safonov <0x7f454...@gmail.com> > > On tests that are expecting failure the timeout value is > TEST_RETRANSMIT_SEC == 1 second. Which is big enough for most of devices > under tests. But on a particularly sl

[PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks

2024-08-02 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> On tests that are expecting failure the timeout value is TEST_RETRANSMIT_SEC == 1 second. Which is big enough for most of devices under tests. But on a particularly slow machine/VM, 1 second might be not enough for another thread to be scheduled and atte