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:    941 MB/s    15967 calls/s  15967 msg/s
# tcp rx:    941 MB/s    50369 calls/s
# tcp tx:    978 MB/s    16595 calls/s  16595 msg/s
# tcp rx:    978 MB/s    51120 calls/s
# tcp tx:    971 MB/s    16482 calls/s  16482 msg/s
# tcp rx:    973 MB/s    50884 calls/s
# tcp tx:    948 MB/s    16083 calls/s  16083 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:    511 MB/s   371400 calls/s
# udp tx:    730 MB/s    12386 calls/s  12386 msg/s
# udp rx:    532 MB/s   385615 calls/s
# udp tx:    783 MB/s    13295 calls/s  13295 msg/s
# udp rx:    539 MB/s   390368 calls/s
# udp tx:    825 MB/s    13997 calls/s  13997 msg/s
# udp rx:    537 MB/s   389637 calls/s
# udp tx:    822 MB/s    13946 calls/s  13946 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:    637 MB/s   464959 calls/s
# udp tx:    647 MB/s    10986 calls/s  10986 msg/s
# udp rx:    640 MB/s   467099 calls/s
# udp tx:    641 MB/s    10873 calls/s  10873 msg/s
# udp rx:    639 MB/s   466648 calls/s
# udp tx:    640 MB/s    10861 calls/s  10861 msg/s
# udp rx:    636 MB/s   464380 calls/s
# udp tx:    645 MB/s    10943 calls/s  10943 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__->