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:   1018 MB/s    17279 calls/s  17279 msg/s
# tcp rx:   1018 MB/s    52043 calls/s
# tcp tx:   1006 MB/s    17067 calls/s  17067 msg/s
# tcp rx:   1006 MB/s    51541 calls/s
# tcp tx:   1000 MB/s    16961 calls/s  16961 msg/s
# tcp rx:   1001 MB/s    51337 calls/s
# tcp tx:    999 MB/s    16954 calls/s  16954 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:    635 MB/s   460544 calls/s
# udp tx:   1277 MB/s    21660 calls/s  21660 msg/s
# udp rx:    669 MB/s   484698 calls/s
# udp tx:   1288 MB/s    21847 calls/s  21847 msg/s
# udp rx:    671 MB/s   486400 calls/s
# udp tx:   1288 MB/s    21851 calls/s  21851 msg/s
# udp rx:    672 MB/s   486912 calls/s
# udp tx:   1267 MB/s    21492 calls/s  21492 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:   1103 MB/s   804659 calls/s
# udp tx:   1131 MB/s    19191 calls/s  19191 msg/s
# udp rx:    901 MB/s   657420 calls/s
# udp tx:    891 MB/s    15125 calls/s  15125 msg/s
# udp rx:    608 MB/s   443930 calls/s
# udp tx:    608 MB/s    10322 calls/s  10322 msg/s
# udp rx:    634 MB/s   462738 calls/s
# udp tx:    633 MB/s    10750 calls/s  10750 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__->