DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
@ 2017-12-01 11:04 Tiwei Bie
  2017-12-01 12:06 ` Yuanhan Liu
  2017-12-01 13:46 ` Maxime Coquelin
  0 siblings, 2 replies; 7+ messages in thread
From: Tiwei Bie @ 2017-12-01 11:04 UTC (permalink / raw)
  To: yliu, maxime.coquelin; +Cc: dev

Add myself as co-maintainer for virtio driver.

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
---
Hi Yuanhan and Maxime,

As there will be more and more virtio related stuffs (e.g. vhost-pci,
virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be
needed for virtio/vhost. So I volunteer to co-maintain virtio driver.
Hope this could help!

Best regards,
Tiwei Bie

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f0baeb423..0627aa345 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -528,6 +528,7 @@ F: doc/guides/nics/features/vhost.ini
 Virtio PMD
 M: Yuanhan Liu <yliu@fridaylinux.org>
 M: Maxime Coquelin <maxime.coquelin@redhat.com>
+M: Tiwei Bie <tiwei.bie@intel.com>
 T: git://dpdk.org/next/dpdk-next-virtio
 F: drivers/net/virtio/
 F: doc/guides/nics/virtio.rst
-- 
2.13.3

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

* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
  2017-12-01 11:04 [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD Tiwei Bie
@ 2017-12-01 12:06 ` Yuanhan Liu
  2017-12-01 12:17   ` Tiwei Bie
  2017-12-05 12:57   ` Yuanhan Liu
  2017-12-01 13:46 ` Maxime Coquelin
  1 sibling, 2 replies; 7+ messages in thread
From: Yuanhan Liu @ 2017-12-01 12:06 UTC (permalink / raw)
  To: Tiwei Bie; +Cc: maxime.coquelin, dev, Thomas Monjalon

On Fri, Dec 01, 2017 at 07:04:35PM +0800, Tiwei Bie wrote:
> Add myself as co-maintainer for virtio driver.
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> Hi Yuanhan and Maxime,
> 
> As there will be more and more virtio related stuffs (e.g. vhost-pci,
> virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be
> needed for virtio/vhost. So I volunteer to co-maintain virtio driver.
> Hope this could help!

I'm glad that you are offering help! And

Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

	--yliu
> 
> Best regards,
> Tiwei Bie
> 
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f0baeb423..0627aa345 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -528,6 +528,7 @@ F: doc/guides/nics/features/vhost.ini
>  Virtio PMD
>  M: Yuanhan Liu <yliu@fridaylinux.org>
>  M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +M: Tiwei Bie <tiwei.bie@intel.com>
>  T: git://dpdk.org/next/dpdk-next-virtio
>  F: drivers/net/virtio/
>  F: doc/guides/nics/virtio.rst
> -- 
> 2.13.3

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

* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
  2017-12-01 12:06 ` Yuanhan Liu
@ 2017-12-01 12:17   ` Tiwei Bie
  2017-12-05 12:57   ` Yuanhan Liu
  1 sibling, 0 replies; 7+ messages in thread
From: Tiwei Bie @ 2017-12-01 12:17 UTC (permalink / raw)
  To: Yuanhan Liu; +Cc: maxime.coquelin, dev, Thomas Monjalon

On Fri, Dec 01, 2017 at 08:06:04PM +0800, Yuanhan Liu wrote:
> On Fri, Dec 01, 2017 at 07:04:35PM +0800, Tiwei Bie wrote:
> > Add myself as co-maintainer for virtio driver.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Hi Yuanhan and Maxime,
> > 
> > As there will be more and more virtio related stuffs (e.g. vhost-pci,
> > virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be
> > needed for virtio/vhost. So I volunteer to co-maintain virtio driver.
> > Hope this could help!
> 
> I'm glad that you are offering help! And
> 
> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> 

Cool! Thank you so much! ;-)

Best regards,
Tiwei Bie

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

* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
  2017-12-01 11:04 [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD Tiwei Bie
  2017-12-01 12:06 ` Yuanhan Liu
@ 2017-12-01 13:46 ` Maxime Coquelin
  2017-12-01 14:26   ` Tiwei Bie
  2017-12-24  9:31   ` Thomas Monjalon
  1 sibling, 2 replies; 7+ messages in thread
From: Maxime Coquelin @ 2017-12-01 13:46 UTC (permalink / raw)
  To: Tiwei Bie, yliu; +Cc: dev



On 12/01/2017 12:04 PM, Tiwei Bie wrote:
> Add myself as co-maintainer for virtio driver.
> 
> Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> ---
> Hi Yuanhan and Maxime,
> 
> As there will be more and more virtio related stuffs (e.g. vhost-pci,
> virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be
> needed for virtio/vhost. So I volunteer to co-maintain virtio driver.
> Hope this could help!
> 
> Best regards,
> Tiwei Bie
> 
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f0baeb423..0627aa345 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -528,6 +528,7 @@ F: doc/guides/nics/features/vhost.ini
>   Virtio PMD
>   M: Yuanhan Liu <yliu@fridaylinux.org>
>   M: Maxime Coquelin <maxime.coquelin@redhat.com>
> +M: Tiwei Bie <tiwei.bie@intel.com>
>   T: git://dpdk.org/next/dpdk-next-virtio
>   F: drivers/net/virtio/
>   F: doc/guides/nics/virtio.rst
> 

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

Thanks!
Maxime

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

* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
  2017-12-01 13:46 ` Maxime Coquelin
@ 2017-12-01 14:26   ` Tiwei Bie
  2017-12-24  9:31   ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: Tiwei Bie @ 2017-12-01 14:26 UTC (permalink / raw)
  To: Maxime Coquelin; +Cc: yliu, dev

On Fri, Dec 01, 2017 at 02:46:46PM +0100, Maxime Coquelin wrote:
> On 12/01/2017 12:04 PM, Tiwei Bie wrote:
> > Add myself as co-maintainer for virtio driver.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Hi Yuanhan and Maxime,
> > 
> > As there will be more and more virtio related stuffs (e.g. vhost-pci,
> > virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be
> > needed for virtio/vhost. So I volunteer to co-maintain virtio driver.
> > Hope this could help!
> > 
> > Best regards,
> > Tiwei Bie
> > 
> >   MAINTAINERS | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index f0baeb423..0627aa345 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -528,6 +528,7 @@ F: doc/guides/nics/features/vhost.ini
> >   Virtio PMD
> >   M: Yuanhan Liu <yliu@fridaylinux.org>
> >   M: Maxime Coquelin <maxime.coquelin@redhat.com>
> > +M: Tiwei Bie <tiwei.bie@intel.com>
> >   T: git://dpdk.org/next/dpdk-next-virtio
> >   F: drivers/net/virtio/
> >   F: doc/guides/nics/virtio.rst
> > 
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> 

Thank you very much! ;-)

Best regards,
Tiwei Bie

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

* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
  2017-12-01 12:06 ` Yuanhan Liu
  2017-12-01 12:17   ` Tiwei Bie
@ 2017-12-05 12:57   ` Yuanhan Liu
  1 sibling, 0 replies; 7+ messages in thread
From: Yuanhan Liu @ 2017-12-05 12:57 UTC (permalink / raw)
  To: Tiwei Bie; +Cc: maxime.coquelin, dev, Thomas Monjalon

On Fri, Dec 01, 2017 at 08:06:04PM +0800, Yuanhan Liu wrote:
> On Fri, Dec 01, 2017 at 07:04:35PM +0800, Tiwei Bie wrote:
> > Add myself as co-maintainer for virtio driver.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> > ---
> > Hi Yuanhan and Maxime,
> > 
> > As there will be more and more virtio related stuffs (e.g. vhost-pci,
> > virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be
> > needed for virtio/vhost. So I volunteer to co-maintain virtio driver.
> > Hope this could help!
> 
> I'm glad that you are offering help! And
> 
> Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>

It was a mistake; I switched to an older machine, with older configs.
Sorry for that. And here is the right one:

Acked-by: Yuanhan Liu <yliu@fridaylinux.org>

	--yliu

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

* Re: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD
  2017-12-01 13:46 ` Maxime Coquelin
  2017-12-01 14:26   ` Tiwei Bie
@ 2017-12-24  9:31   ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2017-12-24  9:31 UTC (permalink / raw)
  To: Tiwei Bie; +Cc: dev, Maxime Coquelin, yliu

01/12/2017 14:46, Maxime Coquelin:
> 
> On 12/01/2017 12:04 PM, Tiwei Bie wrote:
> > Add myself as co-maintainer for virtio driver.
> > 
> > Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Applied, thanks

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

end of thread, other threads:[~2017-12-24  9:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 11:04 [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD Tiwei Bie
2017-12-01 12:06 ` Yuanhan Liu
2017-12-01 12:17   ` Tiwei Bie
2017-12-05 12:57   ` Yuanhan Liu
2017-12-01 13:46 ` Maxime Coquelin
2017-12-01 14:26   ` Tiwei Bie
2017-12-24  9:31   ` 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).