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 0xd8 │ inherit 123 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0xb0 │ inherit 125 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x28 │ fixed 247 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x98 │ fixed 206 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x10 │ inherit 72 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x14 │ inherit 155 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x1c │ fixed 219 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x34 │ fixed 233 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0xd8 │ inherit 128 │ false OK │ # │ gre │ 4 │ other │ inherit 0x0c │ inherit 114 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x54 │ fixed 27 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x84 │ fixed 22 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├──────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0xa0 │ inherit 132 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x40 │ inherit 28 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0xe8 │ fixed 18 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xdc │ fixed 66 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xe0 │ inherit 139 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x20 │ inherit 89 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x28 │ fixed 61 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x38 │ fixed 189 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x54 │ inherit 175 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0xe8 │ inherit 90 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x6c │ fixed 45 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x44 │ fixed 25 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0xac │ inherit 225 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x3c │ inherit 108 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xc4 │ fixed 187 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x38 │ fixed 70 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0x84 │ inherit 144 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0xa0 │ inherit 133 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x30 │ fixed 141 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x68 │ fixed 184 │ true │ OK │ # ├────────┼───────┼───────┼─────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0xd4 │ inherit 136 │ false │ OK │ # │ vxlan │ 4 other │ inherit 0xf0 │ inherit 102 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0x34 │ fixed 112 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x48 │ fixed 183 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼──────── # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x40 │ inherit 20 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x78 │ inherit 33 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x04 │ fixed 124 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xf0 │ fixed 181 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0x5c │ inherit 3 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xe8 │ inherit 231 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x28 │ fixed 168 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x80 │ fixed 34 │ true │ OK │ # ├────────┼───────┼───────┼────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x60 │ inherit 209 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0x88 │ inherit 120 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0xf0 │ fixed 249 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x20 │ fixed 171 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0xcc │ inherit 176 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0xbc │ inherit 222 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x74 │ fixed 36 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x68 │ fixed 72 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x2c │ inherit 148 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x10 │ inherit 10 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x14 │ fixed 101 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xd4 │ fixed 255 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x5c │ inherit 47 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x84 │ inherit 123 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0x7c │ fixed 107 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xe0 │ fixed 225 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xd0 │ inherit 74 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x74 │ inherit 126 │ true │ OK │ # geneve │ 6 │ 4 │ fixed 0x5c │ fixed 160 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x18 │ fixed 29 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x4c │ inherit 214 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xd0 │ inherit 78 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xdc │ fixed 57 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x74 │ fixed 16 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x2c │ inherit 16 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x14 │ inherit 90 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x80 │ fixed 45 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0xe8 │ fixed 165 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__->