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:    829 MB/s   671813 calls/s
# udp tx:   1365 MB/s    23165 calls/s  23165 msg/s
# udp rx:    956 MB/s   774825 calls/s
# udp tx:   1364 MB/s    23135 calls/s  23135 msg/s
# udp rx:    967 MB/s   783435 calls/s
# udp tx:   1344 MB/s    22803 calls/s  22803 msg/s
# UDP GRO fwd perf                        udp rx:    987 MB/s   801628 calls/s
# udp tx:   1306 MB/s    22161 calls/s  22161 msg/s
# udp rx:    970 MB/s   785836 calls/s
# udp tx:   1350 MB/s    22911 calls/s  22911 msg/s
# udp rx:    936 MB/s   757760 calls/s
# udp tx:   1363 MB/s    23118 calls/s  23118 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:   1575 MB/s  1277324 calls/s
# udp tx:   1937 MB/s    32862 calls/s  32862 msg/s
# udp rx:   1452 MB/s  1176519 calls/s
# udp tx:   1945 MB/s    33002 calls/s  33002 msg/s
# udp rx:   1358 MB/s  1100993 calls/s
# udp tx:   1841 MB/s    31236 calls/s  31236 msg/s
# UDP GRO fwd perf                        udp rx:   1363 MB/s  1106149 calls/s
# udp tx:   1777 MB/s    30145 calls/s  30145 msg/s
# udp rx:    939 MB/s   761213 calls/s
# udp tx:   1465 MB/s    24860 calls/s  24860 msg/s
# udp rx:    658 MB/s   532710 calls/s
# udp tx:   1324 MB/s    22470 calls/s  22470 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__->