From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 81696A034C; Wed, 21 Dec 2022 11:18:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9896042D34; Wed, 21 Dec 2022 11:18:03 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id D910240695 for ; Mon, 19 Dec 2022 09:34:45 +0100 (CET) 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 2BINFDOe005899; Mon, 19 Dec 2022 00:34:44 -0800 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=AATuJyeVJKYFSBx40oa0HAwfL3PeCH/p9908+RRRixk=; b=aI9dGx4oh//viuGy4jD0nyp9S9t9s13XwKUqc6lccVsijv7jCytqNOwEoHdPpa6BJuZU hGLb8UCt4614LMq/OO6WVIiDAHoAakXedpAHV0+qFh4M7nbligSA0hO4bqH/SX4gLXr5 DinfcRjdwdHbwerrouowoGhEMf9ShRxitIqlk8dIunl/7+YUSPYwxpAKPfQqj+e2AbGR h5tuZysgGxTast10JeUXLL+L+HPTrfp4wV78my7w08tnPsFv+Kxliwy8wj2lKc2YRTwx 0WejzBF/ZWFRiMdRy1ONdw0RrxVagTTNd0h9zLiaK4wPxE7zlMqH+BzeNsHGGzBtza88 Jw== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3mhc12641m-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 19 Dec 2022 00:34:44 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 19 Dec 2022 00:34:42 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.42 via Frontend Transport; Mon, 19 Dec 2022 00:34:42 -0800 Received: from localhost.localdomain (unknown [10.28.34.23]) by maili.marvell.com (Postfix) with ESMTP id A652B3F7091; Mon, 19 Dec 2022 00:34:38 -0800 (PST) From: Mohammad Iqbal Ahmad To: , Thomas Monjalon CC: , , , , , , , , , , , Mohammad Iqbal Ahmad Subject: [PATCH v2 1/2] mailmap: add contributor to list Date: Mon, 19 Dec 2022 14:04:01 +0530 Message-ID: <20221219083402.1899934-1-mahmad@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221216073958.1645736-1-mahmad@marvell.com> References: <20221216073958.1645736-1-mahmad@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: MyTFoBytWi6B_L20X2IEMJ_75fnV4BLn X-Proofpoint-ORIG-GUID: MyTFoBytWi6B_L20X2IEMJ_75fnV4BLn X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-18_13,2022-12-15_02,2022-06-22_01 X-Mailman-Approved-At: Wed, 21 Dec 2022 11:17:53 +0100 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 contributor to mailmap. Signed-off-by: Mohammad Iqbal Ahmad --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 75884b6fe2..464164765f 100644 --- a/.mailmap +++ b/.mailmap @@ -911,6 +911,7 @@ Mitch Williams Mit Matelske Mohamad Noor Alim Hussin Mohammad Abdul Awal +Mohammad Iqbal Ahmad Mohammed Gamal Mohsin Kazmi Mohsin Mazhar Shaikh -- 2.25.1