make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    693 MB/s   563909 calls/s
# udp tx:   1687 MB/s    28621 calls/s  28621 msg/s
# udp rx:    328 MB/s   265592 calls/s
# udp tx:   1359 MB/s    23051 calls/s  23051 msg/s
# udp rx:    345 MB/s   280005 calls/s
# udp tx:   1343 MB/s    22789 calls/s  22789 msg/s
# UDP GRO fwd perf                        udp rx:    233 MB/s   188631 calls/s
# udp tx:   1413 MB/s    23981 calls/s  23981 msg/s
# udp rx:    295 MB/s   238805 calls/s
# udp tx:   1381 MB/s    23425 calls/s  23425 msg/s
# udp rx:    294 MB/s   238953 calls/s
# udp tx:   1356 MB/s    23004 calls/s  23004 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    339 MB/s   275069 calls/s
# udp tx:   1240 MB/s    21040 calls/s  21040 msg/s
# udp rx:    385 MB/s   311859 calls/s
# udp tx:   1344 MB/s    22798 calls/s  22798 msg/s
# udp rx:    315 MB/s   255370 calls/s
# udp tx:   1358 MB/s    23039 calls/s  23039 msg/s
# UDP GRO fwd perf                        udp rx:   1432 MB/s  1160665 calls/s
# udp tx:   1931 MB/s    32761 calls/s  32761 msg/s
# udp rx:   1735 MB/s  1406271 calls/s
# udp tx:   1966 MB/s    33346 calls/s  33346 msg/s
# udp rx:   1495 MB/s  1211802 calls/s
# udp tx:   1902 MB/s    32276 calls/s  32276 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
ok 1 selftests: net: udpgro_fwd.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__->