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:    512 MB/s     8694 calls/s   8694 msg/s
# tcp rx:    513 MB/s    32944 calls/s
# tcp tx:    563 MB/s     9551 calls/s   9551 msg/s
# tcp rx:    563 MB/s    33528 calls/s
# tcp tx:    553 MB/s     9395 calls/s   9395 msg/s
# tcp rx:    554 MB/s    33645 calls/s
# tcp tx:    548 MB/s     9296 calls/s   9296 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:    642 MB/s   465408 calls/s
# udp tx:   1236 MB/s    20968 calls/s  20968 msg/s
# udp rx:    666 MB/s   483072 calls/s
# udp tx:   1281 MB/s    21740 calls/s  21740 msg/s
# udp rx:    666 MB/s   482560 calls/s
# udp tx:   1283 MB/s    21764 calls/s  21764 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1285 MB/s    21809 calls/s  21809 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:    622 MB/s   453800 calls/s
# udp tx:    636 MB/s    10803 calls/s  10803 msg/s
# udp rx:    632 MB/s   461640 calls/s
# udp tx:    632 MB/s    10727 calls/s  10727 msg/s
# udp rx:    631 MB/s   460448 calls/s
# udp tx:    630 MB/s    10701 calls/s  10701 msg/s
# udp rx:    770 MB/s   562283 calls/s
# udp tx:    780 MB/s    13244 calls/s  13244 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__->