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:    740 MB/s    12556 calls/s  12556 msg/s
# tcp rx:    748 MB/s    39211 calls/s
# tcp tx:    579 MB/s     9828 calls/s   9828 msg/s
# tcp rx:    575 MB/s    29663 calls/s
# tcp tx:    595 MB/s    10097 calls/s  10097 msg/s
# tcp rx:    599 MB/s    30554 calls/s
# tcp tx:    599 MB/s    10164 calls/s  10164 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:    520 MB/s   376832 calls/s
# udp tx:    818 MB/s    13889 calls/s  13889 msg/s
# udp rx:    549 MB/s   398080 calls/s
# udp tx:    789 MB/s    13397 calls/s  13397 msg/s
# udp rx:    546 MB/s   396288 calls/s
# udp tx:    813 MB/s    13804 calls/s  13804 msg/s
# udp rx:    545 MB/s   395520 calls/s
# udp tx:    820 MB/s    13914 calls/s  13914 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:    591 MB/s   431219 calls/s
# udp tx:    607 MB/s    10297 calls/s  10297 msg/s
# udp rx:    594 MB/s   433384 calls/s
# udp tx:    596 MB/s    10110 calls/s  10110 msg/s
# udp rx:    612 MB/s   447055 calls/s
# udp tx:    625 MB/s    10603 calls/s  10603 msg/s
# udp rx:   1146 MB/s   836487 calls/s
# udp tx:   1147 MB/s    19462 calls/s  19462 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__->