make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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 6000
# selftests: net: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    612 MB/s    10389 calls/s  10389 msg/s
# tcp rx:    613 MB/s    25052 calls/s
# tcp tx:    629 MB/s    10677 calls/s  10677 msg/s
# tcp rx:    630 MB/s    25566 calls/s
# tcp tx:    629 MB/s    10678 calls/s  10678 msg/s
# tcp rx:    630 MB/s    25518 calls/s
# tcp tx:    623 MB/s    10574 calls/s  10574 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    431 MB/s   314126 calls/s
# udp tx:    496 MB/s     8415 calls/s   8415 msg/s
# udp rx:    450 MB/s   328679 calls/s
# udp tx:    453 MB/s     7700 calls/s   7700 msg/s
# udp rx:    460 MB/s   335588 calls/s
# udp tx:    506 MB/s     8588 calls/s   8588 msg/s
# udp rx:    445 MB/s   325231 calls/s
# udp tx:    445 MB/s     7553 calls/s   7553 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:    446 MB/s   325623 calls/s
# udp tx:    457 MB/s     7758 calls/s   7758 msg/s
# udp rx:    471 MB/s   343681 calls/s
# udp tx:    470 MB/s     7984 calls/s   7984 msg/s
# udp rx:    472 MB/s   344426 calls/s
# udp tx:    471 MB/s     8000 calls/s   8000 msg/s
# udp rx:    444 MB/s   324154 calls/s
# udp tx:    444 MB/s     7534 calls/s   7534 msg/s
ok 1 selftests: net: udpgro_frglist.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__->