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:    779 MB/s    13228 calls/s  13228 msg/s
# tcp rx:    780 MB/s    44251 calls/s
# tcp tx:    898 MB/s    15246 calls/s  15246 msg/s
# tcp rx:    899 MB/s    46063 calls/s
# tcp tx:    795 MB/s    13498 calls/s  13498 msg/s
# tcp rx:    796 MB/s    44136 calls/s
# tcp tx:    796 MB/s    13516 calls/s  13516 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:    522 MB/s   379009 calls/s
# udp tx:    854 MB/s    14495 calls/s  14495 msg/s
# udp rx:    468 MB/s   339584 calls/s
# udp tx:   1227 MB/s    20827 calls/s  20827 msg/s
# udp rx:    461 MB/s   334580 calls/s
# udp tx:    997 MB/s    16910 calls/s  16910 msg/s
# udp rx:    591 MB/s   429094 calls/s
# udp tx:   1002 MB/s    17011 calls/s  17011 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:    911 MB/s   664935 calls/s
# udp tx:    929 MB/s    15770 calls/s  15770 msg/s
# udp rx:    543 MB/s   396311 calls/s
# udp tx:    539 MB/s     9150 calls/s   9150 msg/s
# udp rx:    797 MB/s   581615 calls/s
# udp tx:    806 MB/s    13684 calls/s  13684 msg/s
# udp rx:   1081 MB/s   788766 calls/s
# udp tx:   1081 MB/s    18350 calls/s  18350 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__->