commit | 408469d31e9106878d2b3e428dcca9984664dfc9 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Nov 28 13:38:57 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 30 12:23:27 2019 -0800 |
tree | 7a24f0633aeb98e92a68b187ecb1264fcaff538b | |
parent | 14e54ab9143fa60794d13ea0a66c792a2046a8f3 [diff] |
selftests: forwarding: fix race between packet receive and tc check It is possible that tc stats get checked before the packet we check for actually arrived into the interface and accounted for. Fix it by checking for the expected result in a loop until timeout is reached (by default 1 second). Fixes: 07e5c75184a1 ("selftests: forwarding: Introduce tc flower matching tests") Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>