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 6000
# 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:    643 MB/s    10908 calls/s  10908 msg/s
# tcp rx:    644 MB/s    26610 calls/s
# tcp tx:    633 MB/s    10743 calls/s  10743 msg/s
# tcp rx:    634 MB/s    25174 calls/s
# tcp tx:    676 MB/s    11474 calls/s  11474 msg/s
# tcp rx:    677 MB/s    29007 calls/s
# tcp tx:    649 MB/s    11014 calls/s  11014 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:    495 MB/s   359804 calls/s
# udp tx:    628 MB/s    10660 calls/s  10660 msg/s
# udp rx:    509 MB/s   370086 calls/s
# udp tx:    665 MB/s    11287 calls/s  11287 msg/s
# udp rx:    520 MB/s   377826 calls/s
# udp tx:    665 MB/s    11279 calls/s  11279 msg/s
# udp rx:    575 MB/s   417951 calls/s
# udp tx:    655 MB/s    11122 calls/s  11122 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:    643 MB/s   469130 calls/s
# udp tx:    661 MB/s    11214 calls/s  11214 msg/s
# udp rx:    659 MB/s   480826 calls/s
# udp tx:    658 MB/s    11166 calls/s  11166 msg/s
# udp rx:    654 MB/s   477497 calls/s
# udp tx:    654 MB/s    11094 calls/s  11094 msg/s
# udp rx:    654 MB/s   477343 calls/s
# udp tx:    653 MB/s    11091 calls/s  11091 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__->