* [dpdk-dev] [PATCH] maintainers: claim responsibility for Vhost-user, Virtio PMD & Vhost PMD
@ 2017-02-17 8:31 Maxime Coquelin
2017-02-17 8:49 ` Yuanhan Liu
0 siblings, 1 reply; 4+ messages in thread
From: Maxime Coquelin @ 2017-02-17 8:31 UTC (permalink / raw)
To: yuanhan.liu, thomas.monjalon, dev; +Cc: Maxime Coquelin
Add myself as co-maintainer for these drivers and library.
Suggested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index cc3bf98..8305237 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -381,6 +381,7 @@ F: doc/guides/nics/vmxnet3.rst
Vhost-user
M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
+M: Maxime Coquelin <maxime.coquelin@redhat.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: lib/librte_vhost/
F: doc/guides/prog_guide/vhost_lib.rst
@@ -390,11 +391,13 @@ F: doc/guides/sample_app_ug/vhost.rst
Vhost PMD
M: Tetsuya Mukawa <mtetsuyah@gmail.com>
M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
+M: Maxime Coquelin <maxime.coquelin@redhat.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/vhost/
Virtio PMD
M: Yuanhan Liu <yuanhan.liu@linux.intel.com>
+M: Maxime Coquelin <maxime.coquelin@redhat.com>
T: git://dpdk.org/next/dpdk-next-virtio
F: drivers/net/virtio/
F: doc/guides/nics/virtio.rst
--
2.9.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for Vhost-user, Virtio PMD & Vhost PMD
2017-02-17 8:31 [dpdk-dev] [PATCH] maintainers: claim responsibility for Vhost-user, Virtio PMD & Vhost PMD Maxime Coquelin
@ 2017-02-17 8:49 ` Yuanhan Liu
2017-02-17 10:35 ` Thomas Monjalon
0 siblings, 1 reply; 4+ messages in thread
From: Yuanhan Liu @ 2017-02-17 8:49 UTC (permalink / raw)
To: Maxime Coquelin; +Cc: thomas.monjalon, dev
On Fri, Feb 17, 2017 at 09:31:42AM +0100, Maxime Coquelin wrote:
> Add myself as co-maintainer for these drivers and library.
>
> Suggested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
I think it's obvious that Maxime is done great job at reviewing
vhost/virtio patches. So,
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
--yliu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for Vhost-user, Virtio PMD & Vhost PMD
2017-02-17 8:49 ` Yuanhan Liu
@ 2017-02-17 10:35 ` Thomas Monjalon
2017-02-17 11:49 ` Maxime Coquelin
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2017-02-17 10:35 UTC (permalink / raw)
To: Maxime Coquelin; +Cc: Yuanhan Liu, dev
2017-02-17 16:49, Yuanhan Liu:
> On Fri, Feb 17, 2017 at 09:31:42AM +0100, Maxime Coquelin wrote:
> > Add myself as co-maintainer for these drivers and library.
> >
> > Suggested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> > Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
>
> I think it's obvious that Maxime is done great job at reviewing
> vhost/virtio patches. So,
>
> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Thanks Yuanhan for proposing.
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Applied, congratulations for your new responsibilities :)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for Vhost-user, Virtio PMD & Vhost PMD
2017-02-17 10:35 ` Thomas Monjalon
@ 2017-02-17 11:49 ` Maxime Coquelin
0 siblings, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2017-02-17 11:49 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: Yuanhan Liu, dev
On 02/17/2017 11:35 AM, Thomas Monjalon wrote:
> 2017-02-17 16:49, Yuanhan Liu:
>> On Fri, Feb 17, 2017 at 09:31:42AM +0100, Maxime Coquelin wrote:
>>> Add myself as co-maintainer for these drivers and library.
>>>
>>> Suggested-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
>>> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
>>
>> I think it's obvious that Maxime is done great job at reviewing
>> vhost/virtio patches. So,
>>
>> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
>
> Thanks Yuanhan for proposing.
>
> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
>
> Applied, congratulations for your new responsibilities :)
>
Thanks Thomas :)
I'll do my best to be as good as Yuanhan in this role!
Cheers,
Maxime
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-17 11:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-17 8:31 [dpdk-dev] [PATCH] maintainers: claim responsibility for Vhost-user, Virtio PMD & Vhost PMD Maxime Coquelin
2017-02-17 8:49 ` Yuanhan Liu
2017-02-17 10:35 ` Thomas Monjalon
2017-02-17 11:49 ` Maxime Coquelin
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).