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:    847 MB/s    14375 calls/s  14375 msg/s
# tcp rx:    866 MB/s    47280 calls/s
# tcp tx:    591 MB/s    10034 calls/s  10034 msg/s
# tcp rx:    596 MB/s    35761 calls/s
# tcp tx:    734 MB/s    12465 calls/s  12465 msg/s
# tcp rx:    730 MB/s    40783 calls/s
# tcp tx:    583 MB/s     9894 calls/s   9894 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:    451 MB/s   326400 calls/s
# udp tx:    932 MB/s    15810 calls/s  15810 msg/s
# udp rx:    531 MB/s   384811 calls/s
# udp tx:    839 MB/s    14237 calls/s  14237 msg/s
# udp rx:    531 MB/s   384870 calls/s
# udp tx:    833 MB/s    14133 calls/s  14133 msg/s
# udp rx:    527 MB/s   382047 calls/s
# udp tx:    799 MB/s    13558 calls/s  13558 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:   1068 MB/s   779378 calls/s
# udp tx:   1097 MB/s    18608 calls/s  18608 msg/s
# udp rx:   1090 MB/s   795273 calls/s
# udp tx:   1093 MB/s    18540 calls/s  18540 msg/s
# udp rx:   1143 MB/s   833922 calls/s
# udp tx:   1146 MB/s    19437 calls/s  19437 msg/s
# udp rx:   1055 MB/s   769971 calls/s
# udp tx:   1052 MB/s    17858 calls/s  17858 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__->