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:    800 MB/s    13580 calls/s  13580 msg/s
# tcp rx:    801 MB/s    43035 calls/s
# tcp tx:    824 MB/s    13984 calls/s  13984 msg/s
# tcp rx:    825 MB/s    43794 calls/s
# tcp tx:    820 MB/s    13922 calls/s  13922 msg/s
# tcp rx:    821 MB/s    43672 calls/s
# tcp tx:    835 MB/s    14179 calls/s  14179 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:    331 MB/s   239872 calls/s
# udp tx:   1011 MB/s    17148 calls/s  17148 msg/s
# udp rx:    338 MB/s   245504 calls/s
# udp tx:   1014 MB/s    17211 calls/s  17211 msg/s
# udp rx:    388 MB/s   281088 calls/s
# udp tx:   1003 MB/s    17018 calls/s  17018 msg/s
# udp rx:    337 MB/s   244736 calls/s
# udp tx:   1166 MB/s    19778 calls/s  19778 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:    896 MB/s   653973 calls/s
# udp tx:    916 MB/s    15541 calls/s  15541 msg/s
# udp rx:   1017 MB/s   742410 calls/s
# udp tx:   1022 MB/s    17336 calls/s  17336 msg/s
# udp rx:   1028 MB/s   749831 calls/s
# udp tx:   1027 MB/s    17431 calls/s  17431 msg/s
# udp rx:    988 MB/s   721279 calls/s
# udp tx:    981 MB/s    16654 calls/s  16654 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__->