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 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:    923 MB/s    15669 calls/s  15669 msg/s
# tcp rx:    924 MB/s    50647 calls/s
# tcp tx:    929 MB/s    15764 calls/s  15764 msg/s
# tcp rx:    930 MB/s    50473 calls/s
# tcp tx:   1007 MB/s    17081 calls/s  17081 msg/s
# tcp rx:   1008 MB/s    51458 calls/s
# tcp tx:   1004 MB/s    17034 calls/s  17034 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:    646 MB/s   468480 calls/s
# udp tx:   1258 MB/s    21351 calls/s  21351 msg/s
# udp rx:    662 MB/s   480000 calls/s
# udp tx:   1202 MB/s    20388 calls/s  20388 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1224 MB/s    20765 calls/s  20765 msg/s
# udp rx:    658 MB/s   476928 calls/s
# udp tx:   1296 MB/s    21984 calls/s  21984 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:   1085 MB/s   791827 calls/s
# udp tx:   1114 MB/s    18901 calls/s  18901 msg/s
# udp rx:    792 MB/s   577843 calls/s
# udp tx:    781 MB/s    13249 calls/s  13249 msg/s
# udp rx:    674 MB/s   492070 calls/s
# udp tx:    674 MB/s    11445 calls/s  11445 msg/s
# udp rx:    785 MB/s   572785 calls/s
# udp tx:    795 MB/s    13486 calls/s  13486 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__->