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:   1035 MB/s    17561 calls/s  17561 msg/s
# tcp rx:   1035 MB/s    52647 calls/s
# tcp tx:   1003 MB/s    17028 calls/s  17028 msg/s
# tcp rx:   1038 MB/s    51346 calls/s
# tcp tx:   1012 MB/s    17180 calls/s  17180 msg/s
# tcp rx:   1007 MB/s    51104 calls/s
# tcp tx:    997 MB/s    16923 calls/s  16923 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:    540 MB/s   391936 calls/s
# udp tx:    797 MB/s    13527 calls/s  13527 msg/s
# udp rx:    548 MB/s   397824 calls/s
# udp tx:    794 MB/s    13471 calls/s  13471 msg/s
# udp rx:    562 MB/s   407552 calls/s
# udp tx:    786 MB/s    13343 calls/s  13343 msg/s
# udp rx:    570 MB/s   413952 calls/s
# udp tx:    780 MB/s    13235 calls/s  13235 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:   1141 MB/s   832527 calls/s
# udp tx:   1166 MB/s    19784 calls/s  19784 msg/s
# udp rx:   1159 MB/s   845713 calls/s
# udp tx:   1162 MB/s    19713 calls/s  19713 msg/s
# udp rx:   1158 MB/s   844800 calls/s
# udp tx:   1159 MB/s    19671 calls/s  19671 msg/s
# udp rx:   1164 MB/s   848922 calls/s
# udp tx:   1165 MB/s    19764 calls/s  19764 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__->