From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 874749A9A for ; Tue, 10 Mar 2015 17:16:02 +0100 (CET) Received: by wibbs8 with SMTP id bs8so4371414wib.4 for ; Tue, 10 Mar 2015 09:16:02 -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=nowSjOq/qRGw+ph/Q0nBFihkMxRUDA7ht91fwJZNlY4=; b=MgUjQDB5MTIiTtKfGxtqKUsXX7NMNMz6UKSyXJM/twzhm6TwKGDSKIY0gREjTuZY3O Me5yO00DcSKNkfIqZLYS2GtVqjaUYCvHlY49BaGAxzClHK7lw6+/LzCcPRRxE4faalIv Tp47aXhzqNfitKydHfyqhTxI5mphS30NPhPgND/m7I/wHGvB+6NMVQSaUnV6po2g5Q9Y qfu8T2Tl3Q5cdsuviKhVi88Gq3ckqT/0jvFKJsIu2p68QyjOwvqqW6yJs7lTaki8hlOf 9DhQ9s+ATIb+xwcw6UU18VYl81Jk03AcOS9QLNYA9JIxb0QcHNIN6zZ30w/x42F7wPjA xyCw== X-Gm-Message-State: ALoCoQmFTsPC1rSooFt2TKCSpN2M1HrzHPyC4a7nexKDcuAdbQgxKHwsrbDKK5d/ask9ki9Kj9k3 X-Received: by 10.194.156.133 with SMTP id we5mr71324804wjb.37.1426004162389; Tue, 10 Mar 2015 09:16:02 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id a13sm1519919wjx.30.2015.03.10.09.16.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Mar 2015 09:16:01 -0700 (PDT) From: Thomas Monjalon To: "Liu, Jijiang" Date: Tue, 10 Mar 2015 17:15:28 +0100 Message-ID: <5244517.pTqTLediXm@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DCF89A@SHSMSX101.ccr.corp.intel.com> References: <1423103460-4161-1-git-send-email-jijiang.liu@intel.com> <24967719.U7Dc9FlWMt@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC01DCF89A@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] maintainer: claim review for Xen Dom0 support 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: Tue, 10 Mar 2015 16:16:02 -0000 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 > > > > 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.