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:    924 MB/s    15672 calls/s  15672 msg/s
# tcp rx:    924 MB/s    49806 calls/s
# tcp tx:    945 MB/s    16041 calls/s  16041 msg/s
# tcp rx:    946 MB/s    50686 calls/s
# tcp tx:    867 MB/s    14716 calls/s  14716 msg/s
# tcp rx:    869 MB/s    47627 calls/s
# tcp tx:    947 MB/s    16069 calls/s  16069 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:    459 MB/s   332996 calls/s
# udp tx:    836 MB/s    14182 calls/s  14182 msg/s
# udp rx:    557 MB/s   403712 calls/s
# udp tx:    803 MB/s    13625 calls/s  13625 msg/s
# udp rx:    559 MB/s   405504 calls/s
# udp tx:    800 MB/s    13575 calls/s  13575 msg/s
# udp rx:    551 MB/s   399616 calls/s
# udp tx:    809 MB/s    13722 calls/s  13722 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:    642 MB/s   468360 calls/s
# udp tx:    659 MB/s    11184 calls/s  11184 msg/s
# udp rx:    670 MB/s   489355 calls/s
# udp tx:    671 MB/s    11381 calls/s  11381 msg/s
# udp rx:    680 MB/s   496199 calls/s
# udp tx:    680 MB/s    11540 calls/s  11540 msg/s
# udp rx:    674 MB/s   492076 calls/s
# udp tx:    674 MB/s    11435 calls/s  11435 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__->