make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    969 MB/s    16450 calls/s  16450 msg/s
# tcp rx:    970 MB/s    50193 calls/s
# tcp tx:    997 MB/s    16913 calls/s  16913 msg/s
# tcp rx:    998 MB/s    50977 calls/s
# tcp tx:   1017 MB/s    17260 calls/s  17260 msg/s
# tcp rx:   1018 MB/s    51790 calls/s
# tcp tx:   1013 MB/s    17188 calls/s  17188 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:    486 MB/s   353006 calls/s
# udp tx:    771 MB/s    13091 calls/s  13091 msg/s
# udp rx:    568 MB/s   412160 calls/s
# udp tx:    772 MB/s    13109 calls/s  13109 msg/s
# udp rx:    550 MB/s   398848 calls/s
# udp tx:    791 MB/s    13425 calls/s  13425 msg/s
# udp rx:    548 MB/s   397824 calls/s
# udp tx:    794 MB/s    13478 calls/s  13478 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:    699 MB/s   510084 calls/s
# udp tx:    717 MB/s    12161 calls/s  12161 msg/s
# udp rx:    648 MB/s   472667 calls/s
# udp tx:    650 MB/s    11038 calls/s  11038 msg/s
# udp rx:    645 MB/s   470716 calls/s
# udp tx:    647 MB/s    10987 calls/s  10987 msg/s
# udp rx:    640 MB/s   467148 calls/s
# udp tx:    641 MB/s    10886 calls/s  10886 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__->