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:    968 MB/s    16422 calls/s  16422 msg/s
# tcp rx:    968 MB/s    50851 calls/s
# tcp tx:   1042 MB/s    17680 calls/s  17680 msg/s
# tcp rx:   1043 MB/s    53266 calls/s
# tcp tx:   1039 MB/s    17639 calls/s  17639 msg/s
# tcp rx:   1041 MB/s    53206 calls/s
# tcp tx:   1042 MB/s    17680 calls/s  17680 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:    586 MB/s   424960 calls/s
# udp tx:   1251 MB/s    21233 calls/s  21233 msg/s
# udp rx:    547 MB/s   396262 calls/s
# udp tx:    916 MB/s    15539 calls/s  15539 msg/s
# udp rx:    523 MB/s   379136 calls/s
# udp tx:    893 MB/s    15155 calls/s  15155 msg/s
# udp rx:    531 MB/s   384543 calls/s
# udp tx:    880 MB/s    14928 calls/s  14928 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:    987 MB/s   720192 calls/s
# udp tx:   1013 MB/s    17193 calls/s  17193 msg/s
# udp rx:   1024 MB/s   747036 calls/s
# udp tx:   1026 MB/s    17409 calls/s  17409 msg/s
# udp rx:   1087 MB/s   793441 calls/s
# udp tx:   1089 MB/s    18473 calls/s  18473 msg/s
# udp rx:   1152 MB/s   840791 calls/s
# udp tx:   1153 MB/s    19569 calls/s  19569 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__->