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:    700 MB/s    11886 calls/s  11886 msg/s
# tcp rx:    701 MB/s    35758 calls/s
# tcp tx:    687 MB/s    11653 calls/s  11653 msg/s
# tcp rx:    687 MB/s    35116 calls/s
# tcp tx:    697 MB/s    11825 calls/s  11825 msg/s
# tcp rx:    697 MB/s    35585 calls/s
# tcp tx:    680 MB/s    11534 calls/s  11534 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:    493 MB/s   357332 calls/s
# udp tx:    813 MB/s    13790 calls/s  13790 msg/s
# udp rx:    506 MB/s   366336 calls/s
# udp tx:    850 MB/s    14418 calls/s  14418 msg/s
# udp rx:    520 MB/s   376992 calls/s
# udp tx:    821 MB/s    13928 calls/s  13928 msg/s
# udp rx:    440 MB/s   318720 calls/s
# udp tx:    929 MB/s    15757 calls/s  15757 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:    965 MB/s   704026 calls/s
# udp tx:    982 MB/s    16671 calls/s  16671 msg/s
# udp rx:    602 MB/s   439628 calls/s
# udp tx:    603 MB/s    10230 calls/s  10230 msg/s
# udp rx:    614 MB/s   447853 calls/s
# udp tx:    615 MB/s    10440 calls/s  10440 msg/s
# udp rx:    613 MB/s   447429 calls/s
# udp tx:    613 MB/s    10413 calls/s  10413 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__->