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:    545 MB/s     9257 calls/s   9257 msg/s
# tcp rx:    546 MB/s    34825 calls/s
# tcp tx:    550 MB/s     9343 calls/s   9343 msg/s
# tcp rx:    556 MB/s    34399 calls/s
# tcp tx:    563 MB/s     9561 calls/s   9561 msg/s
# tcp rx:    568 MB/s    33098 calls/s
# tcp tx:    556 MB/s     9444 calls/s   9444 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:    544 MB/s   394912 calls/s
# udp tx:    793 MB/s    13451 calls/s  13451 msg/s
# udp rx:    562 MB/s   408119 calls/s
# udp tx:    796 MB/s    13514 calls/s  13514 msg/s
# udp rx:    551 MB/s   400102 calls/s
# udp tx:    753 MB/s    12774 calls/s  12774 msg/s
# udp rx:    513 MB/s   372360 calls/s
# udp tx:    831 MB/s    14101 calls/s  14101 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:   1127 MB/s   822404 calls/s
# udp tx:   1156 MB/s    19619 calls/s  19619 msg/s
# udp rx:    927 MB/s   676678 calls/s
# udp tx:    915 MB/s    15520 calls/s  15520 msg/s
# udp rx:    917 MB/s   668959 calls/s
# udp tx:    928 MB/s    15742 calls/s  15742 msg/s
# udp rx:   1127 MB/s   822434 calls/s
# udp tx:   1126 MB/s    19107 calls/s  19107 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__->