* [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio
@ 2018-06-12 8:01 Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 1/2] maintainers: update Vhost PMD maintainership Maxime Coquelin
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Maxime Coquelin @ 2018-06-12 8:01 UTC (permalink / raw)
To: mtetsuyah, tiwei.bie, zhihong.wang, dev
Cc: thomas, ferruh.yigit, Maxime Coquelin
Hi,
Since Jianfeng & Yuanhan resignation, I was the only active
maintainer for Vhost lib and PMD, and I had no backup for
managing the next-virtio tree.
Contacted offline, Tetsuya has kindly accepted to remove
himself from the Vhost PMD maintainers as he didn't had time
to be active recently. Tetsuya asked me to send the patch
and add his Acked-by. I'd like to thank him for his
contributions, and wish him the best for his current and
next adventures!
I propose Tiwei and Zhihong to officially co-maintain both
Vhost and Virtio components. They have been very helpful with
their reviews in the last months, and know very well both the
code and the spec. Being 3 co-maintainers would ensure better
reviews while letting us time to develop new features.
Also, I propose Tiwei to co-manage the next-virtio tree.
Thanks,
Maxime
Maxime Coquelin (2):
maintainers: update Vhost PMD maintainership
maintainers: add Vhost and Virtio co-maintainers
MAINTAINERS | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
2.14.3
^ permalink raw reply [flat|nested] 9+ messages in thread
* [dpdk-dev] [PATCH 1/2] maintainers: update Vhost PMD maintainership
2018-06-12 8:01 [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Maxime Coquelin
@ 2018-06-12 8:01 ` Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Maxime Coquelin
` (3 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Maxime Coquelin @ 2018-06-12 8:01 UTC (permalink / raw)
To: mtetsuyah, tiwei.bie, zhihong.wang, dev
Cc: thomas, ferruh.yigit, Maxime Coquelin
Tetsuya has kindly agreed to handover the maintainership
for the Vhost PMD. Thanks to him for his contributions.
Acked-by: Tetsuya Mukawa <mtetsuyah@gmail.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4667fa7fb..1c28f6d38 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -664,7 +664,6 @@ F: doc/guides/sample_app_ug/vhost_scsi.rst
F: examples/vhost_crypto/
Vhost PMD
-M: Tetsuya Mukawa <mtetsuyah@gmail.com>
M: Maxime Coquelin <maxime.coquelin@redhat.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/vhost/
--
2.14.3
^ permalink raw reply [flat|nested] 9+ messages in thread
* [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers
2018-06-12 8:01 [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 1/2] maintainers: update Vhost PMD maintainership Maxime Coquelin
@ 2018-06-12 8:01 ` Maxime Coquelin
2018-06-13 8:41 ` Tiwei Bie
` (2 more replies)
2018-06-12 9:14 ` [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Tiwei Bie
` (2 subsequent siblings)
4 siblings, 3 replies; 9+ messages in thread
From: Maxime Coquelin @ 2018-06-12 8:01 UTC (permalink / raw)
To: mtetsuyah, tiwei.bie, zhihong.wang, dev
Cc: thomas, ferruh.yigit, Maxime Coquelin
Add Tiwei and Zhihong as co-maintainers for the Vhost and
Virtio components. They have done great contributions recently,
and been very helpfull in helping to review Vhost and Virtio
series.
Also, add Tiwei as backup for the Next-virtio tree.
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1c28f6d38..14939f10a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -41,6 +41,7 @@ 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
@@ -654,6 +655,8 @@ 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/
F: doc/guides/prog_guide/vhost_lib.rst
@@ -665,6 +668,8 @@ F: examples/vhost_crypto/
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/
F: doc/guides/nics/vhost.rst
@@ -673,6 +678,7 @@ 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/
F: doc/guides/nics/virtio.rst
--
2.14.3
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio
2018-06-12 8:01 [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 1/2] maintainers: update Vhost PMD maintainership Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Maxime Coquelin
@ 2018-06-12 9:14 ` Tiwei Bie
2018-06-12 11:11 ` Wang, Zhihong
2018-06-14 15:18 ` Thomas Monjalon
4 siblings, 0 replies; 9+ messages in thread
From: Tiwei Bie @ 2018-06-12 9:14 UTC (permalink / raw)
To: Maxime Coquelin; +Cc: mtetsuyah, zhihong.wang, dev, thomas, ferruh.yigit
Hi Maxime,
On Tue, Jun 12, 2018 at 10:01:25AM +0200, Maxime Coquelin wrote:
> Hi,
>
> Since Jianfeng & Yuanhan resignation, I was the only active
> maintainer for Vhost lib and PMD, and I had no backup for
> managing the next-virtio tree.
>
> Contacted offline, Tetsuya has kindly accepted to remove
> himself from the Vhost PMD maintainers as he didn't had time
> to be active recently. Tetsuya asked me to send the patch
> and add his Acked-by. I'd like to thank him for his
> contributions, and wish him the best for his current and
> next adventures!
>
> I propose Tiwei and Zhihong to officially co-maintain both
> Vhost and Virtio components. They have been very helpful with
> their reviews in the last months, and know very well both the
> code and the spec. Being 3 co-maintainers would ensure better
> reviews while letting us time to develop new features.
>
> Also, I propose Tiwei to co-manage the next-virtio tree.
Thank you very much for proposing us as co-maintainers!
I will try my best to help you co-maintain the vhost and
virtio components! :)
Best regards,
Tiwei Bie
>
> Thanks,
> Maxime
>
> Maxime Coquelin (2):
> maintainers: update Vhost PMD maintainership
> maintainers: add Vhost and Virtio co-maintainers
>
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> --
> 2.14.3
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio
2018-06-12 8:01 [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Maxime Coquelin
` (2 preceding siblings ...)
2018-06-12 9:14 ` [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Tiwei Bie
@ 2018-06-12 11:11 ` Wang, Zhihong
2018-06-14 15:18 ` Thomas Monjalon
4 siblings, 0 replies; 9+ messages in thread
From: Wang, Zhihong @ 2018-06-12 11:11 UTC (permalink / raw)
To: Maxime Coquelin, mtetsuyah, Bie, Tiwei, dev; +Cc: thomas, Yigit, Ferruh
Hi Maxime,
> -----Original Message-----
> From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com]
> Sent: Tuesday, June 12, 2018 4:01 PM
> To: mtetsuyah@gmail.com; Bie, Tiwei <tiwei.bie@intel.com>; Wang, Zhihong
> <zhihong.wang@intel.com>; dev@dpdk.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>; Maxime
> Coquelin <maxime.coquelin@redhat.com>
> Subject: [PATCH 0/2] maintainers: updates for Vhost and Virtio
>
> Hi,
>
> Since Jianfeng & Yuanhan resignation, I was the only active
> maintainer for Vhost lib and PMD, and I had no backup for
> managing the next-virtio tree.
>
> Contacted offline, Tetsuya has kindly accepted to remove
> himself from the Vhost PMD maintainers as he didn't had time
> to be active recently. Tetsuya asked me to send the patch
> and add his Acked-by. I'd like to thank him for his
> contributions, and wish him the best for his current and
> next adventures!
>
> I propose Tiwei and Zhihong to officially co-maintain both
> Vhost and Virtio components. They have been very helpful with
> their reviews in the last months, and know very well both the
> code and the spec. Being 3 co-maintainers would ensure better
> reviews while letting us time to develop new features.
Thanks for the proposal! I'm really glad to help co-maintain the
Virtio and Vhost components. ;)
Regards
-Zhihong
>
> Also, I propose Tiwei to co-manage the next-virtio tree.
>
> Thanks,
> Maxime
>
> Maxime Coquelin (2):
> maintainers: update Vhost PMD maintainership
> maintainers: add Vhost and Virtio co-maintainers
>
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> --
> 2.14.3
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers
2018-06-12 8:01 ` [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Maxime Coquelin
@ 2018-06-13 8:41 ` Tiwei Bie
2018-06-13 9:01 ` Wang, Zhihong
2018-06-13 10:02 ` Yang, Zhiyong
2 siblings, 0 replies; 9+ messages in thread
From: Tiwei Bie @ 2018-06-13 8:41 UTC (permalink / raw)
To: Maxime Coquelin; +Cc: mtetsuyah, zhihong.wang, dev, thomas, ferruh.yigit
On Tue, Jun 12, 2018 at 10:01:27AM +0200, Maxime Coquelin wrote:
> Add Tiwei and Zhihong as co-maintainers for the Vhost and
> Virtio components. They have done great contributions recently,
> and been very helpfull in helping to review Vhost and Virtio
> series.
>
> Also, add Tiwei as backup for the Next-virtio tree.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thank you very much for proposing me as a co-maintainer.
I'm very glad to help co-maintain these components! :)
Acked-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c28f6d38..14939f10a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -41,6 +41,7 @@ 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
> @@ -654,6 +655,8 @@ 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/
> F: doc/guides/prog_guide/vhost_lib.rst
> @@ -665,6 +668,8 @@ F: examples/vhost_crypto/
>
> 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/
> F: doc/guides/nics/vhost.rst
> @@ -673,6 +678,7 @@ 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/
> F: doc/guides/nics/virtio.rst
> --
> 2.14.3
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers
2018-06-12 8:01 ` [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Maxime Coquelin
2018-06-13 8:41 ` Tiwei Bie
@ 2018-06-13 9:01 ` Wang, Zhihong
2018-06-13 10:02 ` Yang, Zhiyong
2 siblings, 0 replies; 9+ messages in thread
From: Wang, Zhihong @ 2018-06-13 9:01 UTC (permalink / raw)
To: Maxime Coquelin, mtetsuyah, Bie, Tiwei, dev; +Cc: thomas, Yigit, Ferruh
> -----Original Message-----
> From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com]
> Sent: Tuesday, June 12, 2018 4:01 PM
> To: mtetsuyah@gmail.com; Bie, Tiwei <tiwei.bie@intel.com>; Wang, Zhihong
> <zhihong.wang@intel.com>; dev@dpdk.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>; Maxime
> Coquelin <maxime.coquelin@redhat.com>
> Subject: [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers
>
> Add Tiwei and Zhihong as co-maintainers for the Vhost and
> Virtio components. They have done great contributions recently,
> and been very helpfull in helping to review Vhost and Virtio
> series.
>
> Also, add Tiwei as backup for the Next-virtio tree.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks for the proposal! I'm really glad to help co-maintain the
Virtio and Vhost components.
Acked-by: Zhihong Wang <zhihong.wang@intel.com>
> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c28f6d38..14939f10a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -41,6 +41,7 @@ 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
> @@ -654,6 +655,8 @@ 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/
> F: doc/guides/prog_guide/vhost_lib.rst
> @@ -665,6 +668,8 @@ F: examples/vhost_crypto/
>
> 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/
> F: doc/guides/nics/vhost.rst
> @@ -673,6 +678,7 @@ 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/
> F: doc/guides/nics/virtio.rst
> --
> 2.14.3
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers
2018-06-12 8:01 ` [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Maxime Coquelin
2018-06-13 8:41 ` Tiwei Bie
2018-06-13 9:01 ` Wang, Zhihong
@ 2018-06-13 10:02 ` Yang, Zhiyong
2 siblings, 0 replies; 9+ messages in thread
From: Yang, Zhiyong @ 2018-06-13 10:02 UTC (permalink / raw)
To: Maxime Coquelin, mtetsuyah, Bie, Tiwei, Wang, Zhihong, dev
Cc: thomas, Yigit, Ferruh
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maxime Coquelin
> Sent: Tuesday, June 12, 2018 4:01 PM
> To: mtetsuyah@gmail.com; Bie, Tiwei <tiwei.bie@intel.com>; Wang, Zhihong
> <zhihong.wang@intel.com>; dev@dpdk.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>; Maxime
> Coquelin <maxime.coquelin@redhat.com>
> Subject: [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-
> maintainers
>
> Add Tiwei and Zhihong as co-maintainers for the Vhost and Virtio components.
> They have done great contributions recently, and been very helpfull in helping
> to review Vhost and Virtio series.
>
> Also, add Tiwei as backup for the Next-virtio tree.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
Obviously, Zhihong and Tiwei are the best candidates for Vhost and Virtio maintainer.
Acked-by: Zhiyong Yang <zhiyong.yang@intel.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio
2018-06-12 8:01 [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Maxime Coquelin
` (3 preceding siblings ...)
2018-06-12 11:11 ` Wang, Zhihong
@ 2018-06-14 15:18 ` Thomas Monjalon
4 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-06-14 15:18 UTC (permalink / raw)
To: Maxime Coquelin; +Cc: dev, mtetsuyah, tiwei.bie, zhihong.wang, ferruh.yigit
12/06/2018 10:01, Maxime Coquelin:
> Hi,
>
> Since Jianfeng & Yuanhan resignation, I was the only active
> maintainer for Vhost lib and PMD, and I had no backup for
> managing the next-virtio tree.
>
> Contacted offline, Tetsuya has kindly accepted to remove
> himself from the Vhost PMD maintainers as he didn't had time
> to be active recently. Tetsuya asked me to send the patch
> and add his Acked-by. I'd like to thank him for his
> contributions, and wish him the best for his current and
> next adventures!
>
> I propose Tiwei and Zhihong to officially co-maintain both
> Vhost and Virtio components. They have been very helpful with
> their reviews in the last months, and know very well both the
> code and the spec. Being 3 co-maintainers would ensure better
> reviews while letting us time to develop new features.
>
> Also, I propose Tiwei to co-manage the next-virtio tree.
>
> Thanks,
> Maxime
>
> Maxime Coquelin (2):
> maintainers: update Vhost PMD maintainership
> maintainers: add Vhost and Virtio co-maintainers
Applied, thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-06-14 15:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 8:01 [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 1/2] maintainers: update Vhost PMD maintainership Maxime Coquelin
2018-06-12 8:01 ` [dpdk-dev] [PATCH 2/2] maintainers: add Vhost and Virtio co-maintainers Maxime Coquelin
2018-06-13 8:41 ` Tiwei Bie
2018-06-13 9:01 ` Wang, Zhihong
2018-06-13 10:02 ` Yang, Zhiyong
2018-06-12 9:14 ` [dpdk-dev] [PATCH 0/2] maintainers: updates for Vhost and Virtio Tiwei Bie
2018-06-12 11:11 ` Wang, Zhihong
2018-06-14 15:18 ` 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).