From patchwork Fri Nov 8 12:46:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ray Kinsella X-Patchwork-Id: 62771 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 8AB1EA04AB; Fri, 8 Nov 2019 13:47:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C03B1C1BB; Fri, 8 Nov 2019 13:46:50 +0100 (CET) Received: from qrelay181.mxroute.com (qrelay181.mxroute.com [172.82.139.181]) by dpdk.org (Postfix) with ESMTP id 4D7101C199 for ; Fri, 8 Nov 2019 13:46:44 +0100 (CET) Received: from filter004.mxroute.com (unknown [116.203.155.46]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by qrelay181.mxroute.com (Postfix) with ESMTPS id 96D9D140967; Fri, 8 Nov 2019 07:46:43 -0500 (EST) Received: from galaxy.mxroute.com (unknown [23.92.70.113]) by filter004.mxroute.com (Postfix) with ESMTPS id 925673E809; Fri, 8 Nov 2019 12:46:41 +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 1iT3Sf-0005Ux-Aj; Fri, 08 Nov 2019 07:33:57 -0500 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, aconole@redhat.com Date: Fri, 8 Nov 2019 12:46:25 +0000 Message-Id: <1573217185-4101-5-git-send-email-mdr@ashroe.eu> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1573217185-4101-1-git-send-email-mdr@ashroe.eu> References: <1573217185-4101-1-git-send-email-mdr@ashroe.eu> X-AuthUser: mdr@ashroe.eu Subject: [dpdk-dev] [PATCH v9 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 Acked-by: John Mcnamara --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 717c318..d5bb806 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -84,6 +84,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