Re: [PATCH net-next v5 7/9] virtio_net: rename stat tx_timeout to timeout

2024-04-09 Thread Jason Wang
On Mon, Mar 18, 2024 at 7:06 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 v5 7/9] virtio_net: rename stat tx_timeout to timeout

2024-03-18 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