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:    967 MB/s    16416 calls/s  16416 msg/s
# tcp rx:    968 MB/s    48905 calls/s
# tcp tx:    988 MB/s    16771 calls/s  16771 msg/s
# tcp rx:    995 MB/s    50334 calls/s
# tcp tx:    985 MB/s    16717 calls/s  16717 msg/s
# tcp rx:    990 MB/s    49931 calls/s
# tcp tx:    907 MB/s    15400 calls/s  15400 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:    523 MB/s   379190 calls/s
# udp tx:    791 MB/s    13422 calls/s  13422 msg/s
# udp rx:    527 MB/s   382208 calls/s
# udp tx:    845 MB/s    14338 calls/s  14338 msg/s
# udp rx:    533 MB/s   386304 calls/s
# udp tx:    821 MB/s    13931 calls/s  13931 msg/s
# udp rx:    536 MB/s   389327 calls/s
# udp tx:    692 MB/s    11743 calls/s  11743 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:    878 MB/s   640731 calls/s
# udp tx:    893 MB/s    15153 calls/s  15153 msg/s
# udp rx:    616 MB/s   449276 calls/s
# udp tx:    620 MB/s    10519 calls/s  10519 msg/s
# udp rx:    673 MB/s   490868 calls/s
# udp tx:    677 MB/s    11483 calls/s  11483 msg/s
# udp rx:    676 MB/s   493503 calls/s
# udp tx:    680 MB/s    11535 calls/s  11535 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__->