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:   1805 MB/s  1469736 calls/s
# udp tx:   1960 MB/s    33254 calls/s  33254 msg/s
# udp rx:   1841 MB/s  1499328 calls/s
# udp tx:   1928 MB/s    32702 calls/s  32702 msg/s
# udp rx:   1829 MB/s  1489416 calls/s
# udp tx:   1865 MB/s    31633 calls/s  31633 msg/s
# UDP GRO fwd perf                        udp rx:   1555 MB/s  1264705 calls/s
# udp tx:   1933 MB/s    32790 calls/s  32790 msg/s
# udp rx:   1780 MB/s  1448153 calls/s
# udp tx:   1936 MB/s    32838 calls/s  32838 msg/s
# udp rx:   1922 MB/s  1564426 calls/s
# udp tx:   1936 MB/s    32850 calls/s  32850 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:   1390 MB/s  1130208 calls/s
# udp tx:   1775 MB/s    30116 calls/s  30116 msg/s
# udp rx:   1646 MB/s  1337888 calls/s
# udp tx:   1888 MB/s    32032 calls/s  32032 msg/s
# udp rx:   1896 MB/s  1541411 calls/s
# udp tx:   1950 MB/s    33083 calls/s  33083 msg/s
# UDP GRO fwd perf                        udp rx:   1393 MB/s  1130675 calls/s
# udp tx:   1911 MB/s    32412 calls/s  32412 msg/s
# udp rx:   1227 MB/s   998804 calls/s
# udp tx:   1285 MB/s    21809 calls/s  21809 msg/s
# udp rx:   1204 MB/s   980302 calls/s
# udp tx:   1208 MB/s    20492 calls/s  20492 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__->