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:    852 MB/s    14464 calls/s  14464 msg/s
# tcp rx:    853 MB/s    66883 calls/s
# tcp tx:    847 MB/s    14372 calls/s  14372 msg/s
# tcp rx:    848 MB/s    67951 calls/s
# tcp tx:    847 MB/s    14368 calls/s  14368 msg/s
# tcp rx:    847 MB/s    68664 calls/s
# tcp tx:    856 MB/s    14525 calls/s  14525 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:    638 MB/s   462336 calls/s
# udp tx:   1230 MB/s    20865 calls/s  20865 msg/s
# udp rx:    643 MB/s   466688 calls/s
# udp tx:   1141 MB/s    19365 calls/s  19365 msg/s
# udp rx:    653 MB/s   473600 calls/s
# udp tx:   1235 MB/s    20957 calls/s  20957 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1224 MB/s    20774 calls/s  20774 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:   1073 MB/s   782644 calls/s
# udp tx:   1096 MB/s    18605 calls/s  18605 msg/s
# udp rx:   1213 MB/s   885011 calls/s
# udp tx:   1213 MB/s    20583 calls/s  20583 msg/s
# udp rx:   1166 MB/s   850387 calls/s
# udp tx:   1166 MB/s    19793 calls/s  19793 msg/s
# udp rx:   1170 MB/s   853481 calls/s
# udp tx:   1171 MB/s    19864 calls/s  19864 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__->