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:    607 MB/s    10305 calls/s  10305 msg/s
# tcp rx:    607 MB/s    31774 calls/s
# tcp tx:    615 MB/s    10431 calls/s  10431 msg/s
# tcp rx:    615 MB/s    31991 calls/s
# tcp tx:    603 MB/s    10240 calls/s  10240 msg/s
# tcp rx:    604 MB/s    31729 calls/s
# tcp tx:    579 MB/s     9825 calls/s   9825 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:    479 MB/s   347136 calls/s
# udp tx:    892 MB/s    15144 calls/s  15144 msg/s
# udp rx:    500 MB/s   362240 calls/s
# udp tx:    890 MB/s    15104 calls/s  15104 msg/s
# udp rx:    532 MB/s   385280 calls/s
# udp tx:    852 MB/s    14457 calls/s  14457 msg/s
# udp rx:    510 MB/s   369664 calls/s
# udp tx:    882 MB/s    14974 calls/s  14974 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:    720 MB/s   525603 calls/s
# udp tx:    737 MB/s    12510 calls/s  12510 msg/s
# udp rx:    620 MB/s   452810 calls/s
# udp tx:    620 MB/s    10519 calls/s  10519 msg/s
# udp rx:    636 MB/s   464254 calls/s
# udp tx:    636 MB/s    10797 calls/s  10797 msg/s
# udp rx:    653 MB/s   476463 calls/s
# udp tx:    653 MB/s    11078 calls/s  11078 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__->