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:    994 MB/s    16870 calls/s  16870 msg/s
# tcp rx:    995 MB/s    50899 calls/s
# tcp tx:   1019 MB/s    17291 calls/s  17291 msg/s
# tcp rx:   1020 MB/s    51975 calls/s
# tcp tx:   1019 MB/s    17291 calls/s  17291 msg/s
# tcp rx:   1020 MB/s    51998 calls/s
# tcp tx:   1018 MB/s    17272 calls/s  17272 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:    641 MB/s   464896 calls/s
# udp tx:   1233 MB/s    20922 calls/s  20922 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1287 MB/s    21842 calls/s  21842 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1261 MB/s    21401 calls/s  21401 msg/s
# udp rx:    664 MB/s   481536 calls/s
# udp tx:   1281 MB/s    21734 calls/s  21734 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:   1126 MB/s   821809 calls/s
# udp tx:   1159 MB/s    19671 calls/s  19671 msg/s
# udp rx:   1143 MB/s   833822 calls/s
# udp tx:   1144 MB/s    19403 calls/s  19403 msg/s
# udp rx:   1160 MB/s   846096 calls/s
# udp tx:   1160 MB/s    19676 calls/s  19676 msg/s
# udp rx:   1160 MB/s   846712 calls/s
# udp tx:   1160 MB/s    19687 calls/s  19687 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__->