maintainers: resign from virtio and vhost

Message ID 20200221132841.96111-1-tiwei.bie@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series maintainers: resign from virtio and vhost |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/travis-robot warning Travis build: failed

Commit Message

Tiwei Bie Feb. 21, 2020, 1:28 p.m. UTC
  I'm leaving Intel, and I'm not sure when I could dedicate enough
time to DPDK in the future. So I'm removing my name from the
MAINTAINERS file.

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
---
Xiaolong has been an active and experienced -next tree maintainer
for a long time. He also knows and loves virtio/vhost. I would
recommend him as my replacement.

---
I really appreciate the helps and supports from Maxime, Zhihong,
Thomas and the community! Thank you all so much!

 MAINTAINERS | 4 ----
 1 file changed, 4 deletions(-)
  

Comments

Thomas Monjalon Feb. 21, 2020, 1:34 p.m. UTC | #1
21/02/2020 14:28, Tiwei Bie:
> I'm leaving Intel, and I'm not sure when I could dedicate enough
> time to DPDK in the future. So I'm removing my name from the
> MAINTAINERS file.
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> Xiaolong has been an active and experienced -next tree maintainer
> for a long time. He also knows and loves virtio/vhost. I would
> recommend him as my replacement.
> 
> ---
> I really appreciate the helps and supports from Maxime, Zhihong,
> Thomas and the community! Thank you all so much!

Thanks Tiwei, your work is very appreciated.
You will be welcome to be back at any time :-)
  
Tiwei Bie Feb. 21, 2020, 1:49 p.m. UTC | #2
On Fri, Feb 21, 2020 at 02:34:42PM +0100, Thomas Monjalon wrote:
> 21/02/2020 14:28, Tiwei Bie:
> > I'm leaving Intel, and I'm not sure when I could dedicate enough
> > time to DPDK in the future. So I'm removing my name from the
> > MAINTAINERS file.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Xiaolong has been an active and experienced -next tree maintainer
> > for a long time. He also knows and loves virtio/vhost. I would
> > recommend him as my replacement.
> > 
> > ---
> > I really appreciate the helps and supports from Maxime, Zhihong,
> > Thomas and the community! Thank you all so much!
> 
> Thanks Tiwei, your work is very appreciated.
> You will be welcome to be back at any time :-)

Thanks! I really appreciate that! :-)

Best regards,
Tiwei
  
Zhihong Wang Feb. 21, 2020, 3:19 p.m. UTC | #3
> -----Original Message-----
> From: Bie, Tiwei <tiwei.bie@intel.com>
> Sent: Friday, February 21, 2020 9:29 PM
> To: dev@dpdk.org
> Cc: maxime.coquelin@redhat.com; Wang, Zhihong
> <zhihong.wang@intel.com>; thomas@monjalon.net
> Subject: [PATCH] maintainers: resign from virtio and vhost
> 
> I'm leaving Intel, and I'm not sure when I could dedicate enough
> time to DPDK in the future. So I'm removing my name from the
> MAINTAINERS file.
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> Xiaolong has been an active and experienced -next tree maintainer
> for a long time. He also knows and loves virtio/vhost. I would
> recommend him as my replacement.
> 
> ---
> I really appreciate the helps and supports from Maxime, Zhihong,
> Thomas and the community! Thank you all so much!

Tiwei,
Thanks for your brilliant work in DPDK over the past years.
All the best!

> 
>  MAINTAINERS | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 762c13bd6..9c22c3eb4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -51,7 +51,6 @@ T: git://dpdk.org/next/dpdk-next-net-mlx
> 
>  Next-virtio Tree
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> -M: Tiwei Bie <tiwei.bie@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
> 
>  Next-crypto Tree
> @@ -855,7 +854,6 @@ F: doc/guides/nics/features/vmxnet3.ini
> 
>  Vhost-user
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> -M: Tiwei Bie <tiwei.bie@intel.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: lib/librte_vhost/
> @@ -870,7 +868,6 @@ F: doc/guides/sample_app_ug/vdpa.rst
> 
>  Vhost PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> -M: Tiwei Bie <tiwei.bie@intel.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/vhost/
> @@ -879,7 +876,6 @@ F: doc/guides/nics/features/vhost.ini
> 
>  Virtio PMD
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> -M: Tiwei Bie <tiwei.bie@intel.com>
>  M: Zhihong Wang <zhihong.wang@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/virtio/
> --
> 2.24.1
  
Tiwei Bie Feb. 21, 2020, 10:41 p.m. UTC | #4
On Fri, Feb 21, 2020 at 11:19:31PM +0800, Wang, Zhihong wrote:
> > -----Original Message-----
> > From: Bie, Tiwei <tiwei.bie@intel.com>
> > Sent: Friday, February 21, 2020 9:29 PM
> > To: dev@dpdk.org
> > Cc: maxime.coquelin@redhat.com; Wang, Zhihong
> > <zhihong.wang@intel.com>; thomas@monjalon.net
> > Subject: [PATCH] maintainers: resign from virtio and vhost
> > 
> > I'm leaving Intel, and I'm not sure when I could dedicate enough
> > time to DPDK in the future. So I'm removing my name from the
> > MAINTAINERS file.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Xiaolong has been an active and experienced -next tree maintainer
> > for a long time. He also knows and loves virtio/vhost. I would
> > recommend him as my replacement.
> > 
> > ---
> > I really appreciate the helps and supports from Maxime, Zhihong,
> > Thomas and the community! Thank you all so much!
> 
> Tiwei,
> Thanks for your brilliant work in DPDK over the past years.
> All the best!

Thanks, Zhihong! :-)

> 
> > 
> >  MAINTAINERS | 4 ----
> >  1 file changed, 4 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 762c13bd6..9c22c3eb4 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -51,7 +51,6 @@ T: git://dpdk.org/next/dpdk-next-net-mlx
> > 
> >  Next-virtio Tree
> >  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> > -M: Tiwei Bie <tiwei.bie@intel.com>
> >  T: git://dpdk.org/next/dpdk-next-virtio
> > 
> >  Next-crypto Tree
> > @@ -855,7 +854,6 @@ F: doc/guides/nics/features/vmxnet3.ini
> > 
> >  Vhost-user
> >  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> > -M: Tiwei Bie <tiwei.bie@intel.com>
> >  M: Zhihong Wang <zhihong.wang@intel.com>
> >  T: git://dpdk.org/next/dpdk-next-virtio
> >  F: lib/librte_vhost/
> > @@ -870,7 +868,6 @@ F: doc/guides/sample_app_ug/vdpa.rst
> > 
> >  Vhost PMD
> >  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> > -M: Tiwei Bie <tiwei.bie@intel.com>
> >  M: Zhihong Wang <zhihong.wang@intel.com>
> >  T: git://dpdk.org/next/dpdk-next-virtio
> >  F: drivers/net/vhost/
> > @@ -879,7 +876,6 @@ F: doc/guides/nics/features/vhost.ini
> > 
> >  Virtio PMD
> >  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> > -M: Tiwei Bie <tiwei.bie@intel.com>
> >  M: Zhihong Wang <zhihong.wang@intel.com>
> >  T: git://dpdk.org/next/dpdk-next-virtio
> >  F: drivers/net/virtio/
> > --
> > 2.24.1
>
  
Maxime Coquelin Feb. 25, 2020, 5:51 p.m. UTC | #5
On 2/21/20 2:28 PM, Tiwei Bie wrote:
> I'm leaving Intel, and I'm not sure when I could dedicate enough
> time to DPDK in the future. So I'm removing my name from the
> MAINTAINERS file.
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> Xiaolong has been an active and experienced -next tree maintainer
> for a long time. He also knows and loves virtio/vhost. I would
> recommend him as my replacement.
> 
> ---
> I really appreciate the helps and supports from Maxime, Zhihong,
> Thomas and the community! Thank you all so much!
> 

Thanks Tiwei for all your contributions, you will be missed!

I would rather nack it, but...

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

Maxime
  
Tiwei Bie Feb. 26, 2020, 1:41 a.m. UTC | #6
On Tue, Feb 25, 2020 at 06:51:52PM +0100, Maxime Coquelin wrote:
> On 2/21/20 2:28 PM, Tiwei Bie wrote:
> > I'm leaving Intel, and I'm not sure when I could dedicate enough
> > time to DPDK in the future. So I'm removing my name from the
> > MAINTAINERS file.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Xiaolong has been an active and experienced -next tree maintainer
> > for a long time. He also knows and loves virtio/vhost. I would
> > recommend him as my replacement.
> > 
> > ---
> > I really appreciate the helps and supports from Maxime, Zhihong,
> > Thomas and the community! Thank you all so much!
> > 
> 
> Thanks Tiwei for all your contributions, you will be missed!
> 
> I would rather nack it, but...
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks, Maxime!
I will miss all of you!

Thanks!
Tiwei
  
Thomas Monjalon March 2, 2020, 5:19 p.m. UTC | #7
25/02/2020 18:51, Maxime Coquelin:
> On 2/21/20 2:28 PM, Tiwei Bie wrote:
> > I'm leaving Intel, and I'm not sure when I could dedicate enough
> > time to DPDK in the future. So I'm removing my name from the
> > MAINTAINERS file.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Xiaolong has been an active and experienced -next tree maintainer
> > for a long time. He also knows and loves virtio/vhost. I would
> > recommend him as my replacement.
> > 
> > ---
> > I really appreciate the helps and supports from Maxime, Zhihong,
> > Thomas and the community! Thank you all so much!
> 
> Thanks Tiwei for all your contributions, you will be missed!
> 
> I would rather nack it, but...
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Applied
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 762c13bd6..9c22c3eb4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -51,7 +51,6 @@  T: git://dpdk.org/next/dpdk-next-net-mlx
 
 Next-virtio Tree
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Tiwei Bie <tiwei.bie@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 
 Next-crypto Tree
@@ -855,7 +854,6 @@  F: doc/guides/nics/features/vmxnet3.ini
 
 Vhost-user
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Tiwei Bie <tiwei.bie@intel.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: lib/librte_vhost/
@@ -870,7 +868,6 @@  F: doc/guides/sample_app_ug/vdpa.rst
 
 Vhost PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Tiwei Bie <tiwei.bie@intel.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/vhost/
@@ -879,7 +876,6 @@  F: doc/guides/nics/features/vhost.ini
 
 Virtio PMD
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
-M: Tiwei Bie <tiwei.bie@intel.com>
 M: Zhihong Wang <zhihong.wang@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/virtio/