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 0x40 │ inherit 48 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x08 │ inherit 213 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x64 │ fixed 47 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x18 │ fixed 169 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0xac │ inherit 175 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0xcc │ inherit 59 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x98 │ fixed 179 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x7c │ fixed 243 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x18 │ inherit 23 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x94 │ inherit 193 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x04 │ fixed 12 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x7c │ fixed 118 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x34 │ inherit 104 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0xfc │ inherit 247 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x44 │ fixed 50 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xe0 │ fixed 39 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0x28 │ inherit 190 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x44 │ inherit 105 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0xe8 │ fixed 12 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x88 │ fixed 139 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x88 │ inherit 231 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x88 │ inherit 207 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x60 │ fixed 168 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0xd8 │ fixed 197 │ true │ OK │ # ────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0xac │ inherit 2 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x0c │ inherit 39 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xb0 │ fixed 39 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xa0 │ fixed 45 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xd4 │ inherit 230 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x9c │ inherit 184 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xe4 │ fixed 157 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x0c │ fixed 200 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x38 │ inherit 84 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0xd0 │ inherit 136 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xcc │ fixed 181 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0xd4 │ fixed 185 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x08 │ inherit 156 │ false OK │ # │ vxlan │ 6 │ 4 │ inherit 0x40 │ inherit 47 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xb0 │ fixed 79 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x84 │ fixed 134 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0xc4 │ inherit 1 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xc0 │ inherit 60 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x34 │ fixed 8 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xf0 │ fixed 35 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x5c │ inherit 228 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xcc │ inherit 77 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x44 │ fixed 145 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0xb4 │ fixed 178 │ true │ OK │ # ├────────┼───────┼─────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0xe0 │ inherit 187 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x78 │ inherit 219 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x90 │ fixed 254 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x3c │ fixed 103 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x44 │ inherit 246 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x18 │ inherit 248 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x14 │ fixed 78 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x6c │ fixed 173 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x2c │ inherit 83 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x5c │ inherit 5 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xc8 │ fixed 251 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0x98 │ fixed 154 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xb8 │ inherit 15 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x4c │ inherit 242 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x78 │ fixed 175 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xc4 │ fixed 145 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ geneve │ 6 │ 6 │ inherit 0xcc │ inherit 6 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xe4 │ inherit 44 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xfc │ fixed 70 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x0c │ fixed 165 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x14 │ inherit 118 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x10 │ inherit 174 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x98 │ fixed 241 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x0c │ fixed 84 │ 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__->