From patchwork Fri Oct 27 03:00:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gowrishankar Muthukrishnan X-Patchwork-Id: 133443 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 487C34320F; Fri, 27 Oct 2023 05:00:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC7D24025E; Fri, 27 Oct 2023 05:00:12 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id A57BE4003C for ; Fri, 27 Oct 2023 05:00:10 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 39QIobGb018825; Thu, 26 Oct 2023 20:00:09 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=FkpVG2A2jp+1SkvU9WS8bWMTRy5x9Zlue5pnx/PYogQ=; b=Gfym4AD+WZoCIlyzshYh09v4WSbNXbg9qbPdtqUZ7eA9Jnw4kxyQyFXzAdHji8+F0hjc B3FWJ30i0zJGkvJuJNwGCOeIfZbNmFSoXWXQ9RdwCq/TZo5+ASfVwzjkf/HcVVTACV1J dMlN1i0LOOMHm9giHzMNNB149uLXOI1aFdoiKp7jdz5Lno6+k4t15ATYPwBlPN96blaU TyaMDSlmGxQpnCCtkd/D9TfdJplKMiUN6SKv9I32LT4SAUn3CjXjiFaZ41bJXDg0W88H ISVcnnbzz8Q7kSkj4I3qCxlUMACMZ9Bt5+UB9JEa68ySzUGly1Kom3wJ3asBbq/0Ievk qQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3tywr81hqb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 26 Oct 2023 20:00:09 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 26 Oct 2023 20:00:08 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Thu, 26 Oct 2023 20:00:08 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id 37CE43F7082; Thu, 26 Oct 2023 20:00:04 -0700 (PDT) From: Gowrishankar Muthukrishnan To: CC: , Cheng Jiang , Kevin Laatz , Bruce Richardson , "Pavan Nikhilesh" , Amit Prakash Shukla , Jerin Jacob , "Gowrishankar Muthukrishnan" Subject: [PATCH] maintainers: update for DMA perf app Date: Fri, 27 Oct 2023 08:30:01 +0530 Message-ID: <1d1e3d699f2e47a7b822144df2c7a074c889a0a3.1698375266.git.gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Proofpoint-GUID: KJgDAsblB1OeQxzq0lKxl8fc175HzdhS X-Proofpoint-ORIG-GUID: KJgDAsblB1OeQxzq0lKxl8fc175HzdhS X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-10-26_22,2023-10-26_01,2023-05-22_02 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 co-maintainer for DMA perf app. Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Jerin Jacob --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4083658697..b81eb1d5c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1773,6 +1773,7 @@ F: doc/guides/testpmd_app_ug/ DMA device performance tool M: Cheng Jiang +M: Gowrishankar Muthukrishnan F: app/test-dma-perf/ F: doc/guides/tools/dmaperf.rst