make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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                            fail - received 10 packets, expected 1
# GRO fwd                                  fail - received 10 packets, expected 1
# UDP fwd perf                            udp rx:   1758 MB/s  1431768 calls/s
# udp tx:   1862 MB/s    31594 calls/s  31594 msg/s
# udp rx:   1706 MB/s  1389411 calls/s
# udp tx:   1862 MB/s    31597 calls/s  31597 msg/s
# udp rx:   1780 MB/s  1449433 calls/s
# udp tx:   1785 MB/s    30281 calls/s  30281 msg/s
# UDP GRO fwd perf                        udp rx:   1643 MB/s  1337231 calls/s
# udp tx:   1875 MB/s    31815 calls/s  31815 msg/s
# udp rx:   1809 MB/s  1473002 calls/s
# udp tx:   1822 MB/s    30905 calls/s  30905 msg/s
# udp rx:   1717 MB/s  1397821 calls/s
# udp tx:   1748 MB/s    29649 calls/s  29649 msg/s
# GRO frag list over UDP tunnel            fail - received 10 packets, expected 1
# GRO fwd over UDP tunnel                  fail - received 10 packets, expected 1
# UDP tunnel fwd perf                     udp tx:   1743 MB/s    29563 calls/s  29563 msg/s
# udp rx:    161 MB/s   131487 calls/s
# udp tx:   1809 MB/s    30697 calls/s  30697 msg/s
# udp rx:     41 MB/s    33539 calls/s
# udp tx:   1825 MB/s    30964 calls/s  30964 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1812 MB/s    30739 calls/s  30739 msg/s
# udp rx:     45 MB/s    36763 calls/s
# udp tx:   1865 MB/s    31638 calls/s  31638 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1813 MB/s    30752 calls/s  30752 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            fail - received 10 packets, expected 1
# GRO fwd                                  fail - received 10 packets, expected 1
# UDP fwd perf                            udp rx:   1223 MB/s   995707 calls/s
# udp tx:   1757 MB/s    29800 calls/s  29800 msg/s
# udp rx:   1796 MB/s  1462213 calls/s
# udp tx:   1797 MB/s    30485 calls/s  30485 msg/s
# udp rx:   1872 MB/s  1524246 calls/s
# udp tx:   1885 MB/s    31979 calls/s  31979 msg/s
# UDP GRO fwd perf                        udp rx:   1506 MB/s  1225077 calls/s
# udp tx:   1692 MB/s    28704 calls/s  28704 msg/s
# udp rx:   1840 MB/s  1498119 calls/s
# udp tx:   1894 MB/s    32125 calls/s  32125 msg/s
# udp rx:   1890 MB/s  1539227 calls/s
# udp tx:   1898 MB/s    32206 calls/s  32206 msg/s
# GRO frag list over UDP tunnel            fail - received 10 packets, expected 1
# GRO fwd over UDP tunnel                  fail - received 10 packets, expected 1
# UDP tunnel fwd perf                     udp tx:   1436 MB/s    24370 calls/s  24370 msg/s
# udp rx:      6 MB/s     5424 calls/s
# udp tx:   1812 MB/s    30736 calls/s  30736 msg/s
# udp rx:      3 MB/s     2969 calls/s
# udp tx:   1820 MB/s    30878 calls/s  30878 msg/s
# UDP tunnel GRO fwd perf                 udp rx:     10 MB/s     8434 calls/s
# udp tx:   1726 MB/s    29288 calls/s  29288 msg/s
# udp tx:   1643 MB/s    27875 calls/s  27875 msg/s
# udp rx:     50 MB/s    40696 calls/s
# udp tx:   1512 MB/s    25655 calls/s  25655 msg/s
not ok 1 selftests: net: udpgro_fwd.sh # exit=1
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__->