On Tue, May 16, 2023 at 02:58:26PM +0200, Maciej Fijalkowski wrote: > On Tue, May 16, 2023 at 12:31:06PM +0200, Magnus Karlsson wrote: > > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > > > Test for hugepages only once at the beginning of the execution of the > > whole test suite, instead of before each test that needs huge > > pages. These are the tests that use unaligned mode. As more unaligned > > tests will be added, so the current system just does not scale. > > > > With this change, there are now three possible outcomes of a test run: > > fail, pass, or skip. To simplify the handling of this, the function > > testapp_validate_traffic() now returns this value to the main loop. As > > this function is used by nearly all tests, it meant a small change to > > most of them. > > I don't get the need for that change. Why couldn't we just store the > retval to test_spec and then check it in run_pkt_test() just like we check > test->fail currently? Am i missing something? also typo in subject - s/xsx/xsk > > > > > Signed-off-by: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > --- > > tools/testing/selftests/bpf/xskxceiver.c | 186 +++++++++++------------ > > tools/testing/selftests/bpf/xskxceiver.h | 2 + > > 2 files changed, 94 insertions(+), 94 deletions(-) > >