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 22ACBA0524; Tue, 20 Apr 2021 02:23:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C1EA41448; Tue, 20 Apr 2021 02:23:43 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 1E44740685 for ; Tue, 20 Apr 2021 02:23:42 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C2AE15C02C5; Mon, 19 Apr 2021 20:23:41 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 19 Apr 2021 20:23:41 -0400 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=fm1; bh= TlVXrBZMqIGUIjc4b3LLLO8ZAg3xcp4LanMOE56Z55s=; b=sgjNyYryknv1u9pA b8IfP+0X3Vmaf7Ua4Sszul7MBTiwE55RuA7tjFzlVnL5e+acyFtmf5To6tE/R91m Wp7/mZgBSsYzHW1bD9NuM3nabe8vOMDjoNjQMS6K3bmc/U/lugkHYUheTwWIDmKC RJPIzzfPjVYHi488jljAZYg4mQFr4RKTzYiVLd8A7vvZvscGZl0VK76bfTbbNkbu l9AHAsCR+zrervFm6PyRe4a4DNaC5ok49B8PAdXx4q9G9QWan4q4a1HlUDFEZtT5 yMGF8vWeLU79r6Xt5wcWkLSSRmA3+0oeT35Dx+ZA65xDOUcURm9mppHC0o6W1Ov4 lWnVog== 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=TlVXrBZMqIGUIjc4b3LLLO8ZAg3xcp4LanMOE56Z5 5s=; b=AS6YsheCWJXPrj8XN9s2OiHZpNl9hAI0SPTrFlJMep70wOkhtM5bEMfZL tf+IBeh6I9/bXhMa+nA5LRVjm+drkXt7M0DbBBASEfeEB+EKk+DJwqJs/pQ0JWgN JXI1/NjBG4e9BO+NPTj+SmjTivDIL1PqstfKuN6U0bju//vu3RBfyH93fuvoxfD5 yI03IGDlnUjXrmLFXAw6+Oqp/Sl2tLgv3qMuegJrQ7o5vAjHpuTjwfkz6v7Rxwh+ S+ALV19uXx3rNDvOt2spBcwqSoKx68OjMN6wLBPxtdn1/ViytJD2LIaQbFEb4/LU fDr+sgQ5wd6wCNAKr6hA2BkaP0l+Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddthedgfeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 1EFC7240057; Mon, 19 Apr 2021 20:23:41 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Tue, 20 Apr 2021 02:23:39 +0200 Message-ID: <3134009.4of7JLOm4r@thomas> In-Reply-To: <20210415211535.6210-1-cristian.dumitrescu@intel.com> References: <20210415211535.6210-1-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] pipeline: relax table match field requirements 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 Sender: "dev" 15/04/2021 23:15, Cristian Dumitrescu: > The match fields for a given table have to be part of the same header > or the metadata structure. This commit removes the requirement that > the list of match fields must observe the order of fields within their > structure. For example, the h.ipv4.dst_addr field can now be listed > before the h.ipv4.src_addr field in a table match field list, even > though within the IPv4 header the dst_addr field is present after the > src_addr field. > > Signed-off-by: Cristian Dumitrescu Applied, thanks