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:    750 MB/s    12732 calls/s  12732 msg/s
# tcp rx:    752 MB/s    40586 calls/s
# tcp tx:    659 MB/s    11186 calls/s  11186 msg/s
# tcp rx:    659 MB/s    33667 calls/s
# tcp tx:    683 MB/s    11587 calls/s  11587 msg/s
# tcp rx:    683 MB/s    34861 calls/s
# tcp tx:    587 MB/s     9956 calls/s   9956 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:    529 MB/s   383622 calls/s
# udp tx:    777 MB/s    13187 calls/s  13187 msg/s
# udp rx:    543 MB/s   394149 calls/s
# udp tx:    747 MB/s    12675 calls/s  12675 msg/s
# udp rx:    545 MB/s   395531 calls/s
# udp tx:    755 MB/s    12822 calls/s  12822 msg/s
# udp rx:    539 MB/s   391508 calls/s
# udp tx:    720 MB/s    12216 calls/s  12216 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:   1068 MB/s   779164 calls/s
# udp tx:   1097 MB/s    18622 calls/s  18622 msg/s
# udp rx:   1103 MB/s   804810 calls/s
# udp tx:   1106 MB/s    18763 calls/s  18763 msg/s
# udp rx:   1140 MB/s   831973 calls/s
# udp tx:   1145 MB/s    19428 calls/s  19428 msg/s
# udp rx:   1104 MB/s   805504 calls/s
# udp tx:   1111 MB/s    18844 calls/s  18844 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__->