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:   1518 MB/s  1235453 calls/s
# udp tx:   1852 MB/s    31426 calls/s  31426 msg/s
# udp rx:   1619 MB/s  1317107 calls/s
# udp tx:   1898 MB/s    32196 calls/s  32196 msg/s
# udp rx:   1935 MB/s  1574949 calls/s
# udp tx:   1964 MB/s    33314 calls/s  33314 msg/s
# UDP GRO fwd perf                        udp rx:   1860 MB/s  1514566 calls/s
# udp tx:   1960 MB/s    33250 calls/s  33250 msg/s
# udp rx:   1787 MB/s  1454354 calls/s
# udp tx:   1956 MB/s    33178 calls/s  33178 msg/s
# udp rx:   1674 MB/s  1362886 calls/s
# udp tx:   1824 MB/s    30944 calls/s  30944 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:   1344 MB/s  1091334 calls/s
# udp tx:   1828 MB/s    31007 calls/s  31007 msg/s
# udp rx:   1704 MB/s  1386639 calls/s
# udp tx:   1734 MB/s    29416 calls/s  29416 msg/s
# udp rx:   1825 MB/s  1485601 calls/s
# udp tx:   1845 MB/s    31295 calls/s  31295 msg/s
# UDP GRO fwd perf                        udp rx:   1518 MB/s  1233540 calls/s
# udp tx:   1900 MB/s    32237 calls/s  32237 msg/s
# udp rx:   1508 MB/s  1223870 calls/s
# udp tx:   1931 MB/s    32765 calls/s  32765 msg/s
# udp rx:   1587 MB/s  1288138 calls/s
# udp tx:   1929 MB/s    32723 calls/s  32723 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__->