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 4B998429DB; Mon, 24 Apr 2023 14:28:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EAD141138; Mon, 24 Apr 2023 14:28:56 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 13A5D41138 for ; Mon, 24 Apr 2023 14:28:54 +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 33O7WJdZ027390; Mon, 24 Apr 2023 05:28:53 -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=yJEr2YPLbf167SLW5Cr0qCFHd+cBqWO4tABxPNm3i5U=; b=ezb3Yt5qGpzJ1EDs/8OKSztwFCp40prkfW4mu84xPuw/q0uCn7KqjNYeMZ6hMNtk/G0e Vn2TzPVFu8yAOuRdJFdP4vmArCU960XBEhZcVeU1xc+9h13rZ5WDgBq63blK2rQaGMku oaJBQMlwK2gb/8IYMAf+hA8QxA+rpLrUaipZCNKADOztp+qMxmUToVx0da4sbX6exdTC 55mi73bJnx0Ho6audYlww+WDztg9mmA+Uc73fnw5NKxr27gNQ5R06tBQ1nTdY3seAjyy J4JDdxyzzjjv89Onbf2rweaKOnCsbQIGeLA8gYiN27h08FFju8R/GnRyt7CqHqpfvk33 Ow== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3q5nfb0xq9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 24 Apr 2023 05:28:53 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Mon, 24 Apr 2023 05:28:52 -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; Mon, 24 Apr 2023 05:28:52 -0700 Received: from localhost.marvell.com (unknown [10.106.27.249]) by maili.marvell.com (Postfix) with ESMTP id 1A2443F70A0; Mon, 24 Apr 2023 05:28:52 -0700 (PDT) From: Sathesh Edara To: , , , "Thomas Monjalon" CC: Subject: [PATCH v3 05/11] devtools: add acronym in dictionary for commit checks Date: Mon, 24 Apr 2023 05:28:28 -0700 Message-ID: <20230424122835.39493-6-sedara@marvell.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20230424122835.39493-1-sedara@marvell.com> References: <20230405142537.1899973-2-sedara@marvell.com> <20230424122835.39493-1-sedara@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: i7L_B9d4-bilJ4mzFUfLwMJKK1BchykP X-Proofpoint-GUID: i7L_B9d4-bilJ4mzFUfLwMJKK1BchykP X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-24_07,2023-04-21_01,2023-02-09_01 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 ISM -> Interrupt Status Messages Signed-off-by: Sathesh Edara --- devtools/words-case.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/words-case.txt b/devtools/words-case.txt index 53e029a958..3a7af902bd 100644 --- a/devtools/words-case.txt +++ b/devtools/words-case.txt @@ -35,6 +35,7 @@ IP IPsec IPv4 IPv6 +ISM L2 L3 L4 -- 2.31.1