make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh 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_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1458 MB/s  1185647 calls/s
# udp tx:   1755 MB/s    29777 calls/s  29777 msg/s
# udp rx:   1545 MB/s  1256107 calls/s
# udp tx:   1745 MB/s    29611 calls/s  29611 msg/s
# udp rx:   1736 MB/s  1413306 calls/s
# udp tx:   1764 MB/s    29922 calls/s  29922 msg/s
# UDP GRO fwd perf                        udp rx:   1160 MB/s   945013 calls/s
# udp tx:   1257 MB/s    21322 calls/s  21322 msg/s
# udp rx:   1270 MB/s  1034133 calls/s
# udp tx:   1274 MB/s    21609 calls/s  21609 msg/s
# udp rx:   1268 MB/s  1032308 calls/s
# udp tx:   1273 MB/s    21597 calls/s  21597 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:   1088 MB/s   886374 calls/s
# udp tx:   1147 MB/s    19458 calls/s  19458 msg/s
# udp rx:   1176 MB/s   957968 calls/s
# udp tx:   1180 MB/s    20018 calls/s  20018 msg/s
# udp rx:   1169 MB/s   951904 calls/s
# udp tx:   1177 MB/s    19977 calls/s  19977 msg/s
# UDP GRO fwd perf                        udp rx:   1014 MB/s   825193 calls/s
# udp tx:   1143 MB/s    19400 calls/s  19400 msg/s
# udp rx:    989 MB/s   804953 calls/s
# udp tx:   1112 MB/s    18868 calls/s  18868 msg/s
# udp rx:   1071 MB/s   871518 calls/s
# udp tx:   1161 MB/s    19704 calls/s  19704 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__->