make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    958 MB/s    16249 calls/s  16249 msg/s
# tcp rx:    958 MB/s    49792 calls/s
# tcp tx:    965 MB/s    16381 calls/s  16381 msg/s
# tcp rx:    966 MB/s    50248 calls/s
# tcp tx:   1028 MB/s    17449 calls/s  17449 msg/s
# tcp rx:   1029 MB/s    52467 calls/s
# tcp tx:   1028 MB/s    17444 calls/s  17444 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:    565 MB/s   409856 calls/s
# udp tx:    947 MB/s    16063 calls/s  16063 msg/s
# udp rx:    564 MB/s   409458 calls/s
# udp tx:    788 MB/s    13375 calls/s  13375 msg/s
# udp rx:    545 MB/s   395783 calls/s
# udp tx:    722 MB/s    12259 calls/s  12259 msg/s
# udp rx:    565 MB/s   409925 calls/s
# udp tx:    747 MB/s    12682 calls/s  12682 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:    603 MB/s   440041 calls/s
# udp tx:    622 MB/s    10562 calls/s  10562 msg/s
# udp rx:    595 MB/s   434098 calls/s
# udp tx:    593 MB/s    10069 calls/s  10069 msg/s
# udp rx:    619 MB/s   451927 calls/s
# udp tx:    626 MB/s    10627 calls/s  10627 msg/s
# udp rx:    640 MB/s   467258 calls/s
# udp tx:    643 MB/s    10911 calls/s  10911 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__->