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:   1149 MB/s    55814 calls/s
# tcp tx:    924 MB/s    15677 calls/s  15677 msg/s
# tcp rx:    907 MB/s    46950 calls/s
# tcp tx:    919 MB/s    15588 calls/s  15588 msg/s
# tcp rx:    912 MB/s    46508 calls/s
# tcp tx:    946 MB/s    16047 calls/s  16047 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:    607 MB/s   440320 calls/s
# udp tx:   1280 MB/s    21718 calls/s  21718 msg/s
# udp rx:    655 MB/s   474624 calls/s
# udp tx:   1285 MB/s    21805 calls/s  21805 msg/s
# udp rx:    604 MB/s   437760 calls/s
# udp tx:   1312 MB/s    22255 calls/s  22255 msg/s
# udp rx:    637 MB/s   461824 calls/s
# udp tx:   1302 MB/s    22090 calls/s  22090 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:   1093 MB/s   797717 calls/s
# udp tx:   1117 MB/s    18956 calls/s  18956 msg/s
# udp rx:   1086 MB/s   792522 calls/s
# udp tx:   1089 MB/s    18477 calls/s  18477 msg/s
# udp rx:   1048 MB/s   764850 calls/s
# udp tx:   1050 MB/s    17820 calls/s  17820 msg/s
# udp rx:   1058 MB/s   772276 calls/s
# udp tx:   1057 MB/s    17939 calls/s  17939 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__->