On Wed, 24 Apr 2024 11:55:24 +0800, Jason Wang wrote:
> On Tue, Apr 23, 2024 at 7:32 PM Xuan Zhuo wrote:
> >
> > Now, we have this:
> >
> > tx_queue_0_tx_timeouts
> >
> > This is used to record the tx schedule timeout.
> > But this has two "tx". I think the below is enough.
> >
> > tx_que
On Tue, Apr 23, 2024 at 7:32 PM Xuan Zhuo wrote:
>
> Now, we have this:
>
> tx_queue_0_tx_timeouts
>
> This is used to record the tx schedule timeout.
> But this has two "tx". I think the below is enough.
>
> tx_queue_0_timeouts
>
> So I rename this field.
>
> Signed-off-by: Xuan Zhuo
> R