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:    989 MB/s    16778 calls/s  16778 msg/s
# tcp rx:    989 MB/s    51014 calls/s
# tcp tx:    985 MB/s    16720 calls/s  16720 msg/s
# tcp rx:    986 MB/s    50846 calls/s
# tcp tx:    994 MB/s    16860 calls/s  16860 msg/s
# tcp rx:    995 MB/s    51006 calls/s
# tcp tx:   1004 MB/s    17041 calls/s  17041 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:   1260 MB/s    21382 calls/s  21382 msg/s
# udp rx:    666 MB/s   482971 calls/s
# udp tx:   1289 MB/s    21873 calls/s  21873 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1298 MB/s    22031 calls/s  22031 msg/s
# udp rx:    667 MB/s   483889 calls/s
# udp tx:   1157 MB/s    19627 calls/s  19627 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:   1067 MB/s   778186 calls/s
# udp tx:   1083 MB/s    18369 calls/s  18369 msg/s
# udp rx:    644 MB/s   469902 calls/s
# udp tx:    645 MB/s    10951 calls/s  10951 msg/s
# udp rx:    649 MB/s   473823 calls/s
# udp tx:    651 MB/s    11047 calls/s  11047 msg/s
# udp rx:    652 MB/s   475884 calls/s
# udp tx:    655 MB/s    11115 calls/s  11115 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__->