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:   1031 MB/s    17493 calls/s  17493 msg/s
# tcp rx:   1031 MB/s    52808 calls/s
# tcp tx:   1028 MB/s    17448 calls/s  17448 msg/s
# tcp rx:   1029 MB/s    52557 calls/s
# tcp tx:    995 MB/s    16891 calls/s  16891 msg/s
# tcp rx:    998 MB/s    51146 calls/s
# tcp tx:   1000 MB/s    16963 calls/s  16963 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:    592 MB/s   429312 calls/s
# udp tx:   1237 MB/s    20996 calls/s  20996 msg/s
# udp rx:    639 MB/s   463396 calls/s
# udp tx:   1130 MB/s    19174 calls/s  19174 msg/s
# udp rx:    664 MB/s   481325 calls/s
# udp tx:   1169 MB/s    19835 calls/s  19835 msg/s
# udp rx:    664 MB/s   481075 calls/s
# udp tx:   1241 MB/s    21056 calls/s  21056 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:   1041 MB/s   759920 calls/s
# udp tx:   1070 MB/s    18152 calls/s  18152 msg/s
# udp rx:    770 MB/s   561962 calls/s
# udp tx:    760 MB/s    12904 calls/s  12904 msg/s
# udp rx:    966 MB/s   704537 calls/s
# udp tx:    980 MB/s    16624 calls/s  16624 msg/s
# udp rx:   1084 MB/s   791114 calls/s
# udp tx:   1088 MB/s    18460 calls/s  18460 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__->