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
# 1.41 [+1.41] default - gro flag                                           ok 
# 1.57 [+0.16]         - peer gro flag                                      ok 
# 1.72 [+0.15]         - tso flag                                           ok 
# 1.90 [+0.18]         - peer tso flag                                      ok 
# 2.17 [+0.28]         - aggregation                                        ok 
# 3.04 [+0.87]         - aggregation with TSO off                           ok 
# 5.23 [+2.18] with gro on - gro flag                                       ok 
# 5.37 [+0.14]         - peer gro flag                                      ok 
# 5.52 [+0.15]         - tso flag                                           ok 
# 5.67 [+0.15]         - peer tso flag                                      ok 
# 6.22 [+0.55]         - aggregation with TSO off                           ok 
# 8.53 [+2.31] gro vs xdp while down - gro flag off                         ok 
# 8.77 [+0.25]                       - after down                           ok 
# 9.03 [+0.26]                       - after xdp off                        ok 
# 9.26 [+0.23]                       - after up                             ok 
# 9.70 [+0.44]                       - after peer xdp                       ok 
# 11.76 [+2.06] gro vs xdp while down - gro flag on                          ok 
# 12.01 [+0.25]                       - after down                           ok 
# 12.27 [+0.26]                       - after xdp off                        ok 
# 12.51 [+0.24]                       - after up                             ok 
# 12.93 [+0.42]                       - after peer xdp                       ok 
# 14.83 [+1.90] default channels                                             ok 
# 15.21 [+0.38] with gro enabled on link down - gro flag                     ok 
# 15.36 [+0.16]         - peer gro flag                                      ok 
# 15.53 [+0.16]         - tso flag                                           ok 
# 15.69 [+0.16]         - peer tso flag                                      ok 
# 16.30 [+0.61]         - aggregation with TSO off                           ok 
# 18.87 [+2.57] setting tx channels                                          ok 
# 19.50 [+0.62] setting both rx and tx channels                              ok 
# 20.11 [+0.61] bad setting: combined channels                               ok 
# 20.71 [+0.60] setting invalid channels nr                                  ok 
# 20.97 [+0.26] bad setting: XDP with RX nr less than TX                     ok 
# 21.73 [+0.76] bad setting: reducing RX nr below peer TX with XDP set       ok 
# 21.86 [+0.13] bad setting: increasing peer TX nr above RX with XDP set     ok 
# 22.53 [+0.67] setting invalid channels nr                                  ok 
# 22.93 [+0.40] with xdp attached - gro flag                                 ok 
# 23.11 [+0.18]         - peer gro flag                                      ok 
# 23.26 [+0.15]         - tso flag                                           ok 
# 23.40 [+0.14]         - peer tso flag                                      ok 
# 23.81 [+0.42]         - no aggregation                                     ok 
# 24.56 [+0.75]         - gro flag with GRO on                               ok 
# 24.86 [+0.30]         - aggregation                                        ok 
# 25.62 [+0.76]         - after dev off, flag                                ok 
# 25.77 [+0.16]         - peer flag                                          ok 
# 26.14 [+0.37]         - after gro on xdp off, gro flag                     ok 
# 26.30 [+0.16]         - peer gro flag                                      ok 
# 26.45 [+0.15]         - tso flag                                           ok 
# 26.59 [+0.14]         - peer tso flag                                      ok 
# 27.18 [+0.60] decreasing tx channels with device down                      ok 
# 27.63 [+0.45]         - aggregation                                        ok 
# 28.92 [+1.29] increasing tx channels with device down                      ok 
# 29.61 [+0.69] 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__->