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:    955 MB/s    16203 calls/s  16203 msg/s
# tcp rx:    981 MB/s    48549 calls/s
# tcp tx:    950 MB/s    16129 calls/s  16129 msg/s
# tcp rx:    950 MB/s    48014 calls/s
# tcp tx:    992 MB/s    16833 calls/s  16833 msg/s
# tcp rx:    995 MB/s    48825 calls/s
# tcp tx:    935 MB/s    15866 calls/s  15866 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:    502 MB/s   364023 calls/s
# udp tx:    791 MB/s    13420 calls/s  13420 msg/s
# udp rx:    547 MB/s   397056 calls/s
# udp tx:    809 MB/s    13723 calls/s  13723 msg/s
# udp rx:    497 MB/s   360704 calls/s
# udp tx:    875 MB/s    14855 calls/s  14855 msg/s
# udp rx:    516 MB/s   373760 calls/s
# udp tx:    844 MB/s    14321 calls/s  14321 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:    643 MB/s   469034 calls/s
# udp tx:    659 MB/s    11183 calls/s  11183 msg/s
# udp rx:    654 MB/s   477581 calls/s
# udp tx:    654 MB/s    11107 calls/s  11107 msg/s
# udp rx:    636 MB/s   464461 calls/s
# udp tx:    636 MB/s    10798 calls/s  10798 msg/s
# udp rx:    626 MB/s   457244 calls/s
# udp tx:    626 MB/s    10631 calls/s  10631 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__->