bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
@ 2023-04-13  7:16 Xuan Zhuo
  2023-04-19  3:48 ` Xuan Zhuo
  2023-04-19  7:34 ` Michael S. Tsirkin
  0 siblings, 2 replies; 4+ messages in thread
From: Xuan Zhuo @ 2023-04-13  7:16 UTC (permalink / raw)
  To: Jason Wang, Michael S. Tsirkin, virtualization
  Cc: Alexei Starovoitov, Daniel Borkmann, David S. Miller,
	Jakub Kicinski, Jesper Dangaard Brouer, John Fastabend, netdev,
	bpf

First of all, I personally love open source, linux and virtio. I have
also participated in community work such as virtio for a long time.

I think I am familiar enough with virtio/virtio-net and is adequate as a
reviewer.

Every time there is some patch/bug, I wish I can get pinged
and I will feedback on that.

For me personally, being a reviewer is an honor and a responsibility,
and it also makes it easier for me to participate in virtio-related
work. And I will spend more time reviewing virtio patch. Better advance
virtio development

I had some contributions to virtio/virtio-net and some support for it.

* per-queue reset
* virtio-net xdp
* some bug fix
* ......

I make a humble request to grant the reviewer role for the virtio core
and net drivers.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cacd6074fb89..700b00a9e225 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22064,6 +22064,7 @@ F:	include/uapi/linux/virtio_console.h
 VIRTIO CORE AND NET DRIVERS
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 M:	Jason Wang <jasowang@redhat.com>
+R:	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
 L:	virtualization@lists.linux-foundation.org
 S:	Maintained
 F:	Documentation/ABI/testing/sysfs-bus-vdpa
-- 
2.32.0.3.g01195cf9f


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
  2023-04-13  7:16 [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS Xuan Zhuo
@ 2023-04-19  3:48 ` Xuan Zhuo
  2023-04-19  4:07   ` Jakub Kicinski
  2023-04-19  7:34 ` Michael S. Tsirkin
  1 sibling, 1 reply; 4+ messages in thread
From: Xuan Zhuo @ 2023-04-19  3:48 UTC (permalink / raw)
  To: Xuan Zhuo
  Cc: Alexei Starovoitov, Daniel Borkmann, David S. Miller,
	Jakub Kicinski, Jesper Dangaard Brouer, John Fastabend, netdev,
	bpf, Jason Wang, Michael S. Tsirkin, virtualization

On Thu, 13 Apr 2023 15:16:10 +0800, Xuan Zhuo <xuanzhuo@linux.alibaba.com> wrote:
> First of all, I personally love open source, linux and virtio. I have
> also participated in community work such as virtio for a long time.
>
> I think I am familiar enough with virtio/virtio-net and is adequate as a
> reviewer.
>
> Every time there is some patch/bug, I wish I can get pinged
> and I will feedback on that.
>
> For me personally, being a reviewer is an honor and a responsibility,
> and it also makes it easier for me to participate in virtio-related
> work. And I will spend more time reviewing virtio patch. Better advance
> virtio development
>
> I had some contributions to virtio/virtio-net and some support for it.
>
> * per-queue reset
> * virtio-net xdp
> * some bug fix
> * ......
>
> I make a humble request to grant the reviewer role for the virtio core
> and net drivers.

ping!!

>
> Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cacd6074fb89..700b00a9e225 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22064,6 +22064,7 @@ F:	include/uapi/linux/virtio_console.h
>  VIRTIO CORE AND NET DRIVERS
>  M:	"Michael S. Tsirkin" <mst@redhat.com>
>  M:	Jason Wang <jasowang@redhat.com>
> +R:	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
>  L:	virtualization@lists.linux-foundation.org
>  S:	Maintained
>  F:	Documentation/ABI/testing/sysfs-bus-vdpa
> --
> 2.32.0.3.g01195cf9f
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
  2023-04-19  3:48 ` Xuan Zhuo
@ 2023-04-19  4:07   ` Jakub Kicinski
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2023-04-19  4:07 UTC (permalink / raw)
  To: Xuan Zhuo
  Cc: Alexei Starovoitov, Daniel Borkmann, David S. Miller,
	Jesper Dangaard Brouer, John Fastabend, netdev, bpf, Jason Wang,
	Michael S. Tsirkin, virtualization

On Wed, 19 Apr 2023 11:48:12 +0800 Xuan Zhuo wrote:
> > I had some contributions to virtio/virtio-net and some support for it.
> >
> > * per-queue reset
> > * virtio-net xdp
> > * some bug fix
> > * ......
> >
> > I make a humble request to grant the reviewer role for the virtio core
> > and net drivers.  
> 
> ping!!

Please don't send meaningless pings, if you have a question ask it and
make sure you set the right person in the To: header. 'Cause right now
it looks like you're pinging yourself.

-- 
doc-bot: sub/impatient

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
  2023-04-13  7:16 [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS Xuan Zhuo
  2023-04-19  3:48 ` Xuan Zhuo
@ 2023-04-19  7:34 ` Michael S. Tsirkin
  1 sibling, 0 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2023-04-19  7:34 UTC (permalink / raw)
  To: Xuan Zhuo
  Cc: Jason Wang, virtualization, Alexei Starovoitov, Daniel Borkmann,
	David S. Miller, Jakub Kicinski, Jesper Dangaard Brouer,
	John Fastabend, netdev, bpf

On Thu, Apr 13, 2023 at 03:16:10PM +0800, Xuan Zhuo wrote:
> First of all, I personally love open source, linux and virtio. I have
> also participated in community work such as virtio for a long time.
> 
> I think I am familiar enough with virtio/virtio-net and is adequate as a
> reviewer.
> 
> Every time there is some patch/bug, I wish I can get pinged
> and I will feedback on that.
> 
> For me personally, being a reviewer is an honor and a responsibility,
> and it also makes it easier for me to participate in virtio-related
> work. And I will spend more time reviewing virtio patch. Better advance
> virtio development
> 
> I had some contributions to virtio/virtio-net and some support for it.
> 
> * per-queue reset
> * virtio-net xdp
> * some bug fix
> * ......
> 
> I make a humble request to grant the reviewer role for the virtio core
> and net drivers.
> 
> Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>

I'll queue this, thanks

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cacd6074fb89..700b00a9e225 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22064,6 +22064,7 @@ F:	include/uapi/linux/virtio_console.h
>  VIRTIO CORE AND NET DRIVERS
>  M:	"Michael S. Tsirkin" <mst@redhat.com>
>  M:	Jason Wang <jasowang@redhat.com>
> +R:	Xuan Zhuo <xuanzhuo@linux.alibaba.com>
>  L:	virtualization@lists.linux-foundation.org
>  S:	Maintained
>  F:	Documentation/ABI/testing/sysfs-bus-vdpa
> -- 
> 2.32.0.3.g01195cf9f


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-19  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-13  7:16 [PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS Xuan Zhuo
2023-04-19  3:48 ` Xuan Zhuo
2023-04-19  4:07   ` Jakub Kicinski
2023-04-19  7:34 ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).