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:   1415 MB/s    24010 calls/s  24010 msg/s
# tcp rx:   1417 MB/s    56729 calls/s
# tcp tx:   1345 MB/s    22822 calls/s  22822 msg/s
# tcp rx:   1346 MB/s    52911 calls/s
# tcp tx:   1498 MB/s    25418 calls/s  25418 msg/s
# tcp rx:   1501 MB/s    62029 calls/s
# tcp tx:   1233 MB/s    20922 calls/s  20922 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:    537 MB/s   389472 calls/s
# udp tx:    811 MB/s    13761 calls/s  13761 msg/s
# udp rx:    578 MB/s   418725 calls/s
# udp tx:    887 MB/s    15059 calls/s  15059 msg/s
# udp rx:    548 MB/s   396789 calls/s
# udp tx:    916 MB/s    15545 calls/s  15545 msg/s
# udp rx:    560 MB/s   405483 calls/s
# udp tx:    988 MB/s    16774 calls/s  16774 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:   1114 MB/s   812743 calls/s
# udp tx:   1131 MB/s    19190 calls/s  19190 msg/s
# udp rx:    929 MB/s   678046 calls/s
# udp tx:    951 MB/s    16134 calls/s  16134 msg/s
# udp rx:   1372 MB/s  1001286 calls/s
# udp tx:   1373 MB/s    23296 calls/s  23296 msg/s
# udp rx:   1367 MB/s   997150 calls/s
# udp tx:   1367 MB/s    23193 calls/s  23193 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__->