make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    805 MB/s    13655 calls/s  13655 msg/s
# tcp rx:    805 MB/s    70892 calls/s
# tcp tx:    823 MB/s    13967 calls/s  13967 msg/s
# tcp rx:    824 MB/s    66395 calls/s
# tcp tx:    841 MB/s    14270 calls/s  14270 msg/s
# tcp rx:    842 MB/s    65483 calls/s
# tcp tx:    847 MB/s    14377 calls/s  14377 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:    663 MB/s   480768 calls/s
# udp tx:   1181 MB/s    20032 calls/s  20032 msg/s
# udp rx:    563 MB/s   408556 calls/s
# udp tx:   1201 MB/s    20377 calls/s  20377 msg/s
# udp rx:    671 MB/s   486744 calls/s
# udp tx:   1144 MB/s    19407 calls/s  19407 msg/s
# udp rx:    650 MB/s   470955 calls/s
# udp tx:   1290 MB/s    21885 calls/s  21885 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:   1083 MB/s   790477 calls/s
# udp tx:   1107 MB/s    18791 calls/s  18791 msg/s
# udp rx:   1086 MB/s   792134 calls/s
# udp tx:   1086 MB/s    18424 calls/s  18424 msg/s
# udp rx:   1056 MB/s   770875 calls/s
# udp tx:   1056 MB/s    17924 calls/s  17924 msg/s
# udp rx:   1056 MB/s   770624 calls/s
# udp tx:   1056 MB/s    17924 calls/s  17924 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__->