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 7AF60429DC; Mon, 24 Apr 2023 16:36:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6EC1642D3C; Mon, 24 Apr 2023 16:36:41 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id D81F742D16 for ; Mon, 24 Apr 2023 16:36:37 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33OERGBP022600; Mon, 24 Apr 2023 07:36:37 -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=fAdV/2KxmlpHKSEfMTfD3q/D5/I+R5wCcBfE9SWF+ryKlSTm6q2qAmaQuzsBEVhCFb4E Gu9Q+b2onCgJmWME9J5bXHmFXxCLnfrPI7+n827ys3WZw5gFV6bwa/cr5fQwaG8pBcIL z81yjOPqF09KyjMFtvFlw8Z2QB5utzZjaI2xH3QqMovVYLM5Td6hI13GBvN8tUOR8NNp nqyLUsnoO9qEp59nUZVwUmidhkXAtKnAN5vh3SWcwa7zPXOdcTGLmG54Ce5AfDPJROYo fwl1xEEn/+z1mA52sl8c9HUVSBL5b3iXsfi46iv5d+wPn2s3lBB7reuW3JAVnKedLv/V Lg== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3q4f3p6dbb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 24 Apr 2023 07:36:37 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Mon, 24 Apr 2023 05:55:24 -0700 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.48 via Frontend Transport; Mon, 24 Apr 2023 05:55:24 -0700 Received: from localhost.marvell.com (unknown [10.106.27.249]) by maili.marvell.com (Postfix) with ESMTP id 3BE533F70A2; Mon, 24 Apr 2023 05:55:24 -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:55:05 -0700 Message-ID: <20230424125512.40013-6-sedara@marvell.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20230424125512.40013-1-sedara@marvell.com> References: <20230405142537.1899973-1-sedara@marvell.com> <20230424125512.40013-1-sedara@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: KcT_mp39-_chR5WAzcKZTw1SZ2E3Weay X-Proofpoint-GUID: KcT_mp39-_chR5WAzcKZTw1SZ2E3Weay 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_09,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