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:    942 MB/s    15990 calls/s  15990 msg/s
# tcp rx:    943 MB/s    49598 calls/s
# tcp tx:    924 MB/s    15684 calls/s  15684 msg/s
# tcp rx:    943 MB/s    48385 calls/s
# tcp tx:    936 MB/s    15889 calls/s  15889 msg/s
# tcp rx:    942 MB/s    47744 calls/s
# tcp tx:    963 MB/s    16344 calls/s  16344 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:    472 MB/s   342149 calls/s
# udp tx:    866 MB/s    14699 calls/s  14699 msg/s
# udp rx:    492 MB/s   356352 calls/s
# udp tx:    899 MB/s    15263 calls/s  15263 msg/s
# udp rx:    530 MB/s   383488 calls/s
# udp tx:    867 MB/s    14719 calls/s  14719 msg/s
# udp rx:    527 MB/s   381952 calls/s
# udp tx:    866 MB/s    14689 calls/s  14689 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:    605 MB/s   441725 calls/s
# udp tx:    619 MB/s    10510 calls/s  10510 msg/s
# udp rx:    634 MB/s   462706 calls/s
# udp tx:    633 MB/s    10753 calls/s  10753 msg/s
# udp rx:    636 MB/s   464512 calls/s
# udp tx:    636 MB/s    10792 calls/s  10792 msg/s
# udp rx:    637 MB/s   465215 calls/s
# udp tx:    637 MB/s    10813 calls/s  10813 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__->