make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:   1001 MB/s    16978 calls/s  16978 msg/s
# tcp rx:   1001 MB/s    51379 calls/s
# tcp tx:    865 MB/s    14675 calls/s  14675 msg/s
# tcp rx:    865 MB/s    43686 calls/s
# tcp tx:    684 MB/s    11612 calls/s  11612 msg/s
# tcp rx:    685 MB/s    34670 calls/s
# tcp tx:    622 MB/s    10558 calls/s  10558 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:    535 MB/s   388485 calls/s
# udp tx:    734 MB/s    12460 calls/s  12460 msg/s
# udp rx:    561 MB/s   407040 calls/s
# udp tx:    800 MB/s    13582 calls/s  13582 msg/s
# udp rx:    560 MB/s   406016 calls/s
# udp tx:    804 MB/s    13642 calls/s  13642 msg/s
# udp rx:    561 MB/s   406784 calls/s
# udp tx:    799 MB/s    13568 calls/s  13568 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:    636 MB/s   464416 calls/s
# udp tx:    653 MB/s    11092 calls/s  11092 msg/s
# udp rx:    655 MB/s   477863 calls/s
# udp tx:    654 MB/s    11107 calls/s  11107 msg/s
# udp rx:    646 MB/s   471734 calls/s
# udp tx:    646 MB/s    10967 calls/s  10967 msg/s
# udp rx:    645 MB/s   471039 calls/s
# udp tx:    645 MB/s    10954 calls/s  10954 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__->