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 6D51043D05; Wed, 20 Mar 2024 17:15:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA6B441132; Wed, 20 Mar 2024 17:15:14 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 1C22D40ED3 for ; Wed, 20 Mar 2024 17:15:13 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 6C37120B74C0; Wed, 20 Mar 2024 09:15:12 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6C37120B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1710951312; bh=dkOsqOielhmB9YjzUMnigDwQjPKNCFWsbbAEHEhM6rw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Dv7fQv7F/om8oVnIU52r15exvS0V7l0qvlmu254FkIx4gndiJPR16OvXvBT36s2LV /p/f5te3mVN785tfkn6Qda0SGiEYD7uUq1/FDvWB4waRBu9AJxSdNoZLdHAhZZxHuK pA2waZmY3AEAQwodcz3nE6DewKvMKAA1Vz/ZqyIE= Date: Wed, 20 Mar 2024 09:15:12 -0700 From: Tyler Retzlaff To: Ferruh Yigit Cc: Thomas Monjalon , dev@dpdk.org Subject: Re: [PATCH] devtools: add acronyms in dictionary for commit checks Message-ID: <20240320161512.GA12261@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240320124047.753573-1-ferruh.yigit@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240320124047.753573-1-ferruh.yigit@amd.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Wed, Mar 20, 2024 at 12:40:47PM +0000, Ferruh Yigit wrote: > ELF -> Executable and Linkable Format > Ethernet -> with an uppercase ā€œEā€ > mark -> 'mark' flow action, no need to capitalise > max -> maximum > XSK -> XDP Socket. XDP (eXpress Data Path) > > Signed-off-by: Ferruh Yigit > --- lgtm Acked-by: Tyler Retzlaff