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:    649 MB/s    11024 calls/s  11024 msg/s
# tcp rx:    651 MB/s    33252 calls/s
# tcp tx:    549 MB/s     9313 calls/s   9313 msg/s
# tcp rx:    549 MB/s    33522 calls/s
# tcp tx:    575 MB/s     9764 calls/s   9764 msg/s
# tcp rx:    576 MB/s    33010 calls/s
# tcp tx:    543 MB/s     9218 calls/s   9218 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:    518 MB/s   375477 calls/s
# udp tx:    801 MB/s    13594 calls/s  13594 msg/s
# udp rx:    542 MB/s   393216 calls/s
# udp tx:    797 MB/s    13523 calls/s  13523 msg/s
# udp rx:    535 MB/s   387807 calls/s
# udp tx:    828 MB/s    14045 calls/s  14045 msg/s
# udp rx:    534 MB/s   386816 calls/s
# udp tx:    860 MB/s    14598 calls/s  14598 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:   1054 MB/s   768976 calls/s
# udp tx:   1088 MB/s    18461 calls/s  18461 msg/s
# udp rx:    819 MB/s   597482 calls/s
# udp tx:    817 MB/s    13871 calls/s  13871 msg/s
# udp rx:   1094 MB/s   798059 calls/s
# udp tx:   1093 MB/s    18545 calls/s  18545 msg/s
# udp rx:   1087 MB/s   792904 calls/s
# udp tx:   1088 MB/s    18467 calls/s  18467 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__->