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:    623 MB/s    10571 calls/s  10571 msg/s
# tcp rx:    623 MB/s    32051 calls/s
# tcp tx:    622 MB/s    10556 calls/s  10556 msg/s
# tcp rx:    625 MB/s    31898 calls/s
# tcp tx:    602 MB/s    10211 calls/s  10211 msg/s
# tcp rx:    601 MB/s    30862 calls/s
# tcp tx:    585 MB/s     9929 calls/s   9929 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:    452 MB/s   328149 calls/s
# udp tx:    856 MB/s    14524 calls/s  14524 msg/s
# udp rx:    543 MB/s   394240 calls/s
# udp tx:    785 MB/s    13328 calls/s  13328 msg/s
# udp rx:    545 MB/s   395264 calls/s
# udp tx:    786 MB/s    13336 calls/s  13336 msg/s
# udp rx:    526 MB/s   381696 calls/s
# udp tx:    803 MB/s    13625 calls/s  13625 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:   1100 MB/s   802841 calls/s
# udp tx:   1131 MB/s    19191 calls/s  19191 msg/s
# udp rx:   1151 MB/s   840072 calls/s
# udp tx:   1151 MB/s    19528 calls/s  19528 msg/s
# udp rx:   1153 MB/s   841379 calls/s
# udp tx:   1153 MB/s    19563 calls/s  19563 msg/s
# udp rx:   1151 MB/s   839644 calls/s
# udp tx:   1151 MB/s    19524 calls/s  19524 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__->