From patchwork Thu Feb 5 01:57:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ouyang Changchun X-Patchwork-Id: 2994 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 876F5B3FC; Thu, 5 Feb 2015 02:57:55 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 72E01B3E8 for ; Thu, 5 Feb 2015 02:57:53 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 04 Feb 2015 17:52:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,521,1418112000"; d="scan'208";a="661740131" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 04 Feb 2015 17:57:40 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t151vbV7025206; Thu, 5 Feb 2015 09:57:37 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t151vXGX032761; Thu, 5 Feb 2015 09:57:35 +0800 Received: (from couyang@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t151vX9m032757; Thu, 5 Feb 2015 09:57:33 +0800 From: Ouyang Changchun To: dev@dpdk.org Date: Thu, 5 Feb 2015 09:57:28 +0800 Message-Id: <1423101448-32505-1-git-send-email-changchun.ouyang@intel.com> X-Mailer: git-send-email 1.7.12.2 Subject: [dpdk-dev] [PATCH] maintainer: claim review for virtio/vhost 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" I will be a volunteer of reviewing the following files: lib/librte_pmd_virtio/ doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst lib/librte_vhost/ doc/guides/prog_guide/vhost_lib.rst examples/vhost/ doc/guides/sample_app_ug/vhost.rst Signed-off-by: Changchun Ouyang Acked-by: Sergio Gonzalez Monroy Acked-by: Thomas Monjalon --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9a63714..b4f1c1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -198,6 +198,7 @@ Intel i40e F: lib/librte_pmd_i40e/ RedHat virtio +M: Changchun Ouyang F: lib/librte_pmd_virtio/ F: doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst F: lib/librte_vhost/