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:   1570 MB/s  1276863 calls/s
# udp tx:   1935 MB/s    32832 calls/s  32832 msg/s
# udp rx:   1890 MB/s  1537866 calls/s
# udp tx:   1947 MB/s    33033 calls/s  33033 msg/s
# udp rx:   1925 MB/s  1566665 calls/s
# udp tx:   1960 MB/s    33255 calls/s  33255 msg/s
# UDP GRO fwd perf                        udp rx:   1717 MB/s  1395563 calls/s
# udp tx:   1952 MB/s    33116 calls/s  33116 msg/s
# udp rx:   1931 MB/s  1571865 calls/s
# udp tx:   1963 MB/s    33309 calls/s  33309 msg/s
# udp rx:   1839 MB/s  1495238 calls/s
# udp tx:   1965 MB/s    33340 calls/s  33340 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:   1153 MB/s   934982 calls/s
# udp tx:   1869 MB/s    31705 calls/s  31705 msg/s
# udp rx:   1645 MB/s  1334286 calls/s
# udp tx:   1910 MB/s    32399 calls/s  32399 msg/s
# udp rx:   1652 MB/s  1339146 calls/s
# udp tx:   1921 MB/s    32598 calls/s  32598 msg/s
# UDP GRO fwd perf                        udp rx:   1218 MB/s   991622 calls/s
# udp tx:   1287 MB/s    21845 calls/s  21845 msg/s
# udp rx:   1245 MB/s  1014227 calls/s
# udp tx:   1251 MB/s    21231 calls/s  21231 msg/s
# udp rx:   1278 MB/s  1040996 calls/s
# udp tx:   1284 MB/s    21785 calls/s  21785 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__->