DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] maintainer: claim review for Xen Dom0 support
@ 2015-02-05  2:31 Jijiang Liu
  2015-02-05  8:25 ` Thomas Monjalon
  2015-02-09  0:41 ` Zhang, Helin
  0 siblings, 2 replies; 6+ messages in thread
From: Jijiang Liu @ 2015-02-05  2:31 UTC (permalink / raw)
  To: dev


I will be a volunteer of reviewing the following files:
   lib/librte_eal/linuxapp/xen_dom0/*
   lib/librte_eal/linuxapp/eal/eal_xen_memory.c
   lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a63714..206783d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -110,6 +110,7 @@ Linux VFIO
 F: lib/librte_eal/linuxapp/eal/*vfio*
 
 Linux Xen
+M: Jijiang Liu <jijiang.liu@intel.com>
 F: lib/librte_eal/linuxapp/xen_dom0/
 F: lib/librte_eal/linuxapp/eal/*xen*
 F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
-- 
1.7.7.6

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

* Re: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support
  2015-02-05  2:31 [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support Jijiang Liu
@ 2015-02-05  8:25 ` Thomas Monjalon
  2015-02-05  8:34   ` Liu, Jijiang
  2015-02-09  0:41 ` Zhang, Helin
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2015-02-05  8:25 UTC (permalink / raw)
  To: Jijiang Liu; +Cc: dev

Hi Jijiang,

2015-02-05 10:31, Jijiang Liu:
> I will be a volunteer of reviewing the following files:
>    lib/librte_eal/linuxapp/xen_dom0/*
>    lib/librte_eal/linuxapp/eal/eal_xen_memory.c
>    lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h

Actually, the section that you are subscribing is wider:
F: lib/librte_eal/linuxapp/xen_dom0/
F: lib/librte_eal/linuxapp/eal/*xen*
F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
F: lib/librte_mempool/rte_dom0_mempool.c
F: lib/librte_pmd_xenvirt/
F: doc/guides/xen/
F: app/test-pmd/mempool_*
F: examples/vhost_xen/

>  Linux Xen
> +M: Jijiang Liu <jijiang.liu@intel.com>

Was your intention to be responsible of the whole Xen area or
only of EAL for Xen?

-- 
Thomas

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

* Re: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support
  2015-02-05  8:25 ` Thomas Monjalon
@ 2015-02-05  8:34   ` Liu, Jijiang
  2015-03-10 16:15     ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Liu, Jijiang @ 2015-02-05  8:34 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

Hi Thomas,


> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Thursday, February 05, 2015 4:25 PM
> To: Liu, Jijiang
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0
> support
> 
> Hi Jijiang,
> 
> 2015-02-05 10:31, Jijiang Liu:
> > I will be a volunteer of reviewing the following files:
> >    lib/librte_eal/linuxapp/xen_dom0/*
> >    lib/librte_eal/linuxapp/eal/eal_xen_memory.c
> >    lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
> 
> Actually, the section that you are subscribing is wider:
> F: lib/librte_eal/linuxapp/xen_dom0/
> F: lib/librte_eal/linuxapp/eal/*xen*
> F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
> F: lib/librte_mempool/rte_dom0_mempool.c
> F: lib/librte_pmd_xenvirt/
> F: doc/guides/xen/
> F: app/test-pmd/mempool_*
> F: examples/vhost_xen/
> 
> >  Linux Xen
> > +M: Jijiang Liu <jijiang.liu@intel.com>
> 
> Was your intention to be responsible of the whole Xen area or only of EAL for
> Xen?

I just talked this with Xie Huawei, and I know that he will be a volunteer for the following files.
 F: lib/librte_pmd_xenvirt/
 F: doc/guides/xen/
 F: app/test-pmd/mempool_*
 F: examples/vhost_xen/

so I will be responsible for the following files:
 F: lib/librte_eal/linuxapp/xen_dom0/
F: lib/librte_eal/linuxapp/eal/*xen*
 F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
 F: lib/librte_mempool/rte_dom0_mempool.c


> --
> Thomas

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

* Re: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support
  2015-02-05  2:31 [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support Jijiang Liu
  2015-02-05  8:25 ` Thomas Monjalon
@ 2015-02-09  0:41 ` Zhang, Helin
  1 sibling, 0 replies; 6+ messages in thread
From: Zhang, Helin @ 2015-02-09  0:41 UTC (permalink / raw)
  To: Liu, Jijiang, dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu
> Sent: Thursday, February 5, 2015 10:31 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support
> 
> 
> I will be a volunteer of reviewing the following files:
>    lib/librte_eal/linuxapp/xen_dom0/*
>    lib/librte_eal/linuxapp/eal/eal_xen_memory.c
>    lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
> 
> Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>

> ---
>  MAINTAINERS |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9a63714..206783d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -110,6 +110,7 @@ Linux VFIO
>  F: lib/librte_eal/linuxapp/eal/*vfio*
> 
>  Linux Xen
> +M: Jijiang Liu <jijiang.liu@intel.com>
>  F: lib/librte_eal/linuxapp/xen_dom0/
>  F: lib/librte_eal/linuxapp/eal/*xen*
>  F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
> --
> 1.7.7.6

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

* Re: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support
  2015-02-05  8:34   ` Liu, Jijiang
@ 2015-03-10 16:15     ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2015-03-10 16:15 UTC (permalink / raw)
  To: Liu, Jijiang; +Cc: dev

2015-02-05 08:34, Liu, Jijiang:
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> > 2015-02-05 10:31, Jijiang Liu:
> > > I will be a volunteer of reviewing the following files:
> > >    lib/librte_eal/linuxapp/xen_dom0/*
> > >    lib/librte_eal/linuxapp/eal/eal_xen_memory.c
> > >    lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
> > 
> > Actually, the section that you are subscribing is wider:
> > F: lib/librte_eal/linuxapp/xen_dom0/
> > F: lib/librte_eal/linuxapp/eal/*xen*
> > F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
> > F: lib/librte_mempool/rte_dom0_mempool.c
> > F: lib/librte_pmd_xenvirt/
> > F: doc/guides/xen/
> > F: app/test-pmd/mempool_*
> > F: examples/vhost_xen/
> > 
> > >  Linux Xen
> > > +M: Jijiang Liu <jijiang.liu@intel.com>
> > 
> > Was your intention to be responsible of the whole Xen area or only of EAL for
> > Xen?
> 
> I just talked this with Xie Huawei, and I know that he will be a volunteer for the following files.
>  F: lib/librte_pmd_xenvirt/
>  F: doc/guides/xen/
>  F: app/test-pmd/mempool_*
>  F: examples/vhost_xen/
> 
> so I will be responsible for the following files:
>  F: lib/librte_eal/linuxapp/xen_dom0/
> F: lib/librte_eal/linuxapp/eal/*xen*
>  F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
>  F: lib/librte_mempool/rte_dom0_mempool.c

This patch cannot be accepted because you didn't split the section as described.
Actually, I'm not sure it makes sense to split Xen support maintainance.

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

* [dpdk-dev]  [PATCH] maintainer: claim review for Xen Dom0 support
@ 2015-02-05  2:24 Jijiang Liu
  0 siblings, 0 replies; 6+ messages in thread
From: Jijiang Liu @ 2015-02-05  2:24 UTC (permalink / raw)
  To: dev

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
---
 MAINTAINERS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a63714..206783d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -110,6 +110,7 @@ Linux VFIO
 F: lib/librte_eal/linuxapp/eal/*vfio*
 
 Linux Xen
+M: Jijiang Liu <jijiang.liu@intel.com>
 F: lib/librte_eal/linuxapp/xen_dom0/
 F: lib/librte_eal/linuxapp/eal/*xen*
 F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h
-- 
1.7.7.6

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

end of thread, other threads:[~2015-03-10 16:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-05  2:31 [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support Jijiang Liu
2015-02-05  8:25 ` Thomas Monjalon
2015-02-05  8:34   ` Liu, Jijiang
2015-03-10 16:15     ` Thomas Monjalon
2015-02-09  0:41 ` Zhang, Helin
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05  2:24 Jijiang Liu

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).