From patchwork Fri Feb 23 07:42:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yan, Zhirun" X-Patchwork-Id: 137082 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 0224A43B9B; Fri, 23 Feb 2024 08:42:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8AAFD402ED; Fri, 23 Feb 2024 08:42:21 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mails.dpdk.org (Postfix) with ESMTP id 61571402CB for ; Fri, 23 Feb 2024 08:42:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1708674139; x=1740210139; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=t1E6+ytDa9qHDi71pYoqAK03y2huaGSM6QBb2Xoe3og=; b=e7Pr7kSA//KesncBwLjmPmMqNAVy9iJBjzuYsHmLROh9nJMmEPoEps40 UqaRamRZ0Ew1OTarlAHQfz1kDTrmN74MkfONFyEk4feaUqs1MRbIqFGb4 hWAZegWYRU+4VUic1+9GZwglTCbbJ2tjFYIcMvM8netbHBtFRj4m5261f pBUVTwvZQRk1UBZPyG1zmIyPdUK7rVDDJMu7GUsaCTMCi0g7ce83x2Sef vSDhEaUMucY7HN+RwIjdAFUqdcfYt5BGPhF8u0XuC4HVHEC082euidsoc Rh+xbftDRpxZRKKIrmbcIuHwotirXKe2bPnCJ5CD61Df2IqycWf3YeASj g==; X-IronPort-AV: E=McAfee;i="6600,9927,10992"; a="5918692" X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="5918692" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2024 23:42:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,179,1705392000"; d="scan'208";a="43277833" Received: from dpdk-zhirun-lmm.sh.intel.com ([10.67.119.117]) by orviesa001.jf.intel.com with ESMTP; 22 Feb 2024 23:42:16 -0800 From: Zhirun Yan To: dev@dpdk.org, jerinj@marvell.com, kirankumark@marvell.com, ndabilpuram@marvell.com Cc: Zhirun Yan Subject: [PATCH] maintainers: update for graph libraries Date: Fri, 23 Feb 2024 15:42:10 +0800 Message-Id: <20240223074210.907813-1-zhirun.yan@intel.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 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 Update the email address for graph libraries. Signed-off-by: Zhirun Yan --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 962c359cdd..ff71dc2825 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1738,7 +1738,7 @@ Graph M: Jerin Jacob M: Kiran Kumar K M: Nithin Dabilpuram -M: Zhirun Yan +M: Zhirun Yan F: lib/graph/ F: doc/guides/prog_guide/graph_lib.rst F: app/test/test_graph*