dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: update for virtio and vhost
@ 2020-02-21 13:35 Xiaolong Ye
  2020-02-21 14:06 ` Tiwei Bie
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xiaolong Ye @ 2020-02-21 13:35 UTC (permalink / raw)
  To: dev; +Cc: maxime.coquelin, zhihong.wang, tiwei.bie, thomas, Xiaolong Ye

I volunteer to be co-maintainer for Vhost-user/Vhost PMD/Virtio PMD.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c22c3eb4..8e5d18235 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -855,6 +855,7 @@ F: doc/guides/nics/features/vmxnet3.ini
 Vhost-user
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
+M: Xiaolong Ye <xiaolong.ye@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: lib/librte_vhost/
 F: doc/guides/prog_guide/vhost_lib.rst
@@ -869,6 +870,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
 Vhost PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
+M: Xiaolong Ye <xiaolong.ye@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/vhost/
 F: doc/guides/nics/vhost.rst
@@ -877,6 +879,7 @@ F: doc/guides/nics/features/vhost.ini
 Virtio PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
+M: Xiaolong Ye <xiaolong.ye@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/virtio/
 F: doc/guides/nics/virtio.rst
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH] maintainers: update for virtio and vhost
  2020-02-21 13:35 [dpdk-dev] [PATCH] maintainers: update for virtio and vhost Xiaolong Ye
@ 2020-02-21 14:06 ` Tiwei Bie
  2020-02-21 14:34 ` Wang, Zhihong
  2020-02-25 18:01 ` Maxime Coquelin
  2 siblings, 0 replies; 5+ messages in thread
From: Tiwei Bie @ 2020-02-21 14:06 UTC (permalink / raw)
  To: Xiaolong Ye; +Cc: dev, maxime.coquelin, zhihong.wang, thomas

On Fri, Feb 21, 2020 at 09:35:39PM +0800, Xiaolong Ye wrote:
> I volunteer to be co-maintainer for Vhost-user/Vhost PMD/Virtio PMD.
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)

Thanks Xiaolong for being willing to contribute on virtio and
vhost with your expertise and passion.

Acked-by: Tiwei Bie <tiwei.bie@intel.com>

Thanks,
Tiwei

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9c22c3eb4..8e5d18235 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -855,6 +855,7 @@ F: doc/guides/nics/features/vmxnet3.ini
>  Vhost-user
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: lib/librte_vhost/
>  F: doc/guides/prog_guide/vhost_lib.rst
> @@ -869,6 +870,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
>  Vhost PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/vhost/
>  F: doc/guides/nics/vhost.rst
> @@ -877,6 +879,7 @@ F: doc/guides/nics/features/vhost.ini
>  Virtio PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/virtio/
>  F: doc/guides/nics/virtio.rst
> -- 
> 2.17.1
> 

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

* Re: [dpdk-dev] [PATCH] maintainers: update for virtio and vhost
  2020-02-21 13:35 [dpdk-dev] [PATCH] maintainers: update for virtio and vhost Xiaolong Ye
  2020-02-21 14:06 ` Tiwei Bie
@ 2020-02-21 14:34 ` Wang, Zhihong
  2020-02-25 18:01 ` Maxime Coquelin
  2 siblings, 0 replies; 5+ messages in thread
From: Wang, Zhihong @ 2020-02-21 14:34 UTC (permalink / raw)
  To: Ye, Xiaolong, dev; +Cc: maxime.coquelin, Bie, Tiwei, thomas



> -----Original Message-----
> From: Ye, Xiaolong <xiaolong.ye@intel.com>
> Sent: Friday, February 21, 2020 9:36 PM
> To: dev@dpdk.org
> Cc: maxime.coquelin@redhat.com; Wang, Zhihong
> <zhihong.wang@intel.com>; Bie, Tiwei <tiwei.bie@intel.com>;
> thomas@monjalon.net; Ye, Xiaolong <xiaolong.ye@intel.com>
> Subject: [PATCH] maintainers: update for virtio and vhost
> 
> I volunteer to be co-maintainer for Vhost-user/Vhost PMD/Virtio PMD.
> 
> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)

Thanks Xiaolong for your passion!

Acked-by: Zhihong Wang <zhihong.wang@intel.com>

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9c22c3eb4..8e5d18235 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -855,6 +855,7 @@ F: doc/guides/nics/features/vmxnet3.ini
>  Vhost-user
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: lib/librte_vhost/
>  F: doc/guides/prog_guide/vhost_lib.rst
> @@ -869,6 +870,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
>  Vhost PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/vhost/
>  F: doc/guides/nics/vhost.rst
> @@ -877,6 +879,7 @@ F: doc/guides/nics/features/vhost.ini
>  Virtio PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/virtio/
>  F: doc/guides/nics/virtio.rst
> --
> 2.17.1


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

* Re: [dpdk-dev] [PATCH] maintainers: update for virtio and vhost
  2020-02-21 13:35 [dpdk-dev] [PATCH] maintainers: update for virtio and vhost Xiaolong Ye
  2020-02-21 14:06 ` Tiwei Bie
  2020-02-21 14:34 ` Wang, Zhihong
@ 2020-02-25 18:01 ` Maxime Coquelin
  2020-03-02 17:22   ` Thomas Monjalon
  2 siblings, 1 reply; 5+ messages in thread
From: Maxime Coquelin @ 2020-02-25 18:01 UTC (permalink / raw)
  To: Xiaolong Ye, dev; +Cc: zhihong.wang, tiwei.bie, thomas

Hi Xiaolong,

On 2/21/20 2:35 PM, Xiaolong Ye wrote:
> I volunteer to be co-maintainer for Vhost-user/Vhost PMD/Virtio PMD.
> 

Thanks for offering your help, I really appreciate it!

Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Maxime

> Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9c22c3eb4..8e5d18235 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -855,6 +855,7 @@ F: doc/guides/nics/features/vmxnet3.ini
>  Vhost-user
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: lib/librte_vhost/
>  F: doc/guides/prog_guide/vhost_lib.rst
> @@ -869,6 +870,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
>  Vhost PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/vhost/
>  F: doc/guides/nics/vhost.rst
> @@ -877,6 +879,7 @@ F: doc/guides/nics/features/vhost.ini
>  Virtio PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
> +M: Xiaolong Ye <xiaolong.ye@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/virtio/
>  F: doc/guides/nics/virtio.rst
> 


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

* Re: [dpdk-dev] [PATCH] maintainers: update for virtio and vhost
  2020-02-25 18:01 ` Maxime Coquelin
@ 2020-03-02 17:22   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2020-03-02 17:22 UTC (permalink / raw)
  To: Xiaolong Ye; +Cc: dev, zhihong.wang, Maxime Coquelin

25/02/2020 19:01, Maxime Coquelin:
> On 2/21/20 2:35 PM, Xiaolong Ye wrote:
> > I volunteer to be co-maintainer for Vhost-user/Vhost PMD/Virtio PMD.
> > 
> 
> Thanks for offering your help, I really appreciate it!
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Applied, thanks



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

end of thread, other threads:[~2020-03-02 17:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 13:35 [dpdk-dev] [PATCH] maintainers: update for virtio and vhost Xiaolong Ye
2020-02-21 14:06 ` Tiwei Bie
2020-02-21 14:34 ` Wang, Zhihong
2020-02-25 18:01 ` Maxime Coquelin
2020-03-02 17:22   ` Thomas Monjalon

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).