From patchwork Fri Dec 1 11:04:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tiwei Bie X-Patchwork-Id: 31862 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E570C2A62; Fri, 1 Dec 2017 12:06:27 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id BBB2D2A58 for ; Fri, 1 Dec 2017 12:06:25 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Dec 2017 03:06:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,344,1508828400"; d="scan'208";a="8323005" Received: from deepin-15.sh.intel.com (HELO debian-xvivbkq.sh.intel.com) ([10.67.104.165]) by fmsmga004.fm.intel.com with ESMTP; 01 Dec 2017 03:06:23 -0800 From: Tiwei Bie To: yliu@fridaylinux.org, maxime.coquelin@redhat.com Cc: dev@dpdk.org Date: Fri, 1 Dec 2017 19:04:35 +0800 Message-Id: <20171201110435.20925-1-tiwei.bie@intel.com> X-Mailer: git-send-email 2.13.3 Subject: [dpdk-dev] [PATCH] maintainers: claim responsibility for virtio PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add myself as co-maintainer for virtio driver. Signed-off-by: Tiwei Bie Acked-by: Yuanhan Liu Acked-by: Maxime Coquelin Acked-by: Yuanhan Liu --- Hi Yuanhan and Maxime, As there will be more and more virtio related stuffs (e.g. vhost-pci, virtio crypto, vhost crypto) in DPDK, more maintaining efforts will be needed for virtio/vhost. So I volunteer to co-maintain virtio driver. Hope this could help! Best regards, Tiwei Bie MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f0baeb423..0627aa345 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -528,6 +528,7 @@ F: doc/guides/nics/features/vhost.ini Virtio PMD M: Yuanhan Liu M: Maxime Coquelin +M: Tiwei Bie T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/virtio/ F: doc/guides/nics/virtio.rst