From patchwork Thu Oct 8 23:13:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honnappa Nagarahalli X-Patchwork-Id: 80084 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 E7070A04BC; Fri, 9 Oct 2020 01:14:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 52C551BCBF; Fri, 9 Oct 2020 01:14:08 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 423301BCB7 for ; Fri, 9 Oct 2020 01:14:06 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B6758D6E; Thu, 8 Oct 2020 16:14:05 -0700 (PDT) Received: from qc2400f-1.austin.arm.com (qc2400f-1.austin.arm.com [10.118.12.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AA10E3F802; Thu, 8 Oct 2020 16:14:05 -0700 (PDT) From: Honnappa Nagarahalli To: dev@dpdk.org, honnappa.nagarahalli@arm.com, phil.yang@arm.com Cc: ruifeng.wang@arm.com, david.marchand@redhat.com, thomas@monjalon.net, nd@arm.com Date: Thu, 8 Oct 2020 18:13:59 -0500 Message-Id: <20201008231359.33704-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] maintainers: update for MCS lock 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" Updating MAINTAINERS file for MCS lock. Signed-off-by: Honnappa Nagarahalli Acked-by: Phil Yang --- Phil Yang is leaving Arm. I worked with Phil on the MCS lock design and have done the reviews in the past for the implementation. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 75a17d51c..2a18262d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -238,7 +238,7 @@ F: lib/librte_eal/include/rte_bitmap.h F: app/test/test_bitmap.c MCSlock -M: Phil Yang +M: Honnappa Nagarahalli F: lib/librte_eal/include/generic/rte_mcslock.h F: app/test/test_mcslock.c