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:    859 MB/s    14586 calls/s  14586 msg/s
# tcp rx:    861 MB/s    47593 calls/s
# tcp tx:    667 MB/s    11329 calls/s  11329 msg/s
# tcp rx:    668 MB/s    38090 calls/s
# tcp tx:    901 MB/s    15297 calls/s  15297 msg/s
# tcp rx:    902 MB/s    47141 calls/s
# tcp tx:    932 MB/s    15816 calls/s  15816 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   368994 calls/s
# udp tx:    758 MB/s    12872 calls/s  12872 msg/s
# udp rx:    553 MB/s   401199 calls/s
# udp tx:    802 MB/s    13613 calls/s  13613 msg/s
# udp rx:    557 MB/s   404224 calls/s
# udp tx:    822 MB/s    13956 calls/s  13956 msg/s
# udp rx:    550 MB/s   398816 calls/s
# udp tx:    774 MB/s    13130 calls/s  13130 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:   1008 MB/s   735419 calls/s
# udp tx:   1033 MB/s    17531 calls/s  17531 msg/s
# udp rx:   1069 MB/s   780187 calls/s
# udp tx:   1068 MB/s    18127 calls/s  18127 msg/s
# udp rx:   1083 MB/s   790453 calls/s
# udp tx:   1079 MB/s    18302 calls/s  18302 msg/s
# udp rx:   1037 MB/s   756996 calls/s
# udp tx:   1040 MB/s    17646 calls/s  17646 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__->