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:    821 MB/s    13933 calls/s  13933 msg/s
# tcp rx:    823 MB/s    65282 calls/s
# tcp tx:    849 MB/s    14402 calls/s  14402 msg/s
# tcp rx:    849 MB/s    62893 calls/s
# tcp tx:    860 MB/s    14593 calls/s  14593 msg/s
# tcp rx:    861 MB/s    67241 calls/s
# tcp tx:    849 MB/s    14402 calls/s  14402 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:    531 MB/s   384768 calls/s
# udp tx:    848 MB/s    14391 calls/s  14391 msg/s
# udp rx:    542 MB/s   393097 calls/s
# udp tx:    802 MB/s    13614 calls/s  13614 msg/s
# udp rx:    551 MB/s   399716 calls/s
# udp tx:    785 MB/s    13321 calls/s  13321 msg/s
# udp rx:    553 MB/s   401538 calls/s
# udp tx:    770 MB/s    13076 calls/s  13076 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:    670 MB/s   489296 calls/s
# udp tx:    682 MB/s    11576 calls/s  11576 msg/s
# udp rx:    681 MB/s   496831 calls/s
# udp tx:    680 MB/s    11546 calls/s  11546 msg/s
# udp rx:    640 MB/s   467097 calls/s
# udp tx:    640 MB/s    10857 calls/s  10857 msg/s
# udp rx:    672 MB/s   490629 calls/s
# udp tx:    672 MB/s    11400 calls/s  11400 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__->