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 10D70A034F; Wed, 10 Nov 2021 18:41:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EB34C4113C; Wed, 10 Nov 2021 18:41:45 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 9ED6D40DDA for ; Wed, 10 Nov 2021 18:41:44 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10164"; a="231444378" X-IronPort-AV: E=Sophos;i="5.87,224,1631602800"; d="scan'208";a="231444378" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2021 09:41:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,224,1631602800"; d="scan'208";a="470462865" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by orsmga002.jf.intel.com with ESMTP; 10 Nov 2021 09:41:42 -0800 From: Ferruh Yigit To: Thomas Monjalon Cc: Ferruh Yigit , dev@dpdk.org Subject: [PATCH] devtools: add acronyms in dictionary for commit checks Date: Wed, 10 Nov 2021 17:41:40 +0000 Message-Id: <20211110174140.759703-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 FD -> File Descriptor GUID -> Globally Unique Identifier Netlink -> Linux Netlink socket family PCIe -> Peripheral Component Interconnect Express Signed-off-by: Ferruh Yigit --- devtools/words-case.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devtools/words-case.txt b/devtools/words-case.txt index ada6910fa031..268d7edee2f4 100644 --- a/devtools/words-case.txt +++ b/devtools/words-case.txt @@ -13,6 +13,7 @@ DevX DMA eCPRI EEPROM +FD FDIR FEC FreeBSD @@ -20,6 +21,7 @@ FW GCC GENEVE GTPU +GUID HW ICMP ID @@ -44,12 +46,14 @@ MSI-X MSS MTU NEON +Netlink NIC null NUMA NVGRE NVM PCI +PCIe PF PHY PMD -- 2.31.1