make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=tc_floower.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-2/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# timeout set to 10800
# selftests: net/forwarding: tc_flower.sh
# 8.86 [+8.86] TEST: dst_mac match (skip_hw)                                       [ OK ]
# 11.31 [+2.45] TEST: src_mac match (skip_hw)                                       [ OK ]
# 12.89 [+1.58] TEST: dst_ip match (skip_hw)                                        [ OK ]
# 14.34 [+1.44] TEST: src_ip match (skip_hw)                                        [ OK ]
# 17.15 [+2.81] TEST: ip_flags match (skip_hw)                                      [ OK ]
# 17.52 [+0.37] TEST: PCP match (skip_hw)                                           [ OK ]
# 17.95 [+0.44] TEST: VLAN match (skip_hw)                                          [ OK ]
# 20.25 [+2.30] TEST: ip_tos match (skip_hw)                                        [ OK ]
# 21.46 [+1.21] TEST: indev match (skip_hw)                                         [ OK ]
# 23.84 [+2.39] TEST: ip_ttl match (skip_hw)                                        [ OK ]
# 26.22 [+2.38] TEST: mpls_label match (skip_hw)                                    [ OK ]
# 28.57 [+2.35] TEST: mpls_tc match (skip_hw)                                       [ OK ]
# 30.91 [+2.34] TEST: mpls_bos match (skip_hw)                                      [ OK ]
# 33.25 [+2.34] TEST: mpls_ttl match (skip_hw)                                      [ OK ]
# 34.53 [+1.28] TEST: mpls lse match (skip_hw)                                      [ OK ]
# 34.55 [+0.02] INFO: Could not test offloaded functionality
ok 1 selftests: net/forwarding: tc_flower.sh
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-2/tools/testing/selftests'
xx__-> echo $?
0
xx__->