Xuan Zhuo
2023-Apr-13 07:16 UTC
[PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
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 at 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 at redhat.com> M: Jason Wang <jasowang at redhat.com> +R: Xuan Zhuo <xuanzhuo at linux.alibaba.com> L: virtualization at lists.linux-foundation.org S: Maintained F: Documentation/ABI/testing/sysfs-bus-vdpa -- 2.32.0.3.g01195cf9f
Xuan Zhuo
2023-Apr-19 03:48 UTC
[PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
On Thu, 13 Apr 2023 15:16:10 +0800, Xuan Zhuo <xuanzhuo at 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 at 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 at redhat.com> > M: Jason Wang <jasowang at redhat.com> > +R: Xuan Zhuo <xuanzhuo at linux.alibaba.com> > L: virtualization at lists.linux-foundation.org > S: Maintained > F: Documentation/ABI/testing/sysfs-bus-vdpa > -- > 2.32.0.3.g01195cf9f >
Michael S. Tsirkin
2023-Apr-19 07:34 UTC
[PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
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 at 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 at redhat.com> > M: Jason Wang <jasowang at redhat.com> > +R: Xuan Zhuo <xuanzhuo at linux.alibaba.com> > L: virtualization at lists.linux-foundation.org > S: Maintained > F: Documentation/ABI/testing/sysfs-bus-vdpa > -- > 2.32.0.3.g01195cf9f
Maybe Matching Threads
- [RFC net-next 0/8] virtio_net: refactor xdp codes
- [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
- [PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
- [PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
- [PATCH vhost 08/10] virtio_ring: introduce dma sync api for virtio