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:   1601 MB/s    27159 calls/s  27159 msg/s
# tcp rx:   1602 MB/s    71716 calls/s
# tcp tx:   1592 MB/s    27013 calls/s  27013 msg/s
# tcp rx:   1594 MB/s    59368 calls/s
# tcp tx:   1600 MB/s    27149 calls/s  27149 msg/s
# tcp rx:   1602 MB/s    58637 calls/s
# tcp tx:   1579 MB/s    26783 calls/s  26783 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:    608 MB/s   439552 calls/s
# udp tx:   1574 MB/s    26703 calls/s  26703 msg/s
# udp rx:    637 MB/s   461008 calls/s
# udp tx:   1536 MB/s    26067 calls/s  26067 msg/s
# udp rx:    627 MB/s   453888 calls/s
# udp tx:   1587 MB/s    26927 calls/s  26927 msg/s
# udp rx:    633 MB/s   457984 calls/s
# udp tx:   1603 MB/s    27201 calls/s  27201 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:   1306 MB/s   953170 calls/s
# udp tx:   1333 MB/s    22612 calls/s  22612 msg/s
# udp rx:   1237 MB/s   902172 calls/s
# udp tx:   1246 MB/s    21143 calls/s  21143 msg/s
# udp rx:   1353 MB/s   987029 calls/s
# udp tx:   1352 MB/s    22946 calls/s  22946 msg/s
# udp rx:   1351 MB/s   985318 calls/s
# udp tx:   1350 MB/s    22903 calls/s  22903 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__->