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 0xd0 │ inherit 216 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x10 │ inherit 88 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x30 │ fixed 248 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0xa8 │ fixed 73 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x60 │ inherit 93 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0xcc │ inherit 215 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x24 │ fixed 93 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x40 │ fixed 150 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x0c │ inherit 18 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x30 │ inherit 204 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x98 │ fixed 44 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0xa0 │ fixed 244 │ true │ OK │ # ├────────┼──────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x3c │ inherit 177 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0xcc │ inherit 3 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x2c │ fixed 8 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0x9c │ fixed 167 │ true │ OK │ # ├────────┼───────┼───────┼─────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0x18 │ inherit 118 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x4c │ inherit 63 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0xe8 │ fixed 82 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x58 │ fixed 9 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x40 │ inherit 67 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0xfc │ inherit 97 │ true OK │ # │ gre │ 6 │ other │ fixed 0x54 │ fixed 95 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x88 │ fixed 26 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x88 │ inherit 90 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x54 │ inherit 39 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xe0 │ fixed 50 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xec │ fixed 150 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xe4 │ inherit 241 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x6c │ inherit 120 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x38 │ fixed 217 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xd8 │ fixed 51 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0xc4 │ inherit 123 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0xc4 │ inherit 164 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0x18 │ fixed 88 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0xa0 │ fixed 177 │ true │ OK │ # ├────────┼───────┼───────┼─────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0xa0 │ inherit 86 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x54 │ inherit 67 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xd4 │ fixed 4 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xdc │ fixed 207 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0xf4 │ inherit 137 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xf8 │ inherit 37 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x28 │ fixed 221 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x7c │ fixed 14 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x3c │ inherit 73 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xb0 │ inherit 45 │ true OK │ # │ vxlan │ 6 │ other │ fixed 0xf0 │ fixed 36 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x4c │ fixed 108 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼─────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x10 │ inherit 22 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0xe0 │ inherit 130 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x50 │ fixed 177 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x54 │ fixed 51 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve 4 │ 6 │ inherit 0xa8 │ inherit 95 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0xf8 │ inherit 180 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x70 │ fixed 231 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x54 │ fixed 148 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x1c │ inherit 22 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x5c │ inherit 212 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0x88 │ fixed 246 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xb8 │ fixed 131 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xa0 │ inherit 36 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x4c │ inherit 204 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xdc │ fixed 82 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x08 │ fixed 159 │ true │ OK │ # ├────────┼───────┼───────┼─────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0xf8 │ inherit 100 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xa4 │ inherit 33 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xf8 │ fixed 163 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x90 │ fixed 109 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0xac │ inherit 187 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x7c │ inherit 30 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x30 │ fixed 249 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x24 │ fixed 158 │ 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__->