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:    997 MB/s    16917 calls/s  16917 msg/s
# tcp rx:    998 MB/s    51239 calls/s
# tcp tx:   1013 MB/s    17192 calls/s  17192 msg/s
# tcp rx:   1014 MB/s    51843 calls/s
# tcp tx:   1013 MB/s    17186 calls/s  17186 msg/s
# tcp rx:   1014 MB/s    51822 calls/s
# tcp tx:   1011 MB/s    17155 calls/s  17155 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:    653 MB/s   473600 calls/s
# udp tx:   1293 MB/s    21932 calls/s  21932 msg/s
# udp rx:    670 MB/s   485632 calls/s
# udp tx:   1291 MB/s    21899 calls/s  21899 msg/s
# udp rx:    677 MB/s   490496 calls/s
# udp tx:   1289 MB/s    21870 calls/s  21870 msg/s
# udp rx:    677 MB/s   490496 calls/s
# udp tx:   1287 MB/s    21844 calls/s  21844 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:   1131 MB/s   825424 calls/s
# udp tx:   1155 MB/s    19602 calls/s  19602 msg/s
# udp rx:   1175 MB/s   857347 calls/s
# udp tx:   1172 MB/s    19893 calls/s  19893 msg/s
# udp rx:   1139 MB/s   830750 calls/s
# udp tx:   1140 MB/s    19336 calls/s  19336 msg/s
# udp rx:   1139 MB/s   831318 calls/s
# udp tx:   1140 MB/s    19343 calls/s  19343 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__->