Re: [PATCH net-next v4 0/8] virtio-net: support device stats

2024-03-14 Thread Paolo Abeni
On Thu, 2024-03-14 at 16:54 +0800, Xuan Zhuo wrote: > As the spec: > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > The virtio net supports to get device stats. > > Please review. > > Thanks. > > > v4: > 1. Support per-queue statistics API >

[PATCH net-next v4 0/8] virtio-net: support device stats

2024-03-14 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. v4: 1. Support per-queue statistics API 2. Fix some small problems in last version v3: 1. rebase net-next v2: