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:   1530 MB/s  1245468 calls/s
# udp tx:   1861 MB/s    31579 calls/s  31579 msg/s
# udp rx:    457 MB/s   370391 calls/s
# udp tx:   1381 MB/s    23436 calls/s  23436 msg/s
# udp rx:    367 MB/s   297266 calls/s
# udp tx:   1400 MB/s    23753 calls/s  23753 msg/s
# UDP GRO fwd perf                        udp rx:    433 MB/s   351283 calls/s
# udp tx:   1370 MB/s    23237 calls/s  23237 msg/s
# udp rx:    629 MB/s   510085 calls/s
# udp tx:   1370 MB/s    23237 calls/s  23237 msg/s
# udp rx:    614 MB/s   498170 calls/s
# udp tx:   1373 MB/s    23293 calls/s  23293 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:   1190 MB/s   965094 calls/s
# udp tx:   1900 MB/s    32228 calls/s  32228 msg/s
# udp rx:   1598 MB/s  1296472 calls/s
# udp tx:   1854 MB/s    31448 calls/s  31448 msg/s
# udp rx:   1641 MB/s  1330423 calls/s
# udp tx:   1939 MB/s    32891 calls/s  32891 msg/s
# UDP GRO fwd perf                        udp rx:   1551 MB/s  1257518 calls/s
# udp tx:   1937 MB/s    32862 calls/s  32862 msg/s
# udp rx:   1648 MB/s  1336576 calls/s
# udp tx:   1907 MB/s    32344 calls/s  32344 msg/s
# udp rx:   1394 MB/s  1130644 calls/s
# udp tx:   1789 MB/s    30353 calls/s  30353 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__->