[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <81516751-ece9-2d29-023b-b0fba34eb0fe@gmail.com>
Date: Wed, 28 Jul 2021 20:44:57 -0600
From: David Ahern <dsahern@...il.com>
To: Justin Iurman <justin.iurman@...ege.be>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org
Subject: Re: [PATCH iproute2-next v2 2/3] New IOAM6 encap type for routes
On 7/27/21 7:42 AM, Justin Iurman wrote:
>> + trace = RTA_DATA(tb[IOAM6_IPTUNNEL_TRACE]);
>> +
>> + print_hex(PRINT_ANY, "type", "type %#06x ", ntohl(trace->type_be32) >> 8);
> Uh oh... Should be %#08x instead, sorry for that. Should I submit a v3 to reflect it?
>
>> + print_uint(PRINT_ANY, "ns", "ns %u ", ntohs(trace->namespace_id));
>> + print_uint(PRINT_ANY, "size", "size %u ", trace->remlen * 4);
>> +}
>> +
roll it into v3.
(also, please chop unrelated content in the reply; it is easy to miss
that one line comment scrolling the long message)
Powered by blists - more mailing lists