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 0x5c │ inherit 52 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0xf4 │ inherit 122 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x3c │ fixed 247 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x58 │ fixed 98 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x44 │ inherit 107 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x40 │ inherit 107 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0xf8 │ fixed 171 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0xd0 │ fixed 119 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x88 │ inherit 218 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x70 │ inherit 115 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x0c │ fixed 110 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x54 │ fixed 187 │ true │ OK │ # ├────────┼───────┼────────────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x64 │ inherit 87 false │ OK │ # │ gre │ 6 │ 4 │ inherit 0xec │ inherit 159 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0xc8 │ fixed 179 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0x74 │ fixed 246 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0x3c │ inherit 162 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x88 │ inherit 117 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x4c │ fixed 107 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x6c │ fixed 73 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x04 │ inherit 112 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x3c │ inherit 207 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x84 │ fixed 235 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0xdc │ fixed 68 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x20 │ inherit 239 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0xdc │ inherit 241 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xdc │ fixed 18 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xd0 │ fixed 124 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0x08 │ inherit 70 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0xf0 │ inherit 219 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xe4 │ fixed 97 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xd4 │ fixed 148 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ vxlan │ 4 │ other │ inherit 0xd0 │ inherit 135 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0xc4 │ inherit 14 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xd4 │ fixed 125 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x80 │ fixed 220 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼─────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0xe8 │ inherit 71 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x98 │ inherit 92 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x68 │ fixed 44 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xb4 │ fixed 55 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0xd0 │ inherit 31 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0x88 │ inherit 252 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x38 │ fixed 209 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x6c │ fixed 60 │ true │ OK │ # ├────────┼───────┼───────┼─────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x28 │ inherit 43 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0x30 │ inherit 59 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x38 │ fixed 161 false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x30 │ fixed 72 │ true OK │ # ├────────┼───────┼───────┼──────────────┼─────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x0c │ inherit 107 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x40 │ inherit 107 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x38 │ fixed 101 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0xe4 │ fixed 218 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0xc0 │ inherit 78 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x84 │ inherit 151 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x18 │ fixed 149 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xc4 │ fixed 183 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x7c │ inherit 229 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x84 │ inherit 118 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0x50 │ fixed 216 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0x40 │ fixed 146 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xb8 │ inherit 166 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0xd0 │ inherit 119 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xc8 │ fixed 45 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xb8 │ fixed 100 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x5c │ inherit 154 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xd0 │ inherit 70 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x68 │ fixed 206 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x40 │ fixed 1 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0xdc │ inherit 247 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0xb4 │ inherit 13 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0xa8 │ fixed 42 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x2c │ fixed 174 │ 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__->