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:   1010 MB/s    17135 calls/s  17135 msg/s
# tcp rx:   1011 MB/s    51573 calls/s
# tcp tx:    986 MB/s    16733 calls/s  16733 msg/s
# tcp rx:    987 MB/s    50473 calls/s
# tcp tx:    980 MB/s    16629 calls/s  16629 msg/s
# tcp rx:    981 MB/s    50282 calls/s
# tcp tx:    978 MB/s    16588 calls/s  16588 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:    559 MB/s   405775 calls/s
# udp tx:    816 MB/s    13856 calls/s  13856 msg/s
# udp rx:    553 MB/s   401279 calls/s
# udp tx:    761 MB/s    12922 calls/s  12922 msg/s
# udp rx:    562 MB/s   407635 calls/s
# udp tx:    764 MB/s    12970 calls/s  12970 msg/s
# udp rx:    566 MB/s   410943 calls/s
# udp tx:    763 MB/s    12955 calls/s  12955 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:   1048 MB/s   764625 calls/s
# udp tx:   1071 MB/s    18179 calls/s  18179 msg/s
# udp rx:   1109 MB/s   809256 calls/s
# udp tx:   1109 MB/s    18825 calls/s  18825 msg/s
# udp rx:   1168 MB/s   852394 calls/s
# udp tx:   1168 MB/s    19825 calls/s  19825 msg/s
# udp rx:   1169 MB/s   852835 calls/s
# udp tx:   1169 MB/s    19832 calls/s  19832 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__->