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    16267 calls/s  16267 msg/s
# tcp rx:    960 MB/s    50074 calls/s
# tcp tx:   1018 MB/s    17281 calls/s  17281 msg/s
# tcp rx:   1020 MB/s    51714 calls/s
# tcp tx:   1042 MB/s    17677 calls/s  17677 msg/s
# tcp rx:   1043 MB/s    52734 calls/s
# tcp tx:   1043 MB/s    17695 calls/s  17695 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:    598 MB/s   434432 calls/s
# udp tx:   1272 MB/s    21577 calls/s  21577 msg/s
# udp rx:    631 MB/s   457472 calls/s
# udp tx:   1248 MB/s    21174 calls/s  21174 msg/s
# udp rx:    664 MB/s   481024 calls/s
# udp tx:   1274 MB/s    21622 calls/s  21622 msg/s
# udp rx:    665 MB/s   482560 calls/s
# udp tx:   1197 MB/s    20306 calls/s  20306 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:   1121 MB/s   817722 calls/s
# udp tx:   1144 MB/s    19403 calls/s  19403 msg/s
# udp rx:   1074 MB/s   783428 calls/s
# udp tx:   1079 MB/s    18304 calls/s  18304 msg/s
# udp rx:   1052 MB/s   767610 calls/s
# udp tx:   1054 MB/s    17883 calls/s  17883 msg/s
# udp rx:   1135 MB/s   828255 calls/s
# udp tx:   1138 MB/s    19309 calls/s  19309 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__->