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:    967 MB/s    16410 calls/s  16410 msg/s
# tcp rx:    968 MB/s    50164 calls/s
# tcp tx:    993 MB/s    16851 calls/s  16851 msg/s
# tcp rx:    994 MB/s    50979 calls/s
# tcp tx:   1026 MB/s    17413 calls/s  17413 msg/s
# tcp rx:   1027 MB/s    52233 calls/s
# tcp tx:   1000 MB/s    16970 calls/s  16970 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:    627 MB/s   454912 calls/s
# udp tx:   1144 MB/s    19405 calls/s  19405 msg/s
# udp rx:    638 MB/s   462336 calls/s
# udp tx:   1236 MB/s    20966 calls/s  20966 msg/s
# udp rx:    640 MB/s   463616 calls/s
# udp tx:   1299 MB/s    22034 calls/s  22034 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1291 MB/s    21904 calls/s  21904 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:    579 MB/s   422436 calls/s
# udp tx:    590 MB/s    10010 calls/s  10010 msg/s
# udp rx:    582 MB/s   424668 calls/s
# udp tx:    582 MB/s     9872 calls/s   9872 msg/s
# udp rx:    626 MB/s   457103 calls/s
# udp tx:    626 MB/s    10618 calls/s  10618 msg/s
# udp rx:    621 MB/s   453328 calls/s
# udp tx:    620 MB/s    10531 calls/s  10531 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__->