make -C tools/testing/selftests TARGETS="net" TEST_PROGS=veth.sh TEST_GEN__PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: veth.sh
# 0.25 [+0.25] default - gro flag                                           ok 
# 0.27 [+0.02]         - peer gro flag                                      ok 
# 0.29 [+0.02]         - tso flag                                           ok 
# 0.31 [+0.02]         - peer tso flag                                      ok 
# 0.37 [+0.06]         - aggregation                                        ok 
# 0.62 [+0.25]         - aggregation with TSO off                           ok 
# 1.06 [+0.43] with gro on - gro flag                                       ok 
# 1.08 [+0.02]         - peer gro flag                                      ok 
# 1.10 [+0.02]         - tso flag                                           ok 
# 1.12 [+0.02]         - peer tso flag                                      ok 
# 1.23 [+0.11]         - aggregation with TSO off                           ok 
# 1.69 [+0.47] gro vs xdp while down - gro flag off                         ok 
# 1.73 [+0.04]                       - after down                           ok 
# 1.79 [+0.06]                       - after xdp off                        ok 
# 1.82 [+0.04]                       - after up                             ok 
# 1.90 [+0.08]                       - after peer xdp                       ok 
# 2.26 [+0.36] gro vs xdp while down - gro flag on                          ok 
# 2.30 [+0.04]                       - after down                           ok 
# 2.34 [+0.04]                       - after xdp off                        ok 
# 2.38 [+0.04]                       - after up                             ok 
# 2.45 [+0.08]                       - after peer xdp                       ok 
# 2.75 [+0.30] default channels                                             ok 
# 2.81 [+0.06] with gro enabled on link down - gro flag                     ok 
# 2.83 [+0.02]         - peer gro flag                                      ok 
# 2.86 [+0.02]         - tso flag                                           ok 
# 2.88 [+0.02]         - peer tso flag                                      ok 
# 3.00 [+0.12]         - aggregation with TSO off                           ok 
# 3.49 [+0.49] setting tx channels                                          ok 
# 3.58 [+0.09] setting both rx and tx channels                              ok 
# 3.67 [+0.09] bad setting: combined channels                               ok 
# 3.76 [+0.10] setting invalid channels nr                                  ok 
# 3.82 [+0.05] bad setting: XDP with RX nr less than TX                     ok 
# 3.95 [+0.13] bad setting: reducing RX nr below peer TX with XDP set       ok 
# 3.97 [+0.02] bad setting: increasing peer TX nr above RX with XDP set     ok 
# 4.06 [+0.08] setting invalid channels nr                                  ok 
# 4.12 [+0.06] with xdp attached - gro flag                                 ok 
# 4.14 [+0.02]         - peer gro flag                                      ok 
# 4.16 [+0.02]         - tso flag                                           ok 
# 4.18 [+0.02]         - peer tso flag                                      ok 
# 4.25 [+0.07]         - no aggregation                                     ok 
# 4.47 [+0.21]         - gro flag with GRO on                               ok 
# 4.52 [+0.06]         - aggregation                                        ok 
# 4.75 [+0.23]         - after dev off, flag                                ok 
# 4.77 [+0.02]         - peer flag                                          ok 
# 4.84 [+0.07]         - after gro on xdp off, gro flag                     ok 
# 4.86 [+0.02]         - peer gro flag                                      ok 
# 4.89 [+0.02]         - tso flag                                           ok 
# 4.91 [+0.02]         - peer tso flag                                      ok 
# 5.00 [+0.09] decreasing tx channels with device down                      ok 
# 5.08 [+0.08]         - aggregation                                        ok 
# 5.36 [+0.29] increasing tx channels with device down                      ok 
# 5.49 [+0.13] aggregation again with default and TSO off                   ok 
ok 1 selftests: net: veth.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->