DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA
@ 2020-07-30 13:46 Maxime Coquelin
  2020-07-30 13:56 ` Ferruh Yigit
  2020-07-31  7:17 ` Xia, Chenbo
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Coquelin @ 2020-07-30 13:46 UTC (permalink / raw)
  To: dev, chenbo.xia, zhihong.wang, ferruh.yigit, david.marchand, thomas
  Cc: Maxime Coquelin

Chenbo has done an excellent job in reviewing,
contributing and testing patches.

This patch adds him as co-maintainer for Vhost, Virtio
and vDPA components.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5328415c21..745621a5a7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -50,6 +50,7 @@ T: git://dpdk.org/next/dpdk-next-net-mlx
 
 Next-virtio Tree
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
+M: Chenbo Xia <chenbo.xia@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 
 Next-crypto Tree
@@ -889,6 +890,7 @@ F: doc/guides/nics/features/vmxnet3.ini
 
 Vhost-user
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
+M: Chenbo Xia <chenbo.xia@intel.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: lib/librte_vhost/
@@ -903,6 +905,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
 
 Vhost PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
+M: Chenbo Xia <chenbo.xia@intel.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/vhost/
@@ -911,6 +914,7 @@ F: doc/guides/nics/features/vhost.ini
 
 Virtio PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
+M: Chenbo Xia <chenbo.xia@intel.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/virtio/
-- 
2.26.2


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

* Re: [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA
  2020-07-30 13:46 [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA Maxime Coquelin
@ 2020-07-30 13:56 ` Ferruh Yigit
  2020-07-31  7:17 ` Xia, Chenbo
  1 sibling, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2020-07-30 13:56 UTC (permalink / raw)
  To: Maxime Coquelin, dev, chenbo.xia, zhihong.wang, david.marchand, thomas

On 7/30/2020 2:46 PM, Maxime Coquelin wrote:
> Chenbo has done an excellent job in reviewing,
> contributing and testing patches.
> 
> This patch adds him as co-maintainer for Vhost, Virtio
> and vDPA components.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>


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

* Re: [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA
  2020-07-30 13:46 [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA Maxime Coquelin
  2020-07-30 13:56 ` Ferruh Yigit
@ 2020-07-31  7:17 ` Xia, Chenbo
  2020-08-06 23:55   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Xia, Chenbo @ 2020-07-31  7:17 UTC (permalink / raw)
  To: Maxime Coquelin, dev, Wang, Zhihong, Yigit, Ferruh,
	david.marchand, thomas


> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
> Sent: Thursday, July 30, 2020 9:47 PM
> To: dev@dpdk.org; Xia, Chenbo <chenbo.xia@intel.com>; Wang, Zhihong
> <zhihong.wang@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>;
> david.marchand@redhat.com; thomas@monjalon.net
> Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
> Subject: [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA
> 
> Chenbo has done an excellent job in reviewing, contributing and testing patches.
> 
> This patch adds him as co-maintainer for Vhost, Virtio and vDPA components.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5328415c21..745621a5a7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -50,6 +50,7 @@ T: git://dpdk.org/next/dpdk-next-net-mlx
> 
>  Next-virtio Tree
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +M: Chenbo Xia <chenbo.xia@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
> 
>  Next-crypto Tree
> @@ -889,6 +890,7 @@ F: doc/guides/nics/features/vmxnet3.ini
> 
>  Vhost-user
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +M: Chenbo Xia <chenbo.xia@intel.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: lib/librte_vhost/
> @@ -903,6 +905,7 @@ F: doc/guides/sample_app_ug/vdpa.rst
> 
>  Vhost PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +M: Chenbo Xia <chenbo.xia@intel.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/vhost/
> @@ -911,6 +914,7 @@ F: doc/guides/nics/features/vhost.ini
> 
>  Virtio PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +M: Chenbo Xia <chenbo.xia@intel.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/virtio/
> --
> 2.26.2

Acked-by: Chenbo Xia <chenbo.xia@intel.com>

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

* Re: [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA
  2020-07-31  7:17 ` Xia, Chenbo
@ 2020-08-06 23:55   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2020-08-06 23:55 UTC (permalink / raw)
  To: Xia, Chenbo
  Cc: Maxime Coquelin, dev, Wang, Zhihong, Yigit, Ferruh, david.marchand

> > Chenbo has done an excellent job in reviewing, contributing and testing patches.
> > 
> > This patch adds him as co-maintainer for Vhost, Virtio and vDPA components.
> > 
> > Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> 
> Acked-by: Chenbo Xia <chenbo.xia@intel.com>

Applied, thanks Chenbo for the help.

Chenbo becomes co-maintainer of the git tree dpdk-next-virtio.
Maxime will train him on tree maintenance tasks.
Git tree access will be granted once I receive the SSH key.
Some rights were granted in patchwork.
Please take care of the patch database :)




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

end of thread, other threads:[~2020-08-06 23:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 13:46 [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA Maxime Coquelin
2020-07-30 13:56 ` Ferruh Yigit
2020-07-31  7:17 ` Xia, Chenbo
2020-08-06 23:55   ` 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).