From patchwork Thu Jul 30 13:46:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 75040 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C0619A052B; Thu, 30 Jul 2020 15:46:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 61BCFE07; Thu, 30 Jul 2020 15:46:50 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id C03B4A69 for ; Thu, 30 Jul 2020 15:46:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596116808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=cbmxMX6SPl7O3pooOG6YIel4W05AedLz5RiAQ14vFO4=; b=eO1aQ6nX0L+4s4doD3sd0tNJn3WRNpkzJKc+uI7uXy0SWbnCQAHc1piYK30c4Tc5i0UIGQ kHr672zcs6MaGrsJKoCX/BMVxzBT5rWeVIlCa789QCO5rQgYK2ep7x5A6eEp0X/ek6hyqT M3Rj+joALgt+1iDIxlJu3kFlhGg1bkM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-357-HA--efrkP0mPY1nMMuOlJg-1; Thu, 30 Jul 2020 09:46:44 -0400 X-MC-Unique: HA--efrkP0mPY1nMMuOlJg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 42BE191270; Thu, 30 Jul 2020 13:46:42 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 153F619D9E; Thu, 30 Jul 2020 13:46:33 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, chenbo.xia@intel.com, zhihong.wang@intel.com, ferruh.yigit@intel.com, david.marchand@redhat.com, thomas@monjalon.net Cc: Maxime Coquelin Date: Thu, 30 Jul 2020 15:46:31 +0200 Message-Id: <20200730134631.300702-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [dpdk-dev] [PATCH] maintainers: add Chenbo for Vhost/Virtio/vDPA 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" Chenbo has done an excellent job in reviewing, contributing and testing patches. This patch adds him as co-maintainer for Vhost, Virtio and vDPA components. Signed-off-by: Maxime Coquelin Acked-by: Ferruh Yigit Acked-by: Chenbo Xia --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5328415c21..745621a5a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,6 +50,7 @@ T: git://dpdk.org/next/dpdk-next-net-mlx Next-virtio Tree M: Maxime Coquelin +M: Chenbo Xia T: git://dpdk.org/next/dpdk-next-virtio Next-crypto Tree @@ -889,6 +890,7 @@ F: doc/guides/nics/features/vmxnet3.ini Vhost-user M: Maxime Coquelin +M: Chenbo Xia M: Zhihong Wang T: git://dpdk.org/next/dpdk-next-virtio F: lib/librte_vhost/ @@ -903,6 +905,7 @@ F: doc/guides/sample_app_ug/vdpa.rst Vhost PMD M: Maxime Coquelin +M: Chenbo Xia M: Zhihong Wang T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ @@ -911,6 +914,7 @@ F: doc/guides/nics/features/vhost.ini Virtio PMD M: Maxime Coquelin +M: Chenbo Xia M: Zhihong Wang T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/virtio/