From patchwork Fri Jun 25 14:27:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerin Jacob Kollanukkaran X-Patchwork-Id: 94873 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 0B7F1A0547; Fri, 25 Jun 2021 16:28:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8B43A40698; Fri, 25 Jun 2021 16:28:14 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 389604068A for ; Fri, 25 Jun 2021 16:28:13 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 15PEFwFN012504; Fri, 25 Jun 2021 07:28:06 -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=JV3GyvIlDG6yugxBVbFDuKrVRA/DjZmStyO67/QpV/M=; b=TdboeI7LfBx3SRY70hlqwbdPbywkzsajmMou1qOiU5xatARlkhb+G4KUZXUYV+p6TfFd w54Xas12o6QwXIuH95yMMdcd86nzuGkJZDS+9FTkM9LQ70+rLsi3PpFdpBWwvSv30OKD UzjNFUJp+FecuJiJnjjPqYl991nAF7E/jrtJZ33npvWRlnmFRyF2NgesDmOyajt/RGm9 NA8VwFCgcXmo91alsc4IhnZfJGzxHsXvDuH1lb3AU8LKZjQVGlSMSYthUScCEugqTdQY hmyD2jyPMG+uJmz/6Sd+dmYC4lkTBSWC0c+/FgrWvMV2jJZvBiqcR9RWfOLIoKhewTZh Lw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com with ESMTP id 39d24dk6vk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 25 Jun 2021 07:28:05 -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.18; Fri, 25 Jun 2021 07:28:04 -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.18 via Frontend Transport; Fri, 25 Jun 2021 07:28:04 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 612553F705F; Fri, 25 Jun 2021 07:28:02 -0700 (PDT) From: To: Thomas Monjalon CC: , , , , , Jerin Jacob Date: Fri, 25 Jun 2021 19:57:20 +0530 Message-ID: <20210625142720.1494116-1-jerinj@marvell.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-Proofpoint-GUID: KHyqqzEcvGskRzzrU9VWmS6gs20xNuAE X-Proofpoint-ORIG-GUID: KHyqqzEcvGskRzzrU9VWmS6gs20xNuAE X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-06-25_05:2021-06-25, 2021-06-25 signatures=0 Subject: [dpdk-dev] [PATCH] maintainers: update for ARM v8 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 Sender: "dev" From: Jerin Jacob Resigning my maintainership for ARM v8 architecture. Signed-off-by: Jerin Jacob --- Resigning due to not getting enough quality time to review arm64 architecture patches. Unlike those days where arm64 architecture started with Cavium HW, Now arm64 architecture is quite matured and at par with x86 support, and there is enough contribution from Arm. I will put my best effort into reviewing the arm64 architecture patches as time permits. --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) -- 2.32.0 diff --git a/MAINTAINERS b/MAINTAINERS index 5877a16971..7fee557343 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -268,7 +268,6 @@ F: lib/eal/arm/ X: lib/eal/arm/include/*_64.h ARM v8 -M: Jerin Jacob M: Ruifeng Wang F: config/arm/ F: doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst