DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
@ 2015-03-09 15:44 Huawei Xie
  2015-03-09 15:44 ` Huawei Xie
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Huawei Xie @ 2015-03-09 15:44 UTC (permalink / raw)
  To: dev

---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 07fdf5e..b4327d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
 F: examples/vhost_xen/
 F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 
+Linux Xen VIRTIO
+M: Huawei Xie <huawei.xie@intel.com>
+F: lib/librte_pmd_xenvirt/
+F: examples/vhost_xen/
+F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
+
 FreeBSD EAL (with overlaps)
 M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/Makefile
@@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
 F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
 
 RedHat virtio
+M: Huawei Xie <huawei.xie@intel.com>
 M: Changchun Ouyang <changchun.ouyang@intel.com>
 F: lib/librte_pmd_virtio/
 F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
-- 
1.8.1.4

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

* [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-09 15:44 [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution Huawei Xie
@ 2015-03-09 15:44 ` Huawei Xie
  2015-03-30  8:31 ` Xie, Huawei
  2015-07-13 10:22 ` [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library Huawei Xie
  2 siblings, 0 replies; 11+ messages in thread
From: Huawei Xie @ 2015-03-09 15:44 UTC (permalink / raw)
  To: dev

---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 07fdf5e..b4327d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
 F: examples/vhost_xen/
 F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
 
+Linux Xen VIRTIO
+M: Huawei Xie <huawei.xie@intel.com>
+F: lib/librte_pmd_xenvirt/
+F: examples/vhost_xen/
+F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
+
 FreeBSD EAL (with overlaps)
 M: Bruce Richardson <bruce.richardson@intel.com>
 F: lib/librte_eal/bsdapp/Makefile
@@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
 F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
 
 RedHat virtio
+M: Huawei Xie <huawei.xie@intel.com>
 M: Changchun Ouyang <changchun.ouyang@intel.com>
 F: lib/librte_pmd_virtio/
 F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
-- 
1.8.1.4

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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-09 15:44 [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution Huawei Xie
  2015-03-09 15:44 ` Huawei Xie
@ 2015-03-30  8:31 ` Xie, Huawei
  2015-03-30 12:24   ` Thomas Monjalon
  2015-07-13 10:22 ` [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library Huawei Xie
  2 siblings, 1 reply; 11+ messages in thread
From: Xie, Huawei @ 2015-03-30  8:31 UTC (permalink / raw)
  To: Xie, Huawei; +Cc: dev

On 3/9/2015 11:45 PM, Huawei Xie wrote:
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 07fdf5e..b4327d3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
>  F: examples/vhost_xen/
>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>  
> +Linux Xen VIRTIO
> +M: Huawei Xie <huawei.xie@intel.com>
> +F: lib/librte_pmd_xenvirt/
> +F: examples/vhost_xen/
> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> +
>  FreeBSD EAL (with overlaps)
>  M: Bruce Richardson <bruce.richardson@intel.com>
>  F: lib/librte_eal/bsdapp/Makefile
> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
>  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
>  
>  RedHat virtio
> +M: Huawei Xie <huawei.xie@intel.com>
>  M: Changchun Ouyang <changchun.ouyang@intel.com>
>  F: lib/librte_pmd_virtio/
>  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
Thomas:
Comments with this patch? Need i add "MAINTAINERS:" into the subject?

-huawei

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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-30  8:31 ` Xie, Huawei
@ 2015-03-30 12:24   ` Thomas Monjalon
  2015-03-30 14:52     ` Xie, Huawei
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Monjalon @ 2015-03-30 12:24 UTC (permalink / raw)
  To: Xie, Huawei; +Cc: dev

2015-03-30 08:31, Xie, Huawei:
> On 3/9/2015 11:45 PM, Huawei Xie wrote:
> > ---
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 07fdf5e..b4327d3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
> >  F: examples/vhost_xen/
> >  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> >  
> > +Linux Xen VIRTIO
> > +M: Huawei Xie <huawei.xie@intel.com>
> > +F: lib/librte_pmd_xenvirt/
> > +F: examples/vhost_xen/
> > +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> > +
> >  FreeBSD EAL (with overlaps)
> >  M: Bruce Richardson <bruce.richardson@intel.com>
> >  F: lib/librte_eal/bsdapp/Makefile
> > @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
> >  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
> >  
> >  RedHat virtio
> > +M: Huawei Xie <huawei.xie@intel.com>
> >  M: Changchun Ouyang <changchun.ouyang@intel.com>
> >  F: lib/librte_pmd_virtio/
> >  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
> Thomas:
> Comments with this patch? Need i add "MAINTAINERS:" into the subject?

This patch is wrong because you are duplicating an existing section.
I think you want to split Xen support maintenance. If you are sure it's a
good idea, please send a correct patch.
About vhost, maybe you want to split virtio and vhost?

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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-30 12:24   ` Thomas Monjalon
@ 2015-03-30 14:52     ` Xie, Huawei
  2015-03-30 15:07       ` Thomas Monjalon
  0 siblings, 1 reply; 11+ messages in thread
From: Xie, Huawei @ 2015-03-30 14:52 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 3/30/2015 8:25 PM, Thomas Monjalon wrote:
> 2015-03-30 08:31, Xie, Huawei:
>> On 3/9/2015 11:45 PM, Huawei Xie wrote:
>>> ---
>>>  MAINTAINERS | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 07fdf5e..b4327d3 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
>>>  F: examples/vhost_xen/
>>>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>>>  
>>> +Linux Xen VIRTIO
>>> +M: Huawei Xie <huawei.xie@intel.com>
>>> +F: lib/librte_pmd_xenvirt/
>>> +F: examples/vhost_xen/
>>> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>>> +
>>>  FreeBSD EAL (with overlaps)
>>>  M: Bruce Richardson <bruce.richardson@intel.com>
>>>  F: lib/librte_eal/bsdapp/Makefile
>>> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
>>>  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
>>>  
>>>  RedHat virtio
>>> +M: Huawei Xie <huawei.xie@intel.com>
>>>  M: Changchun Ouyang <changchun.ouyang@intel.com>
>>>  F: lib/librte_pmd_virtio/
>>>  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
>> Thomas:
>> Comments with this patch? Need i add "MAINTAINERS:" into the subject?
> This patch is wrong because you are duplicating an existing section.
> I think you want to split Xen support maintenance. If you are sure it's a
> good idea, please send a correct patch.
Yes, i am mainly the author of XEN virtio PMD and host part and would
like to review that part.
Should i split those two sections and move XEN virtio PMD and host part
to driver section?

> About vhost, maybe you want to split virtio and vhost?
>
About vhost, i will maintain those two parts. Is there issue with the
format?
>


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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-30 14:52     ` Xie, Huawei
@ 2015-03-30 15:07       ` Thomas Monjalon
  2015-03-30 15:23         ` Xie, Huawei
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Monjalon @ 2015-03-30 15:07 UTC (permalink / raw)
  To: Xie, Huawei; +Cc: dev

2015-03-30 14:52, Xie, Huawei:
> On 3/30/2015 8:25 PM, Thomas Monjalon wrote:
> > 2015-03-30 08:31, Xie, Huawei:
> >> On 3/9/2015 11:45 PM, Huawei Xie wrote:
> >>> ---
> >>>  MAINTAINERS | 7 +++++++
> >>>  1 file changed, 7 insertions(+)
> >>>
> >>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>> index 07fdf5e..b4327d3 100644
> >>> --- a/MAINTAINERS
> >>> +++ b/MAINTAINERS
> >>> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
> >>>  F: examples/vhost_xen/
> >>>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> >>>  
> >>> +Linux Xen VIRTIO
> >>> +M: Huawei Xie <huawei.xie@intel.com>
> >>> +F: lib/librte_pmd_xenvirt/
> >>> +F: examples/vhost_xen/
> >>> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> >>> +
> >>>  FreeBSD EAL (with overlaps)
> >>>  M: Bruce Richardson <bruce.richardson@intel.com>
> >>>  F: lib/librte_eal/bsdapp/Makefile
> >>> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
> >>>  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
> >>>  
> >>>  RedHat virtio
> >>> +M: Huawei Xie <huawei.xie@intel.com>
> >>>  M: Changchun Ouyang <changchun.ouyang@intel.com>
> >>>  F: lib/librte_pmd_virtio/
> >>>  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
> >> Thomas:
> >> Comments with this patch? Need i add "MAINTAINERS:" into the subject?
> > 
> > This patch is wrong because you are duplicating an existing section.
> > I think you want to split Xen support maintenance. If you are sure it's a
> > good idea, please send a correct patch.
> 
> Yes, i am mainly the author of XEN virtio PMD and host part and would
> like to review that part.
> Should i split those two sections and move XEN virtio PMD and host part
> to driver section?

Yes you cannot duplicate lib/librte_pmd_xenvirt/.
If you want to split "Linux Xen" section, just do it.
I already explained that to Jijiang. I don't even understand why we have to
discuss it again and again. Please just do the right split.

> > About vhost, maybe you want to split virtio and vhost?
> >
> About vhost, i will maintain those two parts. Is there issue with the
> format?

In my understanding Changchun was maintaining virtio, so I thought you were
interested in vhost only.

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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-30 15:07       ` Thomas Monjalon
@ 2015-03-30 15:23         ` Xie, Huawei
  2015-03-30 15:32           ` Thomas Monjalon
  0 siblings, 1 reply; 11+ messages in thread
From: Xie, Huawei @ 2015-03-30 15:23 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 3/30/2015 11:08 PM, Thomas Monjalon wrote:
> 2015-03-30 14:52, Xie, Huawei:
>> On 3/30/2015 8:25 PM, Thomas Monjalon wrote:
>>> 2015-03-30 08:31, Xie, Huawei:
>>>> On 3/9/2015 11:45 PM, Huawei Xie wrote:
>>>>> ---
>>>>>  MAINTAINERS | 7 +++++++
>>>>>  1 file changed, 7 insertions(+)
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index 07fdf5e..b4327d3 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
>>>>>  F: examples/vhost_xen/
>>>>>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>>>>>  
>>>>> +Linux Xen VIRTIO
>>>>> +M: Huawei Xie <huawei.xie@intel.com>
>>>>> +F: lib/librte_pmd_xenvirt/
>>>>> +F: examples/vhost_xen/
>>>>> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>>>>> +
>>>>>  FreeBSD EAL (with overlaps)
>>>>>  M: Bruce Richardson <bruce.richardson@intel.com>
>>>>>  F: lib/librte_eal/bsdapp/Makefile
>>>>> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
>>>>>  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
>>>>>  
>>>>>  RedHat virtio
>>>>> +M: Huawei Xie <huawei.xie@intel.com>
>>>>>  M: Changchun Ouyang <changchun.ouyang@intel.com>
>>>>>  F: lib/librte_pmd_virtio/
>>>>>  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
>>>> Thomas:
>>>> Comments with this patch? Need i add "MAINTAINERS:" into the subject?
>>> This patch is wrong because you are duplicating an existing section.
>>> I think you want to split Xen support maintenance. If you are sure it's a
>>> good idea, please send a correct patch.
>> Yes, i am mainly the author of XEN virtio PMD and host part and would
>> like to review that part.
>> Should i split those two sections and move XEN virtio PMD and host part
>> to driver section?
> Yes you cannot duplicate lib/librte_pmd_xenvirt/.
> If you want to split "Linux Xen" section, just do it.
> I already explained that to Jijiang. I don't even understand why we have to
> discuss it again and again. Please just do the right split.
>
>>> About vhost, maybe you want to split virtio and vhost?
>>>
>> About vhost, i will maintain those two parts. Is there issue with the
>> format?
> In my understanding Changchun was maintaining virtio, so I thought you were
> interested in vhost only.
>
>
>
Is there issue with two co-maintainers?
I was the co-author(with Rashmin) of original static virtio-pmd library,
and would review the patch with changchun  to keep it healthy.

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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-30 15:23         ` Xie, Huawei
@ 2015-03-30 15:32           ` Thomas Monjalon
  2015-03-30 15:35             ` Xie, Huawei
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Monjalon @ 2015-03-30 15:32 UTC (permalink / raw)
  To: Xie, Huawei; +Cc: dev

2015-03-30 15:23, Xie, Huawei:
> On 3/30/2015 11:08 PM, Thomas Monjalon wrote:
> > 2015-03-30 14:52, Xie, Huawei:
> >> On 3/30/2015 8:25 PM, Thomas Monjalon wrote:
> >>> 2015-03-30 08:31, Xie, Huawei:
> >>>> On 3/9/2015 11:45 PM, Huawei Xie wrote:
> >>>>> ---
> >>>>>  MAINTAINERS | 7 +++++++
> >>>>>  1 file changed, 7 insertions(+)
> >>>>>
> >>>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>>> index 07fdf5e..b4327d3 100644
> >>>>> --- a/MAINTAINERS
> >>>>> +++ b/MAINTAINERS
> >>>>> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
> >>>>>  F: examples/vhost_xen/
> >>>>>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> >>>>>  
> >>>>> +Linux Xen VIRTIO
> >>>>> +M: Huawei Xie <huawei.xie@intel.com>
> >>>>> +F: lib/librte_pmd_xenvirt/
> >>>>> +F: examples/vhost_xen/
> >>>>> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
> >>>>> +
> >>>>>  FreeBSD EAL (with overlaps)
> >>>>>  M: Bruce Richardson <bruce.richardson@intel.com>
> >>>>>  F: lib/librte_eal/bsdapp/Makefile
> >>>>> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
> >>>>>  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
> >>>>>  
> >>>>>  RedHat virtio
> >>>>> +M: Huawei Xie <huawei.xie@intel.com>
> >>>>>  M: Changchun Ouyang <changchun.ouyang@intel.com>
> >>>>>  F: lib/librte_pmd_virtio/
> >>>>>  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
> >>>> Thomas:
> >>>> Comments with this patch? Need i add "MAINTAINERS:" into the subject?
> >>> This patch is wrong because you are duplicating an existing section.
> >>> I think you want to split Xen support maintenance. If you are sure it's a
> >>> good idea, please send a correct patch.
> >> Yes, i am mainly the author of XEN virtio PMD and host part and would
> >> like to review that part.
> >> Should i split those two sections and move XEN virtio PMD and host part
> >> to driver section?
> > Yes you cannot duplicate lib/librte_pmd_xenvirt/.
> > If you want to split "Linux Xen" section, just do it.
> > I already explained that to Jijiang. I don't even understand why we have to
> > discuss it again and again. Please just do the right split.
> >
> >>> About vhost, maybe you want to split virtio and vhost?
> >>>
> >> About vhost, i will maintain those two parts. Is there issue with the
> >> format?
> > In my understanding Changchun was maintaining virtio, so I thought you were
> > interested in vhost only.
> >
> Is there issue with two co-maintainers?
> I was the co-author(with Rashmin) of original static virtio-pmd library,
> and would review the patch with changchun  to keep it healthy.

No it's OK. I now clearly understand that this part of the patch is right.
You want to co-maintain virtio and vhost. OK
I had a doubt because you failed with Xen split.

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

* Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution.
  2015-03-30 15:32           ` Thomas Monjalon
@ 2015-03-30 15:35             ` Xie, Huawei
  0 siblings, 0 replies; 11+ messages in thread
From: Xie, Huawei @ 2015-03-30 15:35 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 3/30/2015 11:33 PM, Thomas Monjalon wrote:
> 2015-03-30 15:23, Xie, Huawei:
>> On 3/30/2015 11:08 PM, Thomas Monjalon wrote:
>>> 2015-03-30 14:52, Xie, Huawei:
>>>> On 3/30/2015 8:25 PM, Thomas Monjalon wrote:
>>>>> 2015-03-30 08:31, Xie, Huawei:
>>>>>> On 3/9/2015 11:45 PM, Huawei Xie wrote:
>>>>>>> ---
>>>>>>>  MAINTAINERS | 7 +++++++
>>>>>>>  1 file changed, 7 insertions(+)
>>>>>>>
>>>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>>>> index 07fdf5e..b4327d3 100644
>>>>>>> --- a/MAINTAINERS
>>>>>>> +++ b/MAINTAINERS
>>>>>>> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*
>>>>>>>  F: examples/vhost_xen/
>>>>>>>  F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>>>>>>>  
>>>>>>> +Linux Xen VIRTIO
>>>>>>> +M: Huawei Xie <huawei.xie@intel.com>
>>>>>>> +F: lib/librte_pmd_xenvirt/
>>>>>>> +F: examples/vhost_xen/
>>>>>>> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
>>>>>>> +
>>>>>>>  FreeBSD EAL (with overlaps)
>>>>>>>  M: Bruce Richardson <bruce.richardson@intel.com>
>>>>>>>  F: lib/librte_eal/bsdapp/Makefile
>>>>>>> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/
>>>>>>>  F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst
>>>>>>>  
>>>>>>>  RedHat virtio
>>>>>>> +M: Huawei Xie <huawei.xie@intel.com>
>>>>>>>  M: Changchun Ouyang <changchun.ouyang@intel.com>
>>>>>>>  F: lib/librte_pmd_virtio/
>>>>>>>  F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
>>>>>> Thomas:
>>>>>> Comments with this patch? Need i add "MAINTAINERS:" into the subject?
>>>>> This patch is wrong because you are duplicating an existing section.
>>>>> I think you want to split Xen support maintenance. If you are sure it's a
>>>>> good idea, please send a correct patch.
>>>> Yes, i am mainly the author of XEN virtio PMD and host part and would
>>>> like to review that part.
>>>> Should i split those two sections and move XEN virtio PMD and host part
>>>> to driver section?
>>> Yes you cannot duplicate lib/librte_pmd_xenvirt/.
>>> If you want to split "Linux Xen" section, just do it.
>>> I already explained that to Jijiang. I don't even understand why we have to
>>> discuss it again and again. Please just do the right split.
>>>
>>>>> About vhost, maybe you want to split virtio and vhost?
>>>>>
>>>> About vhost, i will maintain those two parts. Is there issue with the
>>>> format?
>>> In my understanding Changchun was maintaining virtio, so I thought you were
>>> interested in vhost only.
>>>
>> Is there issue with two co-maintainers?
>> I was the co-author(with Rashmin) of original static virtio-pmd library,
>> and would review the patch with changchun  to keep it healthy.
> No it's OK. I now clearly understand that this part of the patch is right.
> You want to co-maintain virtio and vhost. OK
> I had a doubt because you failed with Xen split.
>
>
That explains. Would submit a new patch.

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

* [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library
  2015-03-09 15:44 [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution Huawei Xie
  2015-03-09 15:44 ` Huawei Xie
  2015-03-30  8:31 ` Xie, Huawei
@ 2015-07-13 10:22 ` Huawei Xie
  2015-07-13 10:36   ` Thomas Monjalon
  2 siblings, 1 reply; 11+ messages in thread
From: Huawei Xie @ 2015-07-13 10:22 UTC (permalink / raw)
  To: dev

As orignal author of virtio PMD(coauthor with Rashmin) and vhost user, claim responsibility for virtio PMD, vhost lib and vhost example.

v2 changes:
	would claim xenvirt responsibility in another patch

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e6de6f0..9a4e18d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -247,6 +247,7 @@ F: drivers/net/mlx4/
 F: doc/guides/nics/mlx4.rst
 
 RedHat virtio
+M: Huawei Xie <huawei.xie@intel.com>
 M: Changchun Ouyang <changchun.ouyang@intel.com>
 F: drivers/net/virtio/
 F: doc/guides/nics/virtio.rst
-- 
1.8.1.4

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

* Re: [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library
  2015-07-13 10:22 ` [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library Huawei Xie
@ 2015-07-13 10:36   ` Thomas Monjalon
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Monjalon @ 2015-07-13 10:36 UTC (permalink / raw)
  To: Huawei Xie; +Cc: dev

2015-07-13 18:22, Huawei Xie:
> As orignal author of virtio PMD(coauthor with Rashmin) and vhost user,
> claim responsibility for virtio PMD, vhost lib and vhost example.

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Thanks Huawei for your work and responsibility.

PS: as a maintainer, you'll have to take care about typos and line wrapping
in git messages ;)

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

end of thread, other threads:[~2015-07-13 10:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 15:44 [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution Huawei Xie
2015-03-09 15:44 ` Huawei Xie
2015-03-30  8:31 ` Xie, Huawei
2015-03-30 12:24   ` Thomas Monjalon
2015-03-30 14:52     ` Xie, Huawei
2015-03-30 15:07       ` Thomas Monjalon
2015-03-30 15:23         ` Xie, Huawei
2015-03-30 15:32           ` Thomas Monjalon
2015-03-30 15:35             ` Xie, Huawei
2015-07-13 10:22 ` [dpdk-dev] [PATCH v2] MAINTAINERS: claim responsibility for virtio PMD and vhost library Huawei Xie
2015-07-13 10:36   ` 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).