From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <huawei.xie@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 93F3C567C
 for <dev@dpdk.org>; Mon, 30 Mar 2015 10:32:06 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga101.fm.intel.com with ESMTP; 30 Mar 2015 01:32:05 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.11,492,1422950400"; d="scan'208";a="548232247"
Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96])
 by orsmga003.jf.intel.com with ESMTP; 30 Mar 2015 01:32:04 -0700
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
 PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Mon, 30 Mar 2015 16:31:49 +0800
Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.24]) by
 SHSMSX104.ccr.corp.intel.com ([169.254.5.204]) with mapi id 14.03.0224.002;
 Mon, 30 Mar 2015 16:31:48 +0800
From: "Xie, Huawei" <huawei.xie@intel.com>
To: "Xie, Huawei" <huawei.xie@intel.com>
Thread-Topic: [dpdk-dev] [PATCH] claim responsibility for KVM virtio PMD,
 vhost backend, and XEN virtio solution.
Thread-Index: AdBqw/XkGWDuzdKwRhefrEVttEhDHA==
Date: Mon, 30 Mar 2015 08:31:47 +0000
Message-ID: <C37D651A908B024F974696C65296B57B0F4146CB@SHSMSX101.ccr.corp.intel.com>
References: <1425915850-14934-1-git-send-email-huawei.xie@intel.com>
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" <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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Mar 2015 08:32:07 -0000

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 <huawei.xie@intel.com>=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 <bruce.richardson@intel.com>=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 <huawei.xie@intel.com>=0A=
>  M: Changchun Ouyang <changchun.ouyang@intel.com>=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=
=0A=
-huawei=0A=