Re: [PATCH net-next v8 3/3] selftests/net: add flush id selftests

2024-05-07 Thread Richard Gobert
Willem de Bruijn wrote: > Richard Gobert wrote: >> Added flush id selftests to test different cases where DF flag is set or >> unset and id value changes in the following packets. All cases where the >> packets should coalesce or should not coalesce are tested. >> >> Signed-off-by: Richard Gobert

Re: [PATCH net-next v8 3/3] selftests/net: add flush id selftests

2024-05-06 Thread Willem de Bruijn
Richard Gobert wrote: > Added flush id selftests to test different cases where DF flag is set or > unset and id value changes in the following packets. All cases where the > packets should coalesce or should not coalesce are tested. > > Signed-off-by: Richard Gobert > --- > tools/testing/selftes

[PATCH net-next v8 3/3] selftests/net: add flush id selftests

2024-05-06 Thread Richard Gobert
Added flush id selftests to test different cases where DF flag is set or unset and id value changes in the following packets. All cases where the packets should coalesce or should not coalesce are tested. Signed-off-by: Richard Gobert --- tools/testing/selftests/net/gro.c | 147 +