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:   1383 MB/s  1126208 calls/s
# udp tx:   1953 MB/s    33140 calls/s  33140 msg/s
# udp rx:   1552 MB/s  1263918 calls/s
# udp tx:   1957 MB/s    33203 calls/s  33203 msg/s
# udp rx:   1723 MB/s  1402567 calls/s
# udp tx:   1792 MB/s    30400 calls/s  30400 msg/s
# UDP GRO fwd perf                        udp rx:    978 MB/s   796622 calls/s
# udp tx:   1201 MB/s    20375 calls/s  20375 msg/s
# udp rx:   1162 MB/s   946030 calls/s
# udp tx:   1196 MB/s    20288 calls/s  20288 msg/s
# udp rx:   1190 MB/s   969198 calls/s
# udp tx:   1200 MB/s    20367 calls/s  20367 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1450 MB/s    24604 calls/s  24604 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1809 MB/s    30692 calls/s  30692 msg/s
# udp rx:    121 MB/s    98870 calls/s
# udp tx:   1745 MB/s    29613 calls/s  29613 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1815 MB/s    30784 calls/s  30784 msg/s
# udp rx:     55 MB/s    45153 calls/s
# udp tx:   1843 MB/s    31272 calls/s  31272 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1828 MB/s    31010 calls/s  31010 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1640 MB/s  1335000 calls/s
# udp tx:   1922 MB/s    32609 calls/s  32609 msg/s
# udp rx:   1829 MB/s  1488833 calls/s
# udp tx:   1842 MB/s    31251 calls/s  31251 msg/s
# udp rx:   1908 MB/s  1553092 calls/s
# udp tx:   1934 MB/s    32817 calls/s  32817 msg/s
# UDP GRO fwd perf                        udp rx:   1518 MB/s  1235125 calls/s
# udp tx:   1947 MB/s    33028 calls/s  33028 msg/s
# udp rx:   1884 MB/s  1532515 calls/s
# udp tx:   1960 MB/s    33253 calls/s  33253 msg/s
# udp rx:   1930 MB/s  1571328 calls/s
# udp tx:   1966 MB/s    33356 calls/s  33356 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      3 MB/s     3044 calls/s
# udp tx:   1248 MB/s    21178 calls/s  21178 msg/s
# udp tx:   1277 MB/s    21664 calls/s  21664 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:   1225 MB/s    20782 calls/s  20782 msg/s
# udp rx:      0 MB/s      664 calls/s
# UDP tunnel GRO fwd perf                 udp tx:   1228 MB/s    20843 calls/s  20843 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:   1213 MB/s    20577 calls/s  20577 msg/s
# udp rx:     16 MB/s    13500 calls/s
# udp tx:   1201 MB/s    20380 calls/s  20380 msg/s
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__->