From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BACE6A04B1; Sun, 22 Nov 2020 22:45:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 78CF7FFA; Sun, 22 Nov 2020 22:45:03 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id CA9A42AB for ; Sun, 22 Nov 2020 22:45:01 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 685085C0089; Sun, 22 Nov 2020 16:45:00 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sun, 22 Nov 2020 16:45:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= ZjZ1u4fSHuoIuRBbVl9HaV++JTgETp0eYZzMMQANf0c=; b=kMqV4Mr/VxkwbTEE VBcRIz/A/5wiy/YahFdEiexwSGvL+1/N55Cws0j1QlULx/0JY4dJP2H8nL7e1RDZ Cwb3Q2FyLCLUIkORJeUFYaLLZc/lw5S63pIEtFGa9TE64S4NN/HxpJLFzVSdNgzD 7lvc/+0oQMwadh8k+Q7YSFiFpEh5ASE0B0ywjhXIsmlMNfWtrRaAdNOPHkkrqlGZ XIeqFQKjxSmFXc8yKbmR+iAL4a2MAR9nIHrI/VoUaiPmYEjhSCRu3MMvjQW7clby y51C1Ud0z/OxNo4RurCEgqwDfOJ4w+oFK/kYHugjA7HkhncRMg28/gAiq/8qZPTC ail57A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=ZjZ1u4fSHuoIuRBbVl9HaV++JTgETp0eYZzMMQANf 0c=; b=cbqmVWYgivUc/Mxv8ozeMtFmjnHN6JlivEbvXxHHSzmSTJLnpzdQA/QGA qjV2+f7KMtg5pV1ernZVQKP/0CFSQ0k5pqURsaJp8U/IJu8o4rW+DnjudL7Q59Co P4+ye9fSWfd6V2waUYFqhlKK1OKp+chXEs+pX17xmQIsLhNax3FZsNwRhbP2xyJT F672FewvZWf9cBT4QcFJHJYKQ95P5rBinB0/2LjLaFI90uV3sTuYRyRC4rKXLa1Q J5wSsOjH3LEMzBnk5n8zSZlsmv5tJCRv9AxlVOi/YEASPAnzSexmllyqzRnDy5KX fMNK57qpirM/oT1tArz3SeAESUmGA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeggedgudehhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrh fuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 90EDC328005A; Sun, 22 Nov 2020 16:44:59 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, david.marchand@redhat.com Date: Sun, 22 Nov 2020 22:44:58 +0100 Message-ID: <9741164.gmukTe7n5l@thomas> In-Reply-To: <20201121011521.934813-1-ferruh.yigit@intel.com> References: <20201121011521.934813-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/11/2020 02:15, Ferruh Yigit: > ICMP -> Internet Control Message Protocol > IPv4 -> Internet Protocol version 4 > IPv6 -> Internet Protocol version 6 > > Signed-off-by: Ferruh Yigit Applied, thanks