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:   1570 MB/s  1278203 calls/s
# udp tx:   1844 MB/s    31277 calls/s  31277 msg/s
# udp rx:   1459 MB/s  1187337 calls/s
# udp tx:   1840 MB/s    31211 calls/s  31211 msg/s
# udp rx:   1669 MB/s  1359278 calls/s
# udp tx:   1864 MB/s    31615 calls/s  31615 msg/s
# UDP GRO fwd perf                        udp rx:   1503 MB/s  1224260 calls/s
# udp tx:   1571 MB/s    26656 calls/s  26656 msg/s
# udp rx:   1772 MB/s  1442754 calls/s
# udp tx:   1776 MB/s    30129 calls/s  30129 msg/s
# udp rx:   1855 MB/s  1510255 calls/s
# udp tx:   1859 MB/s    31531 calls/s  31531 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1214 MB/s    20601 calls/s  20601 msg/s
# udp rx:    334 MB/s   270739 calls/s
# udp tx:   1354 MB/s    22978 calls/s  22978 msg/s
# udp rx:    811 MB/s   654770 calls/s
# udp tx:   1418 MB/s    24067 calls/s  24067 msg/s
# udp rx:    936 MB/s   755617 calls/s
# UDP tunnel GRO fwd perf                 udp rx:    788 MB/s   638111 calls/s
# udp tx:   1413 MB/s    23972 calls/s  23972 msg/s
# udp rx:    899 MB/s   726975 calls/s
# udp tx:   1336 MB/s    22662 calls/s  22662 msg/s
# udp tx:   1426 MB/s    24186 calls/s  24186 msg/s
# udp rx:    635 MB/s   513396 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    119 MB/s    97218 calls/s
# udp tx:    928 MB/s    15748 calls/s  15748 msg/s
# udp rx:   1138 MB/s   926861 calls/s
# udp tx:   1155 MB/s    19600 calls/s  19600 msg/s
# udp rx:    615 MB/s   500788 calls/s
# udp tx:   1108 MB/s    18796 calls/s  18796 msg/s
# UDP GRO fwd perf                        udp rx:   1310 MB/s  1066499 calls/s
# udp tx:   1395 MB/s    23669 calls/s  23669 msg/s
# udp rx:   1119 MB/s   909624 calls/s
# udp tx:   1476 MB/s    25049 calls/s  25049 msg/s
# udp rx:   1463 MB/s  1191592 calls/s
# udp tx:   1463 MB/s    24830 calls/s  24830 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    208 MB/s   169644 calls/s
# udp tx:    866 MB/s    14704 calls/s  14704 msg/s
# udp rx:    416 MB/s   338981 calls/s
# udp tx:    792 MB/s    13443 calls/s  13443 msg/s
# udp rx:    471 MB/s   383495 calls/s
# udp tx:    785 MB/s    13329 calls/s  13329 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    334 MB/s   272144 calls/s
# udp tx:    837 MB/s    14207 calls/s  14207 msg/s
# udp rx:    419 MB/s   341446 calls/s
# udp tx:    799 MB/s    13554 calls/s  13554 msg/s
# udp tx:    967 MB/s    16417 calls/s  16417 msg/s
# udp rx:     95 MB/s    78028 calls/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__->