Re: [PATCH net-next 0/2] selftests: forwarding: Two small changes

2020-05-30 Thread David Miller
From: Petr Machata Date: Fri, 29 May 2020 14:16:52 +0300 > Two unrelated changes in this patchset: > > - In patch #1, convert mirror tests from using ping directly to generating > ICMP packets by mausezahn. Using ping in tests is error-prone, because > ping is too smart. On a flaky system (n

[PATCH net-next 0/2] selftests: forwarding: Two small changes

2020-05-29 Thread Petr Machata
Two unrelated changes in this patchset: - In patch #1, convert mirror tests from using ping directly to generating ICMP packets by mausezahn. Using ping in tests is error-prone, because ping is too smart. On a flaky system (notably in a simulator), when packets don't come quickly enough, mor