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:    878 MB/s    14899 calls/s  14899 msg/s
# tcp rx:    879 MB/s    69430 calls/s
# tcp tx:    660 MB/s    11208 calls/s  11208 msg/s
# tcp rx:    661 MB/s    51943 calls/s
# tcp tx:    463 MB/s     7860 calls/s   7860 msg/s
# tcp rx:    463 MB/s    39327 calls/s
# tcp tx:    470 MB/s     7975 calls/s   7975 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:    496 MB/s   359936 calls/s
# udp tx:    820 MB/s    13913 calls/s  13913 msg/s
# udp rx:    561 MB/s   406784 calls/s
# udp tx:    785 MB/s    13331 calls/s  13331 msg/s
# udp rx:    560 MB/s   406016 calls/s
# udp tx:    801 MB/s    13598 calls/s  13598 msg/s
# udp rx:    559 MB/s   405504 calls/s
# udp tx:    803 MB/s    13620 calls/s  13620 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:   1076 MB/s   785355 calls/s
# udp tx:   1103 MB/s    18710 calls/s  18710 msg/s
# udp rx:    985 MB/s   718476 calls/s
# udp tx:    986 MB/s    16725 calls/s  16725 msg/s
# udp rx:   1041 MB/s   759436 calls/s
# udp tx:   1041 MB/s    17657 calls/s  17657 msg/s
# udp rx:    978 MB/s   713776 calls/s
# udp tx:    980 MB/s    16637 calls/s  16637 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__->