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:    803 MB/s    13628 calls/s  13628 msg/s
# tcp rx:    804 MB/s    44788 calls/s
# tcp tx:    771 MB/s    13093 calls/s  13093 msg/s
# tcp rx:    772 MB/s    42324 calls/s
# tcp tx:    517 MB/s     8785 calls/s   8785 msg/s
# tcp rx:    518 MB/s    26915 calls/s
# tcp tx:    483 MB/s     8196 calls/s   8196 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:    408 MB/s   296626 calls/s
# udp tx:    712 MB/s    12089 calls/s  12089 msg/s
# udp rx:    459 MB/s   333224 calls/s
# udp tx:    763 MB/s    12947 calls/s  12947 msg/s
# udp rx:    483 MB/s   351187 calls/s
# udp tx:    733 MB/s    12433 calls/s  12433 msg/s
# udp rx:    477 MB/s   346546 calls/s
# udp tx:    739 MB/s    12549 calls/s  12549 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:    955 MB/s   697045 calls/s
# udp tx:    990 MB/s    16803 calls/s  16803 msg/s
# udp rx:    878 MB/s   640782 calls/s
# udp tx:    881 MB/s    14956 calls/s  14956 msg/s
# udp rx:   1026 MB/s   748957 calls/s
# udp tx:   1036 MB/s    17582 calls/s  17582 msg/s
# udp rx:   1087 MB/s   793386 calls/s
# udp tx:   1086 MB/s    18423 calls/s  18423 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__->