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 84A03A034C; Sun, 18 Dec 2022 11:08:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D4A9942D27; Sun, 18 Dec 2022 11:07:40 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 2AF1C40685 for ; Fri, 16 Dec 2022 08:41:26 +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 2BG2f1cg029319; Thu, 15 Dec 2022 23:41:26 -0800 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=8kVBJBAFPr/pTMbHAUoiOL2N8rXCe+FrmKxG6NsKf9I=; b=PmzoLtALTJ6Qr8tax4eMrZLCy6bQdJ9cHC5T6NUePRjny1seowQzOzwJYgOsxJY50nRh 3oBBRrN2M6je0xSO4GE51TeTCm0TFe9UEMa0NDkUD+T9NAHPpJ3SGEr4gnCzD0ZwMjeJ tj6gdDNp1VLCuZUVEMzkUXHPtGAHoflWu9Y86Q08XOpou3gopAnlKGGzWwOO3AKHjaDe eYiYPpOZjq5w1kxvgb1Y4ftVw32FavBawqo0BXpJR45/swtDtTQIwHA28SrlxAY8zm5l CsYK7Har55U1C67JjdtxwNBr8spDu5nBJLacUhXLJSUEnYwySz3QWuqv+l//WhjyoIZ5 5w== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3mgg3ns2p9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 15 Dec 2022 23:41:25 -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; Thu, 15 Dec 2022 23:41:24 -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; Thu, 15 Dec 2022 23:41:24 -0800 Received: from localhost.localdomain (unknown [10.28.34.23]) by maili.marvell.com (Postfix) with ESMTP id 223F53F7069; Thu, 15 Dec 2022 23:41:19 -0800 (PST) From: Mohammad Iqbal Ahmad To: , Thomas Monjalon CC: , , , , , , , , , , , Mohammad Iqbal Ahmad Subject: [PATCH v1 1/2] mailmap: add contributor to list Date: Fri, 16 Dec 2022 13:09:57 +0530 Message-ID: <20221216073958.1645736-1-mahmad@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: 5O5Vhao-rCAY45cWHl5cGxstMdG7S1bs X-Proofpoint-ORIG-GUID: 5O5Vhao-rCAY45cWHl5cGxstMdG7S1bs 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-16_04,2022-12-15_02,2022-06-22_01 X-Mailman-Approved-At: Sun, 18 Dec 2022 11:07:34 +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 contributer 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