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:    960 MB/s    16287 calls/s  16287 msg/s
# tcp rx:    961 MB/s    49624 calls/s
# tcp tx:    930 MB/s    15775 calls/s  15775 msg/s
# tcp rx:    930 MB/s    49420 calls/s
# tcp tx:    943 MB/s    16004 calls/s  16004 msg/s
# tcp rx:    944 MB/s    49250 calls/s
# tcp tx:    941 MB/s    15961 calls/s  15961 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:    584 MB/s   423424 calls/s
# udp tx:   1296 MB/s    21990 calls/s  21990 msg/s
# udp rx:    491 MB/s   355840 calls/s
# udp tx:    979 MB/s    16607 calls/s  16607 msg/s
# udp rx:    527 MB/s   381952 calls/s
# udp tx:    860 MB/s    14594 calls/s  14594 msg/s
# udp rx:    527 MB/s   381952 calls/s
# udp tx:    861 MB/s    14605 calls/s  14605 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:   1085 MB/s   791502 calls/s
# udp tx:   1123 MB/s    19058 calls/s  19058 msg/s
# udp rx:   1162 MB/s   847828 calls/s
# udp tx:   1161 MB/s    19700 calls/s  19700 msg/s
# udp rx:   1158 MB/s   845058 calls/s
# udp tx:   1157 MB/s    19636 calls/s  19636 msg/s
# udp rx:   1159 MB/s   845556 calls/s
# udp tx:   1158 MB/s    19653 calls/s  19653 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__->