Re: [PATCH iproute2-next v6 3/3] tc: correct tc_pie_xstats field documentation
From: Stephen Hemminger
Date: Mon Sep 21 2026 - 15:09:57 EST
On Sat, 19 Sep 2026 11:42:54 +0530
"Hemendra M. Naik" <hemendranaik@xxxxxxxxx> wrote:
> Correct the comments describing the delay and avg_dq_rate fields in
> struct tc_pie_xstats to match the values exported by the kernel.
>
> Update the documented units for delay from milliseconds to
> microseconds, and for avg_dq_rate from bits/pie_time to
> bytes/second.
>
> These are documentation-only changes and do not affect the UAPI or
> runtime behavior.
>
> Signed-off-by: Hemendra M. Naik <hemendranaik@xxxxxxxxx>
> Signed-off-by: Vishal Kamath <vishy0777@xxxxxxxxx>
> Signed-off-by: Mohit P. Tahiliani <tahiliani@xxxxxxxxxxx>
> ---
Header file changes are done by getting patch accepted to kernel.
Then the headers generated by "make headers_install" are synced
with iproute2. We don't take changes directly.