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:    592 MB/s    10049 calls/s  10049 msg/s
# tcp rx:    596 MB/s    30824 calls/s
# tcp tx:    632 MB/s    10732 calls/s  10732 msg/s
# tcp rx:    633 MB/s    32122 calls/s
# tcp tx:    629 MB/s    10669 calls/s  10669 msg/s
# tcp rx:    629 MB/s    32034 calls/s
# tcp tx:    643 MB/s    10910 calls/s  10910 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:    659 MB/s   477440 calls/s
# udp tx:   1256 MB/s    21310 calls/s  21310 msg/s
# udp rx:    677 MB/s   490752 calls/s
# udp tx:   1319 MB/s    22380 calls/s  22380 msg/s
# udp rx:    676 MB/s   489984 calls/s
# udp tx:   1323 MB/s    22451 calls/s  22451 msg/s
# udp rx:    672 MB/s   487168 calls/s
# udp tx:   1324 MB/s    22461 calls/s  22461 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:   1101 MB/s   803345 calls/s
# udp tx:   1124 MB/s    19067 calls/s  19067 msg/s
# udp rx:   1118 MB/s   815428 calls/s
# udp tx:   1116 MB/s    18930 calls/s  18930 msg/s
# udp rx:   1115 MB/s   813214 calls/s
# udp tx:   1115 MB/s    18922 calls/s  18922 msg/s
# udp rx:   1121 MB/s   817737 calls/s
# udp tx:   1121 MB/s    19015 calls/s  19015 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__->