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:   1294 MB/s  1053813 calls/s
# udp tx:   1470 MB/s    24938 calls/s  24938 msg/s
# udp rx:   1632 MB/s  1328896 calls/s
# udp tx:   1696 MB/s    28779 calls/s  28779 msg/s
# udp rx:   1354 MB/s  1102064 calls/s
# udp tx:   1724 MB/s    29248 calls/s  29248 msg/s
# UDP GRO fwd perf                        udp rx:   1262 MB/s  1025527 calls/s
# udp tx:   1701 MB/s    28863 calls/s  28863 msg/s
# udp rx:   1728 MB/s  1406818 calls/s
# udp tx:   1718 MB/s    29148 calls/s  29148 msg/s
# udp rx:   1400 MB/s  1137940 calls/s
# udp tx:   1752 MB/s    29720 calls/s  29720 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    925 MB/s    15701 calls/s  15701 msg/s
# udp rx:    460 MB/s   375092 calls/s
# udp tx:    921 MB/s    15627 calls/s  15627 msg/s
# udp rx:    915 MB/s   745032 calls/s
# udp tx:   1038 MB/s    17621 calls/s  17621 msg/s
# udp rx:    731 MB/s   594745 calls/s
# UDP tunnel GRO fwd perf                 udp rx:    712 MB/s   577463 calls/s
# udp tx:   1367 MB/s    23191 calls/s  23191 msg/s
# udp tx:   1125 MB/s    19085 calls/s  19085 msg/s
# udp rx:    387 MB/s   314971 calls/s
# udp tx:   1123 MB/s    19048 calls/s  19048 msg/s
# udp rx:    916 MB/s   744605 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1339 MB/s  1090536 calls/s
# udp tx:   1428 MB/s    24223 calls/s  24223 msg/s
# udp rx:   1259 MB/s  1025290 calls/s
# udp tx:   1459 MB/s    24747 calls/s  24747 msg/s
# udp rx:   1547 MB/s  1260186 calls/s
# udp tx:   1690 MB/s    28670 calls/s  28670 msg/s
# UDP GRO fwd perf                        udp rx:   1219 MB/s   990875 calls/s
# udp tx:   1538 MB/s    26097 calls/s  26097 msg/s
# udp rx:   1172 MB/s   950922 calls/s
# udp tx:   1576 MB/s    26738 calls/s  26738 msg/s
# udp rx:   1174 MB/s   952971 calls/s
# udp tx:   1617 MB/s    27434 calls/s  27434 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    315 MB/s   256563 calls/s
# udp tx:    803 MB/s    13621 calls/s  13621 msg/s
# udp rx:    257 MB/s   209945 calls/s
# udp tx:    845 MB/s    14340 calls/s  14340 msg/s
# udp tx:    971 MB/s    16472 calls/s  16472 msg/s
# udp rx:    109 MB/s    89351 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    978 MB/s    16603 calls/s  16603 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    899 MB/s    15253 calls/s  15253 msg/s
# udp rx:    222 MB/s   181140 calls/s
# udp tx:    974 MB/s    16525 calls/s  16525 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__->