make -C tools/testing/selftests TARGETS="net" TEST_PROGS=l2_tos_ttl_inheriit.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # overriding timeout to 7200 # selftests: net: l2_tos_ttl_inherit.sh # ┌────────┬───────┬───────┬──────────────┬──────────────┬───────┬────────┐ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 4 │ inherit 0xc4 │ inherit 5 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0xc4 │ inherit 206 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0xf8 │ fixed 112 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0xcc │ fixed 214 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x30 │ inherit 53 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x10 │ inherit 173 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0xec │ fixed 11 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x20 │ fixed 183 │ true │ OK │ # ├────────┼──────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x70 │ inherit 57 │ false OK │ # │ gre │ 4 │ other │ inherit 0x5c │ inherit 171 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x70 │ fixed 102 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x80 │ fixed 252 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x5c │ inherit 106 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x90 │ inherit 48 │ true │ OK │ # │ gre │ 6 4 │ fixed 0x18 │ fixed 187 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xe4 │ fixed 40 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xe0 │ inherit 188 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0xc8 │ inherit 156 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x14 │ fixed 28 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0xf8 │ fixed 234 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x20 │ inherit 20 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x34 │ inherit 99 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0xbc │ fixed 22 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x8c │ fixed 34 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼─────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0xcc │ inherit 36 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0xb8 │ inherit 96 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xf8 │ fixed 158 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x70 │ fixed 248 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xf4 │ inherit 141 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x14 │ inherit 8 │ true OK │ # │ vxlan │ 4 │ 6 │ fixed 0x80 │ fixed 144 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x70 │ fixed 104 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x44 │ inherit 105 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x68 │ inherit 107 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xf0 │ fixed 93 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x04 │ fixed 35 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x1c │ inherit 133 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x4c │ inherit 253 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x48 │ fixed 220 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xb8 │ fixed 233 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0x24 │ inherit 85 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0x44 │ inherit 3 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x58 │ fixed 175 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xd4 │ fixed 189 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x54 │ inherit 101 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xb4 │ inherit 68 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x7c │ fixed 158 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x88 │ fixed 3 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x3c │ inherit 62 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x34 │ inherit 37 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x64 │ fixed 186 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x2c │ fixed 202 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x90 │ inherit 175 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x14 │ inherit 29 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xb4 │ fixed 61 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xd0 │ fixed 248 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x2c │ inherit 163 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x48 │ inherit 26 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0x9c │ fixed 140 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xec │ fixed 135 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xac │ inherit 136 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x68 │ inherit 31 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xf8 │ fixed 36 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xe0 │ fixed 151 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼──────────────┤ # │ geneve │ 6 │ 6 │ inherit 0x64 │ inherit 38 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xf8 │ inherit 155 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x54 │ fixed 37 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x94 │ fixed 79 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x10 │ inherit 182 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0xc8 │ inherit 185 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0xf4 │ fixed 218 │ false OK │ # │ geneve │ 6 │ other │ fixed 0xe4 │ fixed 189 │ true │ OK │ # └────────┴───────┴───────┴──────────────┴──────────────┴───────┴────────┘ ok 1 selftests: net: l2_tos_ttl_inherit.sh make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak xx__->