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:   1775 MB/s  1443694 calls/s
# udp tx:   1945 MB/s    32990 calls/s  32990 msg/s
# udp rx:   1941 MB/s  1579934 calls/s
# udp tx:   1955 MB/s    33173 calls/s  33173 msg/s
# udp rx:   1866 MB/s  1518226 calls/s
# udp tx:   1951 MB/s    33103 calls/s  33103 msg/s
# UDP GRO fwd perf                        udp rx:   1798 MB/s  1464125 calls/s
# udp tx:   1927 MB/s    32699 calls/s  32699 msg/s
# udp rx:   1506 MB/s  1225828 calls/s
# udp tx:   1572 MB/s    26677 calls/s  26677 msg/s
# udp rx:   1054 MB/s   858101 calls/s
# udp tx:   1299 MB/s    22045 calls/s  22045 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:   1147 MB/s   929786 calls/s
# udp tx:   1866 MB/s    31651 calls/s  31651 msg/s
# udp tx:   1913 MB/s    32457 calls/s  32457 msg/s
# udp rx:   1595 MB/s  1293438 calls/s
# udp tx:   1915 MB/s    32495 calls/s  32495 msg/s
# udp rx:   1703 MB/s  1380496 calls/s
# UDP GRO fwd perf                        udp rx:   1448 MB/s  1173542 calls/s
# udp tx:   1937 MB/s    32859 calls/s  32859 msg/s
# udp rx:   1805 MB/s  1462889 calls/s
# udp tx:   1947 MB/s    33026 calls/s  33026 msg/s
# udp rx:   1819 MB/s  1475165 calls/s
# udp tx:   1960 MB/s    33251 calls/s  33251 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__->