Re: [PATCH net-next v3 6/6] virtio_net: rename stat tx_timeout to timeout

2024-02-27 Thread Jiri Pirko
Tue, Feb 27, 2024 at 09:03:03AM CET, xuanz...@linux.alibaba.com 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: Xu

[PATCH net-next v3 6/6] virtio_net: rename stat tx_timeout to timeout

2024-02-27 Thread Xuan Zhuo
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 --- drivers/net/virtio_net.c | 8 1 file changed, 4 insertions(+