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:    959 MB/s    16277 calls/s  16277 msg/s
# tcp rx:    960 MB/s    49320 calls/s
# tcp tx:    878 MB/s    14894 calls/s  14894 msg/s
# tcp rx:    879 MB/s    48963 calls/s
# tcp tx:    939 MB/s    15933 calls/s  15933 msg/s
# tcp rx:    940 MB/s    48826 calls/s
# tcp tx:    843 MB/s    14304 calls/s  14304 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:    617 MB/s   447744 calls/s
# udp tx:   1160 MB/s    19686 calls/s  19686 msg/s
# udp rx:    608 MB/s   440686 calls/s
# udp tx:   1125 MB/s    19088 calls/s  19088 msg/s
# udp rx:    516 MB/s   374297 calls/s
# udp tx:    752 MB/s    12771 calls/s  12771 msg/s
# udp rx:    510 MB/s   370052 calls/s
# udp tx:    779 MB/s    13217 calls/s  13217 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:    989 MB/s   721740 calls/s
# udp tx:   1009 MB/s    17128 calls/s  17128 msg/s
# udp rx:   1086 MB/s   792347 calls/s
# udp tx:   1096 MB/s    18599 calls/s  18599 msg/s
# udp rx:   1161 MB/s   847381 calls/s
# udp tx:   1161 MB/s    19697 calls/s  19697 msg/s
# udp rx:   1156 MB/s   843726 calls/s
# udp tx:   1155 MB/s    19603 calls/s  19603 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__->