make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:   1038 MB/s    17608 calls/s  17608 msg/s
# tcp rx:   1038 MB/s    52682 calls/s
# tcp tx:   1025 MB/s    17397 calls/s  17397 msg/s
# tcp rx:   1026 MB/s    52332 calls/s
# tcp tx:   1023 MB/s    17351 calls/s  17351 msg/s
# tcp rx:   1024 MB/s    52159 calls/s
# tcp tx:   1022 MB/s    17338 calls/s  17338 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:    431 MB/s   312814 calls/s
# udp tx:    874 MB/s    14833 calls/s  14833 msg/s
# udp rx:    490 MB/s   355976 calls/s
# udp tx:    753 MB/s    12782 calls/s  12782 msg/s
# udp rx:    476 MB/s   345095 calls/s
# udp tx:    834 MB/s    14151 calls/s  14151 msg/s
# udp rx:    475 MB/s   344615 calls/s
# udp tx:    750 MB/s    12729 calls/s  12729 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:   1039 MB/s   758445 calls/s
# udp tx:   1068 MB/s    18115 calls/s  18115 msg/s
# udp rx:   1130 MB/s   824810 calls/s
# udp tx:   1130 MB/s    19172 calls/s  19172 msg/s
# udp rx:    881 MB/s   642864 calls/s
# udp tx:    871 MB/s    14784 calls/s  14784 msg/s
# udp rx:    654 MB/s   477229 calls/s
# udp tx:    653 MB/s    11088 calls/s  11088 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__->