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:    901 MB/s    15290 calls/s  15290 msg/s
# tcp rx:    902 MB/s    50806 calls/s
# tcp tx:    925 MB/s    15692 calls/s  15692 msg/s
# tcp rx:    926 MB/s    49172 calls/s
# tcp tx:    488 MB/s     8287 calls/s   8287 msg/s
# tcp rx:    489 MB/s    35071 calls/s
# tcp tx:    495 MB/s     8398 calls/s   8398 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   358248 calls/s
# udp tx:    723 MB/s    12265 calls/s  12265 msg/s
# udp rx:    539 MB/s   391696 calls/s
# udp tx:    697 MB/s    11832 calls/s  11832 msg/s
# udp rx:    552 MB/s   400524 calls/s
# udp tx:    750 MB/s    12730 calls/s  12730 msg/s
# udp rx:    574 MB/s   417024 calls/s
# udp tx:    761 MB/s    12909 calls/s  12909 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:    631 MB/s   460223 calls/s
# udp tx:    643 MB/s    10920 calls/s  10920 msg/s
# udp rx:    660 MB/s   481530 calls/s
# udp tx:    666 MB/s    11298 calls/s  11298 msg/s
# udp rx:    662 MB/s   483155 calls/s
# udp tx:    664 MB/s    11264 calls/s  11264 msg/s
# udp rx:    698 MB/s   509309 calls/s
# udp tx:    701 MB/s    11902 calls/s  11902 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__->