make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    950 MB/s    16118 calls/s  16118 msg/s
# tcp rx:    951 MB/s    49827 calls/s
# tcp tx:    956 MB/s    16223 calls/s  16223 msg/s
# tcp rx:    957 MB/s    49603 calls/s
# tcp tx:    964 MB/s    16361 calls/s  16361 msg/s
# tcp rx:    965 MB/s    49844 calls/s
# tcp tx:    959 MB/s    16267 calls/s  16267 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:    547 MB/s   397056 calls/s
# udp tx:    778 MB/s    13211 calls/s  13211 msg/s
# udp rx:    572 MB/s   415494 calls/s
# udp tx:    714 MB/s    12126 calls/s  12126 msg/s
# udp rx:    590 MB/s   428157 calls/s
# udp tx:    774 MB/s    13129 calls/s  13129 msg/s
# udp rx:    578 MB/s   419939 calls/s
# udp tx:    747 MB/s    12685 calls/s  12685 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:    562 MB/s   410486 calls/s
# udp tx:    577 MB/s     9793 calls/s   9793 msg/s
# udp rx:    622 MB/s   453705 calls/s
# udp tx:    621 MB/s    10534 calls/s  10534 msg/s
# udp rx:    620 MB/s   452261 calls/s
# udp tx:    620 MB/s    10520 calls/s  10520 msg/s
# udp rx:    629 MB/s   459267 calls/s
# udp tx:    628 MB/s    10667 calls/s  10667 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__->