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:    952 MB/s    16162 calls/s  16162 msg/s
# tcp rx:    959 MB/s    50955 calls/s
# tcp tx:    952 MB/s    16161 calls/s  16161 msg/s
# tcp rx:    957 MB/s    48833 calls/s
# tcp tx:    946 MB/s    16047 calls/s  16047 msg/s
# tcp rx:    961 MB/s    47939 calls/s
# tcp tx:    941 MB/s    15973 calls/s  15973 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:    502 MB/s   363520 calls/s
# udp tx:    878 MB/s    14900 calls/s  14900 msg/s
# udp rx:    511 MB/s   370043 calls/s
# udp tx:    855 MB/s    14512 calls/s  14512 msg/s
# udp rx:    536 MB/s   388431 calls/s
# udp tx:    788 MB/s    13374 calls/s  13374 msg/s
# udp rx:    525 MB/s   380616 calls/s
# udp tx:    783 MB/s    13287 calls/s  13287 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:    622 MB/s   454078 calls/s
# udp tx:    640 MB/s    10865 calls/s  10865 msg/s
# udp rx:    641 MB/s   468131 calls/s
# udp tx:    642 MB/s    10890 calls/s  10890 msg/s
# udp rx:    626 MB/s   457217 calls/s
# udp tx:    626 MB/s    10623 calls/s  10623 msg/s
# udp rx:    656 MB/s   478474 calls/s
# udp tx:    655 MB/s    11124 calls/s  11124 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__->