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

2024-01-29 Thread Xuan Zhuo
On Tue, 30 Jan 2024 11:20:10 +0800, Jason Wang wrote: > On Tue, Jan 16, 2024 at 1:56 PM Xuan Zhuo wrote: > > > > On Tue, 26 Dec 2023 15:30:57 +0800, Xuan Zhuo > > wrote: > > > As the spec: > > > > > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > >

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

2024-01-29 Thread Jason Wang
On Tue, Jan 16, 2024 at 1:56 PM Xuan Zhuo wrote: > > On Tue, 26 Dec 2023 15:30:57 +0800, Xuan Zhuo > wrote: > > As the spec: > > > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > > > The virtio net supports to get device stats. > > Hi Jason, > > Any

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

2024-01-15 Thread Xuan Zhuo
On Tue, 26 Dec 2023 15:30:57 +0800, Xuan Zhuo wrote: > As the spec: > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > The virtio net supports to get device stats. Hi Jason, Any comments for this? Thanks > > Please review. > > Thanks. > > v1: >

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

2023-12-25 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. v1: 1. fix some definitions of the marco and the struct Xuan Zhuo (6): virtio_net: introduce device stats feature an