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:    647 MB/s    10984 calls/s  10984 msg/s
# tcp rx:    652 MB/s    27487 calls/s
# tcp tx:    639 MB/s    10843 calls/s  10843 msg/s
# tcp rx:    640 MB/s    27152 calls/s
# tcp tx:    544 MB/s     9234 calls/s   9234 msg/s
# tcp rx:    548 MB/s    20723 calls/s
# tcp tx:    589 MB/s     9995 calls/s   9995 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:    456 MB/s   331321 calls/s
# udp tx:    640 MB/s    10864 calls/s  10864 msg/s
# udp rx:    576 MB/s   418955 calls/s
# udp tx:    638 MB/s    10824 calls/s  10824 msg/s
# udp rx:    569 MB/s   414072 calls/s
# udp tx:    641 MB/s    10883 calls/s  10883 msg/s
# udp rx:    562 MB/s   408911 calls/s
# udp tx:    641 MB/s    10878 calls/s  10878 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:    381 MB/s   278382 calls/s
# udp tx:    394 MB/s     6692 calls/s   6692 msg/s
# udp rx:    382 MB/s   279113 calls/s
# udp tx:    382 MB/s     6482 calls/s   6482 msg/s
# udp rx:    362 MB/s   264708 calls/s
# udp tx:    361 MB/s     6124 calls/s   6124 msg/s
# udp rx:    406 MB/s   296609 calls/s
# udp tx:    409 MB/s     6937 calls/s   6937 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__->