From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] claim responsibility for KVM virtio PMD, vhost backend, and XEN virtio solution. Date: Mon, 30 Mar 2015 14:24:53 +0200 Message-ID: <8159071.C5GLc6dQbq@xps13> References: <1425915850-14934-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Xie, Huawei" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "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 > > +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?