Re: [PATCH net-next v3 0/6] virtio-net: support device stats

2024-02-27 Thread Jiri Pirko
Tue, Feb 27, 2024 at 09:02:57AM CET, xuanz...@linux.alibaba.com wrote: >As the spec: > >https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > >The virtio net supports to get device stats. Okay, you state what hw supports. It would be nice to throw in a sentence

[PATCH net-next v3 0/6] virtio-net: support device stats

2024-02-27 Thread Xuan Zhuo
As the spec: https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 The virtio net supports to get device stats. Please review. Thanks. v3: 1. rebase net-next v2: 1. fix the usage of the leXX_to_cpu() 2. add comment to the structure virtnet_stats_