Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-04-22 Thread Xuan Zhuo
On Mon, 22 Apr 2024 16:33:01 -0400, "Michael S. Tsirkin" wrote: > On Mon, Mar 18, 2024 at 07:05:53PM +0800, Xuan Zhuo wrote: > > As the spec: > > > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > > > The virtio net supports to get device stats. > > >

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-04-22 Thread Michael S. Tsirkin
On Mon, Mar 18, 2024 at 07:05:53PM +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. series: Acked-by: Michael S. Tsirkin I think you can now

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-21 Thread Simon Horman
On Thu, Mar 21, 2024 at 11:54:34AM +0800, Xuan Zhuo wrote: > On Wed, 20 Mar 2024 20:38:01 -0700, Jakub Kicinski wrote: > > On Wed, 20 Mar 2024 16:04:21 +0800 Xuan Zhuo wrote: > > > I have a question regarding the workflow for feature discussions. If we > > > consistently engage in discussions abou

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-20 Thread Xuan Zhuo
On Wed, 20 Mar 2024 20:38:01 -0700, Jakub Kicinski wrote: > On Wed, 20 Mar 2024 16:04:21 +0800 Xuan Zhuo wrote: > > I have a question regarding the workflow for feature discussions. If we > > consistently engage in discussions about a particular feature, this may > > result > > in the submission

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-20 Thread Jakub Kicinski
On Wed, 20 Mar 2024 16:04:21 +0800 Xuan Zhuo wrote: > I have a question regarding the workflow for feature discussions. If we > consistently engage in discussions about a particular feature, this may result > in the submission of multiple patch sets. In light of this, should we modify > the > usag

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-20 Thread Jiri Pirko
Wed, Mar 20, 2024 at 09:04:21AM CET, xuanz...@linux.alibaba.com wrote: >On Tue, 19 Mar 2024 11:12:23 +0100, Paolo Abeni wrote: >> On Mon, 2024-03-18 at 13:19 +0100, Jiri Pirko wrote: >> > Mon, Mar 18, 2024 at 12:53:38PM CET, xuanz...@linux.alibaba.com wrote: >> > > On Mon, 18 Mar 2024 12:52:18 +01

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-20 Thread Xuan Zhuo
Hope this in your list. Thanks.

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-20 Thread Xuan Zhuo
On Tue, 19 Mar 2024 11:12:23 +0100, Paolo Abeni wrote: > On Mon, 2024-03-18 at 13:19 +0100, Jiri Pirko wrote: > > Mon, Mar 18, 2024 at 12:53:38PM CET, xuanz...@linux.alibaba.com wrote: > > > On Mon, 18 Mar 2024 12:52:18 +0100, Jiri Pirko wrote: > > > > Mon, Mar 18, 2024 at 12:05:53PM CET, xuanz..

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-19 Thread Paolo Abeni
On Mon, 2024-03-18 at 13:19 +0100, Jiri Pirko wrote: > Mon, Mar 18, 2024 at 12:53:38PM CET, xuanz...@linux.alibaba.com wrote: > > On Mon, 18 Mar 2024 12:52:18 +0100, Jiri Pirko wrote: > > > Mon, Mar 18, 2024 at 12:05:53PM CET, xuanz...@linux.alibaba.com wrote: > > > > As the spec: > > > > > > > >

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-18 Thread Jiri Pirko
Mon, Mar 18, 2024 at 12:53:38PM CET, xuanz...@linux.alibaba.com wrote: >On Mon, 18 Mar 2024 12:52:18 +0100, Jiri Pirko wrote: >> Mon, Mar 18, 2024 at 12:05:53PM CET, xuanz...@linux.alibaba.com wrote: >> >As the spec: >> > >> >https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbb

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-18 Thread Xuan Zhuo
On Mon, 18 Mar 2024 12:52:18 +0100, Jiri Pirko wrote: > Mon, Mar 18, 2024 at 12:05:53PM 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. > > > >

Re: [PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-18 Thread Jiri Pirko
Mon, Mar 18, 2024 at 12:05:53PM 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. > >Please review. net-next is closed. Please resubmit next week.

[PATCH net-next v5 0/9] virtio-net: support device stats

2024-03-18 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. v5: 1. Fix some small problems in last version 2. Not report stats that will be reported by netlink 3. remove "_