Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-26 Thread Xuan Zhuo
On Tue, 26 Dec 2023 04:19:26 -0500, "Michael S. Tsirkin" wrote: > On Tue, Dec 26, 2023 at 05:09:21PM +0800, Xuan Zhuo wrote: > > On Tue, 26 Dec 2023 04:08:01 -0500, "Michael S. Tsirkin" > > wrote: > > > On Tue, Dec 26, 2023 at 05:00:25PM +0800, Xuan Zhuo wrote: > > > > On Tue, 26 Dec 2023 03:58

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-26 Thread Michael S. Tsirkin
On Tue, Dec 26, 2023 at 05:09:21PM +0800, Xuan Zhuo wrote: > On Tue, 26 Dec 2023 04:08:01 -0500, "Michael S. Tsirkin" > wrote: > > On Tue, Dec 26, 2023 at 05:00:25PM +0800, Xuan Zhuo wrote: > > > On Tue, 26 Dec 2023 03:58:37 -0500, "Michael S. Tsirkin" > > > wrote: > > > > On Tue, Dec 26, 2023

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-26 Thread Xuan Zhuo
On Tue, 26 Dec 2023 04:08:01 -0500, "Michael S. Tsirkin" wrote: > On Tue, Dec 26, 2023 at 05:00:25PM +0800, Xuan Zhuo wrote: > > On Tue, 26 Dec 2023 03:58:37 -0500, "Michael S. Tsirkin" > > wrote: > > > On Tue, Dec 26, 2023 at 02:17:43PM +0800, Xuan Zhuo wrote: > > > > On Mon, 25 Dec 2023 16:01

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-26 Thread Michael S. Tsirkin
On Tue, Dec 26, 2023 at 05:00:25PM +0800, Xuan Zhuo wrote: > On Tue, 26 Dec 2023 03:58:37 -0500, "Michael S. Tsirkin" > wrote: > > On Tue, Dec 26, 2023 at 02:17:43PM +0800, Xuan Zhuo wrote: > > > On Mon, 25 Dec 2023 16:01:39 +0800, Zhu Yanjun > > > wrote: > > > > 在 2023/12/22 11:30, Xuan Zhuo 写

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-26 Thread Xuan Zhuo
On Tue, 26 Dec 2023 03:58:37 -0500, "Michael S. Tsirkin" wrote: > On Tue, Dec 26, 2023 at 02:17:43PM +0800, Xuan Zhuo wrote: > > On Mon, 25 Dec 2023 16:01:39 +0800, Zhu Yanjun wrote: > > > 在 2023/12/22 11:30, Xuan Zhuo 写道: > > > > The virtio-net device stats spec: > > > > > > > > https://github.

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-26 Thread Michael S. Tsirkin
On Tue, Dec 26, 2023 at 02:17:43PM +0800, Xuan Zhuo wrote: > On Mon, 25 Dec 2023 16:01:39 +0800, Zhu Yanjun wrote: > > 在 2023/12/22 11:30, Xuan Zhuo 写道: > > > The virtio-net device stats spec: > > > > > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > >

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-25 Thread Xuan Zhuo
On Mon, 25 Dec 2023 16:01:39 +0800, Zhu Yanjun wrote: > 在 2023/12/22 11:30, Xuan Zhuo 写道: > > The virtio-net device stats spec: > > > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > > > This commit introduces the relative feature and structures. > > H

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-25 Thread Zhu Yanjun
在 2023/12/22 11:30, Xuan Zhuo 写道: The virtio-net device stats spec: https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 This commit introduces the relative feature and structures. Hi, Xuan After applying this patch series, withe ethtool version 6.5, I got

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-24 Thread Zhu Yanjun
eature-and-structures/20231222-175505 base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20231222033021.20649-2-xuanzhuo%40linux.alibaba.com patch subject: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structu

Re: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-23 Thread kernel test robot
e: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next patch link: https://lore.kernel.org/r/20231222033021.20649-2-xuanzhuo%40linux.alibaba.com patch subject: [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures config: x86_64-buildonly-randconfig-00

[PATCH net-next 1/6] virtio_net: introduce device stats feature and structures

2023-12-21 Thread Xuan Zhuo
The virtio-net device stats spec: https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 This commit introduces the relative feature and structures. Signed-off-by: Xuan Zhuo --- include/uapi/linux/virtio_net.h | 137 1 file cha