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.42 [+2.42] default - gro flag                                           ok 
# 2.65 [+0.23]         - peer gro flag                                      ok 
# 2.88 [+0.23]         - tso flag                                           ok 
# 3.10 [+0.22]         - peer tso flag                                      ok 
# 3.66 [+0.56]         - aggregation                                        ok 
# 5.11 [+1.46]         - aggregation with TSO off                           ok 
# 8.55 [+3.44] with gro on - gro flag                                       ok 
# 8.77 [+0.22]         - peer gro flag                                      ok 
# 9.00 [+0.23]         - tso flag                                           ok 
# 9.21 [+0.20]         - peer tso flag                                      ok 
# 10.23 [+1.02]         - aggregation with TSO off                           ok 
# 13.93 [+3.70] gro vs xdp while down - gro flag off                         ok 
# 14.30 [+0.37]                       - after down                           ok 
# 14.71 [+0.41]                       - after xdp off                        ok 
# 15.04 [+0.33]                       - after up                             ok 
# 15.67 [+0.63]                       - after peer xdp                       ok 
# 18.97 [+3.30] gro vs xdp while down - gro flag on                          ok 
# 19.34 [+0.37]                       - after down                           ok 
# 19.74 [+0.40]                       - after xdp off                        ok 
# 20.11 [+0.37]                       - after up                             ok 
# 20.74 [+0.64]                       - after peer xdp                       ok 
# 23.64 [+2.90] default channels                                             ok 
# 24.27 [+0.63] with gro enabled on link down - gro flag                     ok 
# 24.50 [+0.23]         - peer gro flag                                      ok 
# 24.74 [+0.24]         - tso flag                                           ok 
# 24.97 [+0.23]         - peer tso flag                                      ok 
# 26.19 [+1.23]         - aggregation with TSO off                           ok 
# 29.97 [+3.78] setting tx channels                                          ok 
# 30.92 [+0.94] setting both rx and tx channels                              ok 
# 31.85 [+0.94] bad setting: combined channels                               ok 
# 32.76 [+0.91] setting invalid channels nr                                  ok 
# 33.27 [+0.50] bad setting: XDP with RX nr less than TX                     ok 
# 34.56 [+1.29] bad setting: reducing RX nr below peer TX with XDP set       ok 
# 34.81 [+0.24] bad setting: increasing peer TX nr above RX with XDP set     ok 
# 35.72 [+0.91] setting invalid channels nr                                  ok 
# 36.35 [+0.63] with xdp attached - gro flag                                 ok 
# 36.59 [+0.24]         - peer gro flag                                      ok 
# 36.80 [+0.21]         - tso flag                                           ok 
# 37.04 [+0.24]         - peer tso flag                                      ok 
# 37.81 [+0.77]         - no aggregation                                     ok 
# 38.96 [+1.15]         - gro flag with GRO on                               ok 
# 39.49 [+0.53]         - aggregation                                        ok 
# 40.69 [+1.20]         - after dev off, flag                                ok 
# 40.91 [+0.22]         - peer flag                                          ok 
# 41.55 [+0.64]         - after gro on xdp off, gro flag                     ok 
# 41.79 [+0.24]         - peer gro flag                                      ok 
# 42.02 [+0.22]         - tso flag                                           ok 
# 42.23 [+0.21]         - peer tso flag                                      ok 
# 43.15 [+0.92] decreasing tx channels with device down                      ok 
# 43.99 [+0.84]         - aggregation                                        ok 
# 45.91 [+1.92] increasing tx channels with device down                      ok 
# 47.22 [+1.32] 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__->