make -C tools/testing/selftests TARGETS="net" TEST_PROGS=veth.sh TEST_GEN__PROGS="" run_tests
make: Entering directory '/home/virtme/testing-3/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
TAP version 13
1..1
# overriding timeout to 7200
# selftests: net: veth.sh
# 2.65 [+2.65] default - gro flag                                           ok 
# 2.93 [+0.28]         - peer gro flag                                      ok 
# 3.21 [+0.28]         - tso flag                                           ok 
# 3.46 [+0.25]         - peer tso flag                                      ok 
# 4.09 [+0.63]         - aggregation                                        ok 
# 5.79 [+1.70]         - aggregation with TSO off                           ok 
# 9.48 [+3.70] with gro on - gro flag                                       ok 
# 9.76 [+0.27]         - peer gro flag                                      ok 
# 10.04 [+0.29]         - tso flag                                           ok 
# 10.30 [+0.26]         - peer tso flag                                      ok 
# 11.54 [+1.24]         - aggregation with TSO off                           ok 
# 15.70 [+4.15] gro vs xdp while down - gro flag off                         ok 
# 16.14 [+0.44]                       - after down                           ok 
# 16.58 [+0.44]                       - after xdp off                        ok 
# 17.02 [+0.44]                       - after up                             ok 
# 17.74 [+0.72]                       - after peer xdp                       ok 
# 21.33 [+3.59] gro vs xdp while down - gro flag on                          ok 
# 21.76 [+0.43]                       - after down                           ok 
# 22.20 [+0.44]                       - after xdp off                        ok 
# 22.64 [+0.45]                       - after up                             ok 
# 23.34 [+0.70]                       - after peer xdp                       ok 
# 26.63 [+3.29] default channels                                             ok 
# 27.37 [+0.74] with gro enabled on link down - gro flag                     ok 
# 27.65 [+0.28]         - peer gro flag                                      ok 
# 27.92 [+0.27]         - tso flag                                           ok 
# 28.19 [+0.27]         - peer tso flag                                      ok 
# 29.62 [+1.42]         - aggregation with TSO off                           ok 
# 34.12 [+4.50] setting tx channels                                          ok 
# 35.27 [+1.15] setting both rx and tx channels                              ok 
# 36.36 [+1.09] bad setting: combined channels                               ok 
# 37.45 [+1.09] setting invalid channels nr                                  ok 
# 38.01 [+0.56] bad setting: XDP with RX nr less than TX                     ok 
# 39.47 [+1.46] bad setting: reducing RX nr below peer TX with XDP set       ok 
# 39.76 [+0.29] bad setting: increasing peer TX nr above RX with XDP set     ok 
# 40.84 [+1.08] setting invalid channels nr                                  ok 
# 41.54 [+0.70] with xdp attached - gro flag                                 ok 
# 41.76 [+0.22]         - peer gro flag                                      ok 
# 42.03 [+0.27]         - tso flag                                           ok 
# 42.31 [+0.28]         - peer tso flag                                      ok 
# 43.24 [+0.93]         - no aggregation                                     ok 
# 44.61 [+1.37]         - gro flag with GRO on                               ok 
# 45.24 [+0.63]         - aggregation                                        ok 
# 46.64 [+1.40]         - after dev off, flag                                ok 
# 46.88 [+0.24]         - peer flag                                          ok 
# 47.64 [+0.77]         - after gro on xdp off, gro flag                     ok 
# 47.90 [+0.25]         - peer gro flag                                      ok 
# 48.16 [+0.27]         - tso flag                                           ok 
# 48.41 [+0.25]         - peer tso flag                                      ok 
# 49.51 [+1.10] decreasing tx channels with device down                      ok 
# 50.47 [+0.97]         - aggregation                                        ok 
# 52.62 [+2.15] increasing tx channels with device down                      ok 
# 54.17 [+1.55] aggregation again with default and TSO off                   ok 
ok 1 selftests: net: veth.sh
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests'
xx__-> echo $?
0
xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak
xx__->