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:    629 MB/s    10671 calls/s  10671 msg/s
# tcp rx:    692 MB/s    37227 calls/s
# tcp tx:    964 MB/s    16357 calls/s  16357 msg/s
# tcp rx:    979 MB/s    49993 calls/s
# tcp tx:    970 MB/s    16452 calls/s  16452 msg/s
# tcp rx:    970 MB/s    49678 calls/s
# tcp tx:    972 MB/s    16493 calls/s  16493 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:    508 MB/s   368561 calls/s
# udp tx:    835 MB/s    14165 calls/s  14165 msg/s
# udp rx:    551 MB/s   399616 calls/s
# udp tx:    821 MB/s    13940 calls/s  13940 msg/s
# udp rx:    565 MB/s   410112 calls/s
# udp tx:    816 MB/s    13845 calls/s  13845 msg/s
# udp rx:    565 MB/s   409856 calls/s
# udp tx:    816 MB/s    13855 calls/s  13855 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:    641 MB/s   468201 calls/s
# udp tx:    656 MB/s    11137 calls/s  11137 msg/s
# udp rx:    663 MB/s   484000 calls/s
# udp tx:    663 MB/s    11249 calls/s  11249 msg/s
# udp rx:    652 MB/s   475568 calls/s
# udp tx:    651 MB/s    11046 calls/s  11046 msg/s
# udp rx:    651 MB/s   475193 calls/s
# udp tx:    650 MB/s    11040 calls/s  11040 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__->