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:    952 MB/s    16147 calls/s  16147 msg/s
# tcp rx:    952 MB/s    51382 calls/s
# tcp tx:    966 MB/s    16386 calls/s  16386 msg/s
# tcp rx:    967 MB/s    50017 calls/s
# tcp tx:    963 MB/s    16341 calls/s  16341 msg/s
# tcp rx:    964 MB/s    49861 calls/s
# tcp tx:    952 MB/s    16157 calls/s  16157 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:    633 MB/s   459264 calls/s
# udp tx:   1224 MB/s    20768 calls/s  20768 msg/s
# udp rx:    658 MB/s   476928 calls/s
# udp tx:   1290 MB/s    21881 calls/s  21881 msg/s
# udp rx:    660 MB/s   478976 calls/s
# udp tx:   1180 MB/s    20021 calls/s  20021 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1288 MB/s    21850 calls/s  21850 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:   1135 MB/s   827966 calls/s
# udp tx:   1157 MB/s    19638 calls/s  19638 msg/s
# udp rx:   1169 MB/s   853208 calls/s
# udp tx:   1169 MB/s    19829 calls/s  19829 msg/s
# udp rx:   1168 MB/s   852143 calls/s
# udp tx:   1168 MB/s    19814 calls/s  19814 msg/s
# udp rx:   1168 MB/s   852301 calls/s
# udp tx:   1167 MB/s    19809 calls/s  19809 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__->