From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 2F2E5567C for ; Mon, 30 Mar 2015 14:25:34 +0200 (CEST) Received: by wibgn9 with SMTP id gn9so127275703wib.1 for ; Mon, 30 Mar 2015 05:25:34 -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=oDDkEMhByScuOkXkJ/DD+zUa7VSgU9Ssxgr3PuO9ZNQ=; b=IcWl5PoKp+CzQOo4aIDuvhwdkl6a0bR397tRzSAFC5Zdoaw5aGQ1DAe3cvwJzreZ0u A9AB13VNRukOKtMKKjpyNkVWiBhhhR6db+QMT+7DYjfTHTfp6X2RR0yYEkjZivx36o7k SGF0K5wBelMFuXOo8FD8wNNJ/kfYDMB23fHr2wIZxA2SIQWgDekjT0n8xsqFIyIIJ2Nl 9L/dgAa/MtXaxKM+0vFeM3LiRADNuAcH7PCh7P1R166CdbXIpuhtWATWP1AjuJJkbHD4 ABNZgt+0vnCvu3cM9goZ7qN2Jb0wx64Tp39OacGR5a2kN82SwSUANAZtiWTUyGw3yu9H nyfg== X-Gm-Message-State: ALoCoQm0tDZ86FE3RfkcOWZ/YZJL8kS9lb3eoE2BJhfVfASq4YM9l4uqBHUlcGemtLOdTFt5P79S X-Received: by 10.180.38.15 with SMTP id c15mr22281427wik.74.1427718333971; Mon, 30 Mar 2015 05:25:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id r14sm15495971wiv.13.2015.03.30.05.25.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 05:25:33 -0700 (PDT) From: Thomas Monjalon To: "Xie, Huawei" Date: Mon, 30 Mar 2015 14:24:53 +0200 Message-ID: <8159071.C5GLc6dQbq@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> 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 12:25:34 -0000 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. About vhost, maybe you want to split virtio and vhost?