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:    808 MB/s   655715 calls/s
# udp tx:   1340 MB/s    22734 calls/s  22734 msg/s
# udp rx:   1143 MB/s   927267 calls/s
# udp tx:   1391 MB/s    23609 calls/s  23609 msg/s
# udp rx:   1166 MB/s   946227 calls/s
# udp tx:   1396 MB/s    23679 calls/s  23679 msg/s
# UDP GRO fwd perf                        udp rx:    965 MB/s   782271 calls/s
# udp tx:   1400 MB/s    23750 calls/s  23750 msg/s
# udp rx:   1046 MB/s   848363 calls/s
# udp tx:   1397 MB/s    23703 calls/s  23703 msg/s
# udp rx:   1201 MB/s   974522 calls/s
# udp tx:   1397 MB/s    23698 calls/s  23698 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:   1169 MB/s   948818 calls/s
# udp tx:   1844 MB/s    31277 calls/s  31277 msg/s
# udp rx:   1775 MB/s  1441194 calls/s
# udp tx:   1871 MB/s    31749 calls/s  31749 msg/s
# udp rx:   1739 MB/s  1410705 calls/s
# udp tx:   1880 MB/s    31898 calls/s  31898 msg/s
# UDP GRO fwd perf                        udp rx:   1688 MB/s  1369004 calls/s
# udp tx:   1899 MB/s    32213 calls/s  32213 msg/s
# udp rx:   1784 MB/s  1446348 calls/s
# udp tx:   1944 MB/s    32981 calls/s  32981 msg/s
# udp rx:   1773 MB/s  1436767 calls/s
# udp tx:   1942 MB/s    32944 calls/s  32944 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__->