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:    985 MB/s    16709 calls/s  16709 msg/s
# tcp rx:    985 MB/s    51105 calls/s
# tcp tx:    897 MB/s    15218 calls/s  15218 msg/s
# tcp rx:    915 MB/s    48996 calls/s
# tcp tx:    899 MB/s    15252 calls/s  15252 msg/s
# tcp rx:    895 MB/s    47667 calls/s
# tcp tx:    925 MB/s    15695 calls/s  15695 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:    515 MB/s   373764 calls/s
# udp tx:    781 MB/s    13260 calls/s  13260 msg/s
# udp rx:    549 MB/s   397899 calls/s
# udp tx:    809 MB/s    13731 calls/s  13731 msg/s
# udp rx:    533 MB/s   386455 calls/s
# udp tx:    832 MB/s    14118 calls/s  14118 msg/s
# udp rx:    542 MB/s   393033 calls/s
# udp tx:    810 MB/s    13744 calls/s  13744 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:   1124 MB/s   819778 calls/s
# udp tx:   1150 MB/s    19514 calls/s  19514 msg/s
# udp rx:   1143 MB/s   834179 calls/s
# udp tx:   1147 MB/s    19470 calls/s  19470 msg/s
# udp rx:   1142 MB/s   833442 calls/s
# udp tx:   1146 MB/s    19444 calls/s  19444 msg/s
# udp rx:   1144 MB/s   834590 calls/s
# udp tx:   1148 MB/s    19477 calls/s  19477 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__->