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:   1004 MB/s    17040 calls/s  17040 msg/s
# tcp rx:   1004 MB/s    51176 calls/s
# tcp tx:    957 MB/s    16241 calls/s  16241 msg/s
# tcp rx:    958 MB/s    49987 calls/s
# tcp tx:    989 MB/s    16790 calls/s  16790 msg/s
# tcp rx:    990 MB/s    50074 calls/s
# tcp tx:    982 MB/s    16666 calls/s  16666 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:    544 MB/s   395008 calls/s
# udp tx:    891 MB/s    15120 calls/s  15120 msg/s
# udp rx:    506 MB/s   366806 calls/s
# udp tx:    851 MB/s    14449 calls/s  14449 msg/s
# udp rx:    524 MB/s   379904 calls/s
# udp tx:    841 MB/s    14270 calls/s  14270 msg/s
# udp rx:    532 MB/s   385536 calls/s
# udp tx:    835 MB/s    14173 calls/s  14173 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:   1030 MB/s   751718 calls/s
# udp tx:   1057 MB/s    17936 calls/s  17936 msg/s
# udp rx:    997 MB/s   727714 calls/s
# udp tx:   1011 MB/s    17163 calls/s  17163 msg/s
# udp rx:    997 MB/s   727750 calls/s
# udp tx:    999 MB/s    16949 calls/s  16949 msg/s
# udp rx:   1046 MB/s   763419 calls/s
# udp tx:   1035 MB/s    17555 calls/s  17555 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__->