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:    944 MB/s    16014 calls/s  16014 msg/s
# tcp rx:    950 MB/s    49543 calls/s
# tcp tx:    595 MB/s    10105 calls/s  10105 msg/s
# tcp rx:    592 MB/s    35977 calls/s
# tcp tx:    545 MB/s     9249 calls/s   9249 msg/s
# tcp rx:    545 MB/s    33680 calls/s
# tcp tx:    547 MB/s     9283 calls/s   9283 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:    527 MB/s   382208 calls/s
# udp tx:    802 MB/s    13613 calls/s  13613 msg/s
# udp rx:    464 MB/s   336384 calls/s
# udp tx:    898 MB/s    15245 calls/s  15245 msg/s
# udp rx:    535 MB/s   387601 calls/s
# udp tx:    789 MB/s    13393 calls/s  13393 msg/s
# udp rx:    531 MB/s   384512 calls/s
# udp tx:    837 MB/s    14210 calls/s  14210 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:    648 MB/s   472623 calls/s
# udp tx:    658 MB/s    11176 calls/s  11176 msg/s
# udp rx:    789 MB/s   575660 calls/s
# udp tx:    803 MB/s    13628 calls/s  13628 msg/s
# udp rx:   1151 MB/s   839857 calls/s
# udp tx:   1150 MB/s    19520 calls/s  19520 msg/s
# udp rx:   1150 MB/s   838883 calls/s
# udp tx:   1149 MB/s    19504 calls/s  19504 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__->