From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AFBC85A3E for ; Mon, 30 Mar 2015 16:52:24 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 30 Mar 2015 07:52:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,494,1422950400"; d="scan'208";a="474452554" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by FMSMGA003.fm.intel.com with ESMTP; 30 Mar 2015 07:52:22 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 30 Mar 2015 22:52:21 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.24]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0224.002; Mon, 30 Mar 2015 22:52:20 +0800 From: "Xie, Huawei" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution. Thread-Index: AQHQavkfhMt9shAL6k+KO+jZv4MUqg== Date: Mon, 30 Mar 2015 14:52:20 +0000 Message-ID: References: <1425915850-14934-1-git-send-email-huawei.xie@intel.com> <8159071.C5GLc6dQbq@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 14:52:25 -0000 On 3/30/2015 8:25 PM, Thomas Monjalon wrote:=0A= > 2015-03-30 08:31, Xie, Huawei:=0A= >> On 3/9/2015 11:45 PM, Huawei Xie wrote:=0A= >>> ---=0A= >>> MAINTAINERS | 7 +++++++=0A= >>> 1 file changed, 7 insertions(+)=0A= >>>=0A= >>> diff --git a/MAINTAINERS b/MAINTAINERS=0A= >>> index 07fdf5e..b4327d3 100644=0A= >>> --- a/MAINTAINERS=0A= >>> +++ b/MAINTAINERS=0A= >>> @@ -131,6 +131,12 @@ F: app/test-pmd/mempool_*=0A= >>> F: examples/vhost_xen/=0A= >>> F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst=0A= >>> =0A= >>> +Linux Xen VIRTIO=0A= >>> +M: Huawei Xie =0A= >>> +F: lib/librte_pmd_xenvirt/=0A= >>> +F: examples/vhost_xen/=0A= >>> +F: doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst=0A= >>> +=0A= >>> FreeBSD EAL (with overlaps)=0A= >>> M: Bruce Richardson =0A= >>> F: lib/librte_eal/bsdapp/Makefile=0A= >>> @@ -226,6 +232,7 @@ F: lib/librte_pmd_mlx4/=0A= >>> F: doc/guides/prog_guide/mlx4_poll_mode_drv.rst=0A= >>> =0A= >>> RedHat virtio=0A= >>> +M: Huawei Xie =0A= >>> M: Changchun Ouyang =0A= >>> F: lib/librte_pmd_virtio/=0A= >>> F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst=0A= >> Thomas:=0A= >> Comments with this patch? Need i add "MAINTAINERS:" into the subject?=0A= > This patch is wrong because you are duplicating an existing section.=0A= > I think you want to split Xen support maintenance. If you are sure it's a= =0A= > good idea, please send a correct patch.=0A= Yes, i am mainly the author of XEN virtio PMD and host part and would=0A= like to review that part.=0A= Should i split those two sections and move XEN virtio PMD and host part=0A= to driver section?=0A= =0A= > About vhost, maybe you want to split virtio and vhost?=0A= >=0A= About vhost, i will maintain those two parts. Is there issue with the=0A= format?=0A= >=0A= =0A=