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:   1011 MB/s    17151 calls/s  17151 msg/s
# tcp rx:   1012 MB/s    51555 calls/s
# tcp tx:   1009 MB/s    17128 calls/s  17128 msg/s
# tcp rx:   1010 MB/s    51609 calls/s
# tcp tx:    989 MB/s    16785 calls/s  16785 msg/s
# tcp rx:    990 MB/s    50979 calls/s
# tcp tx:    990 MB/s    16807 calls/s  16807 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:    542 MB/s   392960 calls/s
# udp tx:    782 MB/s    13278 calls/s  13278 msg/s
# udp rx:    554 MB/s   402176 calls/s
# udp tx:    790 MB/s    13402 calls/s  13402 msg/s
# udp rx:    553 MB/s   400896 calls/s
# udp tx:    810 MB/s    13744 calls/s  13744 msg/s
# udp rx:    552 MB/s   400640 calls/s
# udp tx:    810 MB/s    13742 calls/s  13742 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:   1074 MB/s   783300 calls/s
# udp tx:   1094 MB/s    18562 calls/s  18562 msg/s
# udp rx:   1099 MB/s   801732 calls/s
# udp tx:   1099 MB/s    18641 calls/s  18641 msg/s
# udp rx:   1063 MB/s   775650 calls/s
# udp tx:   1062 MB/s    18023 calls/s  18023 msg/s
# udp rx:   1105 MB/s   805977 calls/s
# udp tx:   1105 MB/s    18757 calls/s  18757 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__->