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

2024-04-24 Thread Xuan Zhuo
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

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

2024-04-23 Thread Jason Wang
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

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

2024-04-23 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 Reviewed-by: Jiri Pirko --- drivers/net/virtio_net.c | 8 1 fil