From patchwork Tue Sep 19 16:04:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sunil Kumar Kori X-Patchwork-Id: 131653 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 CF5A44260C; Tue, 19 Sep 2023 18:07:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A09742D3F; Tue, 19 Sep 2023 18:05:46 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 209C64113C for ; Tue, 19 Sep 2023 18:05:37 +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 38JDa2LN012098; Tue, 19 Sep 2023 09:05:37 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=Lqtf8suHDZwZjKTj6GA0bxQq7IX45vkvZ0omt7XwmZQ=; b=UoLrm6G+sLnNBJzN+7zcTtU5aiqHkF4hvSPRLs58b5k+3yeWDLVEfG4akb8jkgLImkpd sepn72xSKnd5cSMRrfRNTdlPNUR7296zWXs2qIRSWMgmGCxrZO+c1cxGrIz+wDOBkMqq QI0+iXG3ecQNB6Km8Xrmycvd1oAAlrJ+qHFptVmxmaVJhoGGetATTGk93qzhR4Vq6+gV h+V1F7N+F2wyyx3C/a8BNKOVOoxlX208NPG+fD6TbnpYCK7i3KxLWcJMfpoKFOppLtRc ZVXGAQP5yIyhnvuD4FMBPBr3MH/KJpto/aCTiUEgzB+fvjh1wmCqTHMnBa8GfEc+oJu+ YQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3t7cnq0p6c-15 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 19 Sep 2023 09:05:37 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Tue, 19 Sep 2023 09:05:27 -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; Tue, 19 Sep 2023 09:05:27 -0700 Received: from localhost.localdomain (unknown [10.28.34.25]) by maili.marvell.com (Postfix) with ESMTP id 70E183F709B; Tue, 19 Sep 2023 09:05:26 -0700 (PDT) From: To: Thomas Monjalon CC: , Sunil Kumar Kori Subject: [PATCH v4 14/14] maintainers: add maintainers for graph app Date: Tue, 19 Sep 2023 21:34:55 +0530 Message-ID: <20230919160455.1678716-14-skori@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230919160455.1678716-1-skori@marvell.com> References: <20230908104907.4060511-1-skori@marvell.com> <20230919160455.1678716-1-skori@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: tkWhMwRtWisfP_Thctelx2J11pbghg-I X-Proofpoint-GUID: tkWhMwRtWisfP_Thctelx2J11pbghg-I X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-19_07,2023-09-19_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 From: Sunil Kumar Kori Add Sunil Kumar Kori and Rakesh Kudurumalla as maintainers for graph application. Signed-off-by: Sunil Kumar Kori --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 698608cdb2..7f149bd060 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1806,6 +1806,13 @@ F: dts/ F: devtools/dts-check-format.sh F: doc/guides/tools/dts.rst +Graph application +M: Sunil Kumar Kori +M: Rakesh Kudurumalla +F: app/graph/ +F: doc/guides/tools/graph.rst +F: doc/guides/tools/img/graph-usecase-l3fwd.svg + Other Example Applications --------------------------