From patchwork Tue Jun 13 06:57:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenbo Xia X-Patchwork-Id: 128550 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A64A042CA0; Tue, 13 Jun 2023 09:23:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D7EB40A8A; Tue, 13 Jun 2023 09:23:38 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id E9AEF40698 for ; Tue, 13 Jun 2023 09:23:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686641017; x=1718177017; h=from:to:cc:subject:date:message-id; bh=otFhuJAWVxEqKGtg29+6voF4BssILR3iAitNyyVnndI=; b=L6RB6JIhyaS+S4v2x6EsSFgYLyCzhBjBX05ak2skzkPPy+f0MUmPNbQY jZ8yToPvNxciAPc60YSjBAxOJtYN+DAYD3cGM+rUN7j+kNkFG3KTQU2/m LRDlJntaQfBvrQMJ5/Y+YgP33YkVqHPppiVQYyPqFhRsbPBxWNEZISId4 O35kQDDiPVhTX1bACUQj6ttEuQeV/pjhKdUW5zYQ40Y0nI0t4Y5ePjsQf aGTSidhbtB1ghmtFvgb5RdlaTb2NrRp1KywWXkhkN8BimUJmYOwNcL9E6 DGYRSWwlBhgEKnkxmWt7KKd5/DGmYRPbIGIRRvklCbAw47QtwF9473Qsq g==; X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="421843557" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="421843557" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 00:23:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="661903944" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="661903944" Received: from npg-dpdk-virtio-xiachenbo-nw.sh.intel.com ([10.67.119.79]) by orsmga003.jf.intel.com with ESMTP; 13 Jun 2023 00:23:34 -0700 From: Chenbo Xia To: dev@dpdk.org Cc: thomas@monjalon.net, grive@u256.net Subject: [PATCH] maintainers: update for PCI bus driver and library Date: Tue, 13 Jun 2023 14:57:38 +0800 Message-Id: <20230613065738.42370-1-chenbo.xia@intel.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add myself as maintainer of PCI bus driver and co-maintainer of PCI library. Signed-off-by: Chenbo Xia --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 906b31f97c..fea84b8cb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -586,6 +586,7 @@ F: drivers/bus/dpaa/ F: drivers/bus/fslmc/ PCI bus driver +M: Chenbo Xia F: drivers/bus/pci/ Platform bus driver @@ -1667,6 +1668,7 @@ F: app/test/test_rcu* F: doc/guides/prog_guide/rcu_lib.rst PCI +M: Chenbo Xia M: Gaetan Rivet F: lib/pci/