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 6000
# 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:    594 MB/s    10089 calls/s  10089 msg/s
# tcp rx:    595 MB/s    27291 calls/s
# tcp tx:    674 MB/s    11437 calls/s  11437 msg/s
# tcp rx:    674 MB/s    23391 calls/s
# tcp tx:    669 MB/s    11359 calls/s  11359 msg/s
# tcp rx:    671 MB/s    26692 calls/s
# tcp tx:    700 MB/s    11887 calls/s  11887 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:    530 MB/s   385280 calls/s
# udp tx:    654 MB/s    11096 calls/s  11096 msg/s
# udp rx:    579 MB/s   421092 calls/s
# udp tx:    651 MB/s    11049 calls/s  11049 msg/s
# udp rx:    574 MB/s   417048 calls/s
# udp tx:    677 MB/s    11496 calls/s  11496 msg/s
# udp rx:    565 MB/s   410630 calls/s
# udp tx:    634 MB/s    10757 calls/s  10757 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:    451 MB/s   329208 calls/s
# udp tx:    463 MB/s     7853 calls/s   7853 msg/s
# udp rx:    442 MB/s   322904 calls/s
# udp tx:    442 MB/s     7506 calls/s   7506 msg/s
# udp rx:    453 MB/s   330687 calls/s
# udp tx:    454 MB/s     7716 calls/s   7716 msg/s
# udp rx:    462 MB/s   337411 calls/s
# udp tx:    462 MB/s     7846 calls/s   7846 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__->