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:   1419 MB/s    24069 calls/s  24069 msg/s
# tcp rx:   1419 MB/s    56969 calls/s
# tcp tx:   1497 MB/s    25396 calls/s  25396 msg/s
# tcp rx:   1499 MB/s    65968 calls/s
# tcp tx:   1532 MB/s    25990 calls/s  25990 msg/s
# tcp rx:   1533 MB/s    62045 calls/s
# tcp tx:   1625 MB/s    27562 calls/s  27562 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:    644 MB/s   466062 calls/s
# udp tx:   1493 MB/s    25337 calls/s  25337 msg/s
# udp rx:    654 MB/s   473600 calls/s
# udp tx:   1518 MB/s    25756 calls/s  25756 msg/s
# udp rx:    638 MB/s   461568 calls/s
# udp tx:   1476 MB/s    25037 calls/s  25037 msg/s
# udp rx:    670 MB/s   485120 calls/s
# udp tx:   1407 MB/s    23870 calls/s  23870 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:   1023 MB/s   746178 calls/s
# udp tx:   1045 MB/s    17726 calls/s  17726 msg/s
# udp rx:    732 MB/s   534413 calls/s
# udp tx:    731 MB/s    12415 calls/s  12415 msg/s
# udp rx:    641 MB/s   468004 calls/s
# udp tx:    636 MB/s    10787 calls/s  10787 msg/s
# udp rx:    725 MB/s   529409 calls/s
# udp tx:    731 MB/s    12411 calls/s  12411 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__->