From patchwork Fri Sep 27 16:30:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ray Kinsella X-Patchwork-Id: 60045 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 433FC1BF47; Fri, 27 Sep 2019 18:31:19 +0200 (CEST) Received: from q2relay227.mxroute.com (q2relay227.mxroute.com [160.202.107.227]) by dpdk.org (Postfix) with ESMTP id B75E71BEEC for ; Fri, 27 Sep 2019 18:31:12 +0200 (CEST) Received: from filter001.mxrelay.co ([64.52.23.203] filter001.mxrelay.co) (Authenticated sender: mN4UYu2MZsgR) by q2relay227.mxroute.com (ZoneMTA) with ESMTPSA id 16d738fde54000c9a9.002 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 27 Sep 2019 16:31:11 +0000 X-Zone-Loop: bcd51e9157b9faba333cc9a82007f7e4aaaa782223f3 X-Originating-IP: [64.52.23.203] Received: from galaxy.mxroute.com (unknown [23.92.70.113]) by filter001.mxrelay.co (Postfix) with ESMTPS id 977801008FA; Fri, 27 Sep 2019 16:31:10 +0000 (UTC) Received: from irdmzpr02-ext.ir.intel.com ([192.198.151.37] helo=localhost) by galaxy.mxroute.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1iDt0E-0006Yd-4m; Fri, 27 Sep 2019 12:21:54 -0400 From: Ray Kinsella To: dev@dpdk.org Cc: mdr@ashroe.eu, thomas@monjalon.net, stephen@networkplumber.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, konstantin.ananyev@intel.com, jerinj@marvell.com, olivier.matz@6wind.com, nhorman@tuxdriver.com, maxime.coquelin@redhat.com, john.mcnamara@intel.com, marko.kovacevic@intel.com, hemant.agrawal@nxp.com, ktraynor@redhat.com Date: Fri, 27 Sep 2019 17:30:57 +0100 Message-Id: <1569601857-1121-5-git-send-email-mdr@ashroe.eu> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1569601857-1121-1-git-send-email-mdr@ashroe.eu> References: <1569601857-1121-1-git-send-email-mdr@ashroe.eu> X-AuthUser: mdr@ashroe.eu Subject: [dpdk-dev] [PATCH v5 4/4] doc: add maintainer for abi policy 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 an entry to the maintainer file for the abi policy. Signed-off-by: Ray Kinsella --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b3d9aad..d231f03 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -80,6 +80,10 @@ M: Marko Kovacevic F: README F: doc/ +ABI Policy +M: Ray Kinsella +F: doc/guides/contributing/abi_*.rst + Developers and Maintainers Tools M: Thomas Monjalon F: MAINTAINERS