From patchwork Mon Mar 9 15:44:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huawei Xie X-Patchwork-Id: 3941 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id C723E9A91; Mon, 9 Mar 2015 16:44:35 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 313115A84 for ; Mon, 9 Mar 2015 16:44:34 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 09 Mar 2015 08:41:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,368,1422950400"; d="scan'208";a="677357929" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 09 Mar 2015 08:44:13 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t29FiDFK019166 for ; Mon, 9 Mar 2015 23:44:13 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t29FiAts014969 for ; Mon, 9 Mar 2015 23:44:12 +0800 Received: (from hxie5@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t29FiAao014965 for dev@dpdk.org; Mon, 9 Mar 2015 23:44:10 +0800 From: Huawei Xie To: dev@dpdk.org Date: Mon, 9 Mar 2015 23:44:09 +0800 Message-Id: <1425915850-14934-1-git-send-email-huawei.xie@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" --- 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