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:   1060 MB/s    17991 calls/s  17991 msg/s
# tcp rx:   1060 MB/s    53813 calls/s
# tcp tx:   1046 MB/s    17754 calls/s  17754 msg/s
# tcp rx:   1046 MB/s    53292 calls/s
# tcp tx:   1047 MB/s    17767 calls/s  17767 msg/s
# tcp rx:   1048 MB/s    53356 calls/s
# tcp tx:   1046 MB/s    17749 calls/s  17749 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:    533 MB/s   386863 calls/s
# udp tx:    725 MB/s    12306 calls/s  12306 msg/s
# udp rx:    556 MB/s   403663 calls/s
# udp tx:    765 MB/s    12988 calls/s  12988 msg/s
# udp rx:    555 MB/s   402584 calls/s
# udp tx:    792 MB/s    13449 calls/s  13449 msg/s
# udp rx:    554 MB/s   402020 calls/s
# udp tx:    792 MB/s    13437 calls/s  13437 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:    667 MB/s   487081 calls/s
# udp tx:    685 MB/s    11621 calls/s  11621 msg/s
# udp rx:    669 MB/s   488594 calls/s
# udp tx:    673 MB/s    11417 calls/s  11417 msg/s
# udp rx:    674 MB/s   491580 calls/s
# udp tx:    676 MB/s    11480 calls/s  11480 msg/s
# udp rx:    676 MB/s   493598 calls/s
# udp tx:    679 MB/s    11521 calls/s  11521 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__->