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:   1335 MB/s  1086647 calls/s
# udp tx:   1909 MB/s    32391 calls/s  32391 msg/s
# udp rx:   1676 MB/s  1364830 calls/s
# udp tx:   1909 MB/s    32391 calls/s  32391 msg/s
# udp rx:   1923 MB/s  1565628 calls/s
# udp tx:   1972 MB/s    33458 calls/s  33458 msg/s
# UDP GRO fwd perf                        udp rx:   1759 MB/s  1430991 calls/s
# udp tx:   1916 MB/s    32507 calls/s  32507 msg/s
# udp rx:   1860 MB/s  1513441 calls/s
# udp tx:   1973 MB/s    33477 calls/s  33477 msg/s
# udp rx:   1718 MB/s  1395909 calls/s
# udp tx:   1913 MB/s    32454 calls/s  32454 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:   1567 MB/s  1269989 calls/s
# udp tx:   1960 MB/s    33246 calls/s  33246 msg/s
# udp rx:   1691 MB/s  1370281 calls/s
# udp tx:   1965 MB/s    33332 calls/s  33332 msg/s
# udp rx:   1617 MB/s  1309752 calls/s
# udp tx:   1961 MB/s    33273 calls/s  33273 msg/s
# UDP GRO fwd perf                        udp rx:    971 MB/s   788143 calls/s
# udp tx:   1339 MB/s    22716 calls/s  22716 msg/s
# udp rx:   1213 MB/s   985144 calls/s
# udp tx:   1334 MB/s    22640 calls/s  22640 msg/s
# udp rx:   1203 MB/s   977115 calls/s
# udp tx:   1321 MB/s    22408 calls/s  22408 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__->