From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id EFE105A8C for ; Mon, 30 Mar 2015 17:08:32 +0200 (CEST) Received: by wgbgs4 with SMTP id gs4so87584900wgb.0 for ; Mon, 30 Mar 2015 08:08:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=sP8GvpZMJCEJ+GJk5i/A8jM6C0bxP+xJGahNZX+cIeI=; b=JXTK711jS5jdu9g8jhqeBZbP4sJ0zjfUXQ1FYE30HQf9Po8MkrTJ7zIlVPn3zOJvUa nupBcKJeziO8Czgj6r/DserVfiIxlv8peVNLgcPOtxNP14m8s+dUOuwBhvhm4cZNJIX8 +Jr69TB4fSLQEqJSh+Zng7DVubDRsfu010Z9lKEzD57gHykK69JrROFfQbK1b+ViCCgN HH6lf57mHOQDBsNXtfLAEl1qfVYnGE7Du5huosZzVrMYv+JRhUnOKzgyYsW1/VxUxGVL dahiFvJYkoNcQssc8iuyojdGn1+FRd2KZ0e79txb+/Abfl9AsN4xajUvhKa7Dna3HpbQ 75Mw== X-Gm-Message-State: ALoCoQkduWl8ip2V3algTSCE270eIW0EFFA6TP8AU3IVTWTr/Z5YwzV5KaTGVUtYZmy/6PN5AkBW X-Received: by 10.180.97.106 with SMTP id dz10mr23236039wib.33.1427728112732; Mon, 30 Mar 2015 08:08:32 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id cf12sm16146523wjb.10.2015.03.30.08.08.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 08:08:31 -0700 (PDT) From: Thomas Monjalon To: "Xie, Huawei" Date: Mon, 30 Mar 2015 17:07:51 +0200 Message-ID: <3159342.39RF9GQ1Cv@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425915850-14934-1-git-send-email-huawei.xie@intel.com> <8159071.C5GLc6dQbq@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 15:08:33 -0000 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 > >>> +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 > >>> 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 > >>> M: Changchun Ouyang > >>> 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.