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 0x88 │ inherit 146 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x9c │ inherit 215 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0xac │ fixed 74 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x10 │ fixed 98 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0xa8 │ inherit 55 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0xc0 │ inherit 255 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x94 │ fixed 123 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0xdc │ fixed 3 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x98 │ inherit 94 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x10 │ inherit 247 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x38 │ fixed 246 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x40 │ fixed 16 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x48 │ inherit 144 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x80 │ inherit 121 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x60 │ fixed 105 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xc0 │ fixed 53 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xa8 │ inherit 27 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0xf8 │ inherit 111 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0xec │ fixed 78 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x08 │ fixed 130 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x74 │ inherit 17 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0xf8 │ inherit 45 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x44 │ fixed 176 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x30 │ fixed 189 │ true │ OK │ # ├────────┼──────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x14 │ inherit 15 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x7c │ inherit 17 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x58 │ fixed 204 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x24 │ fixed 66 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0x98 inherit 86 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x88 │ inherit 125 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xac │ fixed 97 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xf8 │ fixed 73 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0xe8 │ inherit 209 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0xf0 │ inherit 99 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xd0 │ fixed 2 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x64 │ fixed 83 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x44 │ inherit 147 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0xdc │ inherit 204 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xe8 │ fixed 231 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xe8 │ fixed 36 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0x18 │ inherit 165 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xa4 │ inherit 201 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xf0 │ fixed 167 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x60 │ fixed 153 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x80 │ inherit 122 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xb0 │ inherit 45 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0xb4 │ fixed 41 │ false │ OK │ # vxlan │ 6 │ other │ fixed 0x28 │ fixed 170 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x34 │ inherit 241 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0xfc │ inherit 57 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x50 │ fixed 177 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x94 │ fixed 212 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x34 │ inherit 135 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x18 │ inherit 250 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xa4 │ fixed 206 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x24 │ fixed 26 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x6c │ inherit 110 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0xe0 │ inherit 134 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0x4c │ fixed 203 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xd8 │ fixed 12 │ true │ OK # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0x38 │ inherit 214 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x24 │ inherit 77 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xb4 │ fixed 3 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xa8 │ fixed 167 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0xd4 │ inherit 8 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xc8 │ inherit 145 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x8c │ fixed 208 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x58 │ fixed 192 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x38 │ inherit 217 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0xd8 │ inherit 166 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x88 │ fixed 133 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x6c │ fixed 215 │ 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__->