make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh 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: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    705 MB/s    11959 calls/s  11959 msg/s
# tcp rx:    705 MB/s    35863 calls/s
# tcp tx:    666 MB/s    11305 calls/s  11305 msg/s
# tcp rx:    693 MB/s    34148 calls/s
# tcp tx:    524 MB/s     8891 calls/s   8891 msg/s
# tcp rx:    511 MB/s    33407 calls/s
# tcp tx:    556 MB/s     9435 calls/s   9435 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:    525 MB/s   381802 calls/s
# udp tx:    730 MB/s    12390 calls/s  12390 msg/s
# udp rx:    579 MB/s   420636 calls/s
# udp tx:    713 MB/s    12109 calls/s  12109 msg/s
# udp rx:    557 MB/s   404736 calls/s
# udp tx:    760 MB/s    12897 calls/s  12897 msg/s
# udp rx:    546 MB/s   396800 calls/s
# udp tx:    770 MB/s    13060 calls/s  13060 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:   1094 MB/s   798577 calls/s
# udp tx:   1122 MB/s    19037 calls/s  19037 msg/s
# udp rx:   1100 MB/s   802535 calls/s
# udp tx:   1098 MB/s    18637 calls/s  18637 msg/s
# udp rx:   1103 MB/s   804498 calls/s
# udp tx:   1103 MB/s    18712 calls/s  18712 msg/s
# udp rx:   1112 MB/s   811078 calls/s
# udp tx:   1112 MB/s    18872 calls/s  18872 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__->