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:    956 MB/s    16221 calls/s  16221 msg/s
# tcp rx:    957 MB/s    50297 calls/s
# tcp tx:    940 MB/s    15957 calls/s  15957 msg/s
# tcp rx:    942 MB/s    49635 calls/s
# tcp tx:    961 MB/s    16303 calls/s  16303 msg/s
# tcp rx:    962 MB/s    50041 calls/s
# tcp tx:    965 MB/s    16370 calls/s  16370 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:    556 MB/s   402944 calls/s
# udp tx:   1152 MB/s    19555 calls/s  19555 msg/s
# udp rx:    519 MB/s   376188 calls/s
# udp tx:    807 MB/s    13694 calls/s  13694 msg/s
# udp rx:    530 MB/s   384100 calls/s
# udp tx:    807 MB/s    13697 calls/s  13697 msg/s
# udp rx:    527 MB/s   381417 calls/s
# udp tx:    866 MB/s    14701 calls/s  14701 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:    674 MB/s   491771 calls/s
# udp tx:    701 MB/s    11900 calls/s  11900 msg/s
# udp rx:    815 MB/s   594453 calls/s
# udp tx:    818 MB/s    13878 calls/s  13878 msg/s
# udp rx:   1163 MB/s   848396 calls/s
# udp tx:   1166 MB/s    19787 calls/s  19787 msg/s
# udp rx:   1165 MB/s   850255 calls/s
# udp tx:   1168 MB/s    19815 calls/s  19815 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__->