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:    948 MB/s    16081 calls/s  16081 msg/s
# tcp rx:    948 MB/s    46616 calls/s
# tcp tx:    968 MB/s    16432 calls/s  16432 msg/s
# tcp rx:    969 MB/s    49428 calls/s
# tcp tx:    981 MB/s    16641 calls/s  16641 msg/s
# tcp rx:    982 MB/s    50140 calls/s
# tcp tx:    939 MB/s    15928 calls/s  15928 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:    604 MB/s   438016 calls/s
# udp tx:   1270 MB/s    21557 calls/s  21557 msg/s
# udp rx:    661 MB/s   479333 calls/s
# udp tx:   1297 MB/s    22007 calls/s  22007 msg/s
# udp rx:    662 MB/s   480087 calls/s
# udp tx:   1274 MB/s    21610 calls/s  21610 msg/s
# udp rx:    570 MB/s   413151 calls/s
# udp tx:   1287 MB/s    21839 calls/s  21839 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:   1148 MB/s   837950 calls/s
# udp tx:   1168 MB/s    19815 calls/s  19815 msg/s
# udp rx:   1192 MB/s   869550 calls/s
# udp tx:   1192 MB/s    20221 calls/s  20221 msg/s
# udp rx:   1169 MB/s   852736 calls/s
# udp tx:   1167 MB/s    19804 calls/s  19804 msg/s
# udp rx:   1170 MB/s   853425 calls/s
# udp tx:   1170 MB/s    19850 calls/s  19850 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__->