make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    516 MB/s     8755 calls/s   8755 msg/s
# tcp rx:    516 MB/s    37003 calls/s
# tcp tx:    497 MB/s     8434 calls/s   8434 msg/s
# tcp rx:    497 MB/s    35453 calls/s
# tcp tx:    505 MB/s     8568 calls/s   8568 msg/s
# tcp rx:    505 MB/s    36061 calls/s
# tcp tx:    492 MB/s     8357 calls/s   8357 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:    657 MB/s   476416 calls/s
# udp tx:   1286 MB/s    21818 calls/s  21818 msg/s
# udp rx:    565 MB/s   410374 calls/s
# udp tx:   1033 MB/s    17529 calls/s  17529 msg/s
# udp rx:    525 MB/s   381328 calls/s
# udp tx:    810 MB/s    13749 calls/s  13749 msg/s
# udp rx:    535 MB/s   387950 calls/s
# udp tx:    802 MB/s    13604 calls/s  13604 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:    592 MB/s   432176 calls/s
# udp tx:    606 MB/s    10287 calls/s  10287 msg/s
# udp rx:    624 MB/s   455109 calls/s
# udp tx:    624 MB/s    10595 calls/s  10595 msg/s
# udp rx:    618 MB/s   451184 calls/s
# udp tx:    618 MB/s    10492 calls/s  10492 msg/s
# udp rx:    621 MB/s   453075 calls/s
# udp tx:    622 MB/s    10551 calls/s  10551 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__->