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:    551 MB/s     9346 calls/s   9346 msg/s
# tcp rx:    551 MB/s    28831 calls/s
# tcp tx:    617 MB/s    10467 calls/s  10467 msg/s
# tcp rx:    617 MB/s    32037 calls/s
# tcp tx:    616 MB/s    10458 calls/s  10458 msg/s
# tcp rx:    617 MB/s    31912 calls/s
# tcp tx:    624 MB/s    10588 calls/s  10588 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:    522 MB/s   378514 calls/s
# udp tx:    791 MB/s    13420 calls/s  13420 msg/s
# udp rx:    557 MB/s   404245 calls/s
# udp tx:    800 MB/s    13577 calls/s  13577 msg/s
# udp rx:    560 MB/s   406016 calls/s
# udp tx:    798 MB/s    13542 calls/s  13542 msg/s
# udp rx:    554 MB/s   402145 calls/s
# udp tx:    800 MB/s    13585 calls/s  13585 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:    978 MB/s   713475 calls/s
# udp tx:   1007 MB/s    17084 calls/s  17084 msg/s
# udp rx:   1150 MB/s   839077 calls/s
# udp tx:   1158 MB/s    19642 calls/s  19642 msg/s
# udp rx:   1140 MB/s   831813 calls/s
# udp tx:   1144 MB/s    19408 calls/s  19408 msg/s
# udp rx:   1158 MB/s   844681 calls/s
# udp tx:   1159 MB/s    19667 calls/s  19667 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__->