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:    593 MB/s   480002 calls/s
# udp tx:   1412 MB/s    23957 calls/s  23957 msg/s
# udp rx:    568 MB/s   460659 calls/s
# udp tx:   1383 MB/s    23468 calls/s  23468 msg/s
# udp rx:    643 MB/s   520508 calls/s
# udp tx:   1385 MB/s    23500 calls/s  23500 msg/s
# UDP GRO fwd perf                        udp rx:    453 MB/s   366814 calls/s
# udp tx:   1406 MB/s    23851 calls/s  23851 msg/s
# udp rx:    717 MB/s   581346 calls/s
# udp tx:   1381 MB/s    23427 calls/s  23427 msg/s
# udp rx:    660 MB/s   534237 calls/s
# udp tx:   1400 MB/s    23748 calls/s  23748 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:    501 MB/s   405839 calls/s
# udp tx:   1224 MB/s    20770 calls/s  20770 msg/s
# udp rx:    870 MB/s   705086 calls/s
# udp tx:   1299 MB/s    22034 calls/s  22034 msg/s
# udp rx:    736 MB/s   596683 calls/s
# udp tx:   1299 MB/s    22043 calls/s  22043 msg/s
# UDP GRO fwd perf                        udp rx:    751 MB/s   608274 calls/s
# udp tx:   1293 MB/s    21941 calls/s  21941 msg/s
# udp rx:    879 MB/s   712036 calls/s
# udp tx:   1297 MB/s    22008 calls/s  22008 msg/s
# udp rx:    782 MB/s   633528 calls/s
# udp tx:   1271 MB/s    21568 calls/s  21568 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__->