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 E334CA0573; Thu, 5 Mar 2020 16:11:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 406CA2BA8; Thu, 5 Mar 2020 16:11:56 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 4A020FEB for ; Thu, 5 Mar 2020 16:11:55 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 8972722393; Thu, 5 Mar 2020 10:11:54 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 05 Mar 2020 10:11:54 -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=mesmtp; bh=+qTe8QoPOSdQlOjMlbCrXdO2SaIkxZYot6BuESdN4w4=; b=F1Tirm/diWuf 0TfQMO5oIXUCBW7UN1lqmmPEjZ34tqZtiP6h5BFR7PbL899jyiO1sAii/r3OLvCG 5T2elp7HKxICsyqS22uXjKb9IvcBZQt/sUeoVTt1zRn5L9MnmZSjyPhdSbLZWo6V T7P2IqfrbZOTSt3CT5sG43NKME0bpQ4= 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=fm2; bh=+qTe8QoPOSdQlOjMlbCrXdO2SaIkxZYot6BuESdN4 w4=; b=ees+SfEDiDPJ06b0cuF9sH8DeXcGxiF4jusSJQ9BRd5fYSSTYImBn1rzS OsMvAZNhGdgV98W6JFAeJlKhm2MNSmNHc/DZsLXUpuLfQF25292aftKCC6+FSXk6 ubF7mnkeKmcOEHoMtBZDOfNynCUWLQPq7x5DWs+tHzP62RRzdtlxaYjSaBz9+6oB X4GA4YmFsQMnCZx1uWquX8NBJSt4Mixo+RuBvVdVAeKpf5WVBOzJmF23IaWsBTCx 5AJPkg/qAo3pQwNzGreJqR9puExeEnedqJKT+fN/WvvaCfJVCQZxsiWBgKIjT7Ui 7UrXAdLYSHB5tcYFagAZlGlkqHdSg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedruddutddgjeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 7A89D3060BD1; Thu, 5 Mar 2020 10:11:53 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, David Marchand Date: Thu, 05 Mar 2020 16:11:51 +0100 Message-ID: <2211186.yKrmzQ4Hd0@xps> In-Reply-To: <20200305145533.1363013-1-ferruh.yigit@intel.com> References: <20200305145533.1363013-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 more headline case rules 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" 05/03/2020 15:55, Ferruh Yigit: > FDIR -> Flow Director In general I prefer avoiding FDIR for two reasons: 1/ this is an Intel-only acronym 2/ rte_flow API is superseding it > OOB -> Out Of Bounds I don't think it is a good idea to use this acronym. It is not a techno. I prefer out-of-bounds with all letters. The rest looks fine, thanks.