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:    572 MB/s     9705 calls/s   9705 msg/s
# tcp rx:    573 MB/s    36963 calls/s
# tcp tx:    570 MB/s     9681 calls/s   9681 msg/s
# tcp rx:    585 MB/s    36607 calls/s
# tcp tx:    930 MB/s    15790 calls/s  15790 msg/s
# tcp rx:    928 MB/s    47526 calls/s
# tcp tx:   1007 MB/s    17084 calls/s  17084 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:    476 MB/s   344832 calls/s
# udp tx:    857 MB/s    14543 calls/s  14543 msg/s
# udp rx:    470 MB/s   340736 calls/s
# udp tx:    913 MB/s    15498 calls/s  15498 msg/s
# udp rx:    528 MB/s   381952 calls/s
# udp tx:    880 MB/s    14932 calls/s  14932 msg/s
# udp rx:    528 MB/s   382464 calls/s
# udp tx:    881 MB/s    14952 calls/s  14952 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:    660 MB/s   481873 calls/s
# udp tx:    676 MB/s    11479 calls/s  11479 msg/s
# udp rx:    685 MB/s   499686 calls/s
# udp tx:    685 MB/s    11630 calls/s  11630 msg/s
# udp rx:    682 MB/s   497421 calls/s
# udp tx:    682 MB/s    11584 calls/s  11584 msg/s
# udp rx:    685 MB/s   499947 calls/s
# udp tx:    695 MB/s    11789 calls/s  11789 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__->