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 84FF6A00C5; Sun, 13 Feb 2022 21:07:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4616B40DDA; Sun, 13 Feb 2022 21:07:00 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id F3E434068C; Sun, 13 Feb 2022 21:06:58 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8E8375C01C4; Sun, 13 Feb 2022 15:06:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 13 Feb 2022 15:06:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=DArZpbnsBthdIu sPabse0zruSIS/3KwqzPEBhQfkOIc=; b=ETUrLJUtPvCGpSXjvccMJS1Q//XHB9 2uyfE2rOuobNmUY1JHFfI8go/iQfD7cxJIN5KJeZm71DxfqUEXPghYKYiei3h3uO 5ycMBUeApPqNr5vD8V7edBoxXdBMurc0k0w8nx5RRi01haugt5ncFDuWXBKkNj4s n12SH87Bu9cFTjo0o20AGCACGDH9S8ct2Jy26Xn9qPw6hLoUjTQhK0O8RcQyVGTG AkhigP0o/FghxPTMLoU+jU7Ju53xk7hcrLEXnuABaKak83oG4LTJFj0tauJpuIrY /1uwREh0EDtXr5bSgNWwTGzmzhxfJ0bQxO+qQdHjy3dRpY9YqDAovB3A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=DArZpbnsBthdIusPabse0zruSIS/3KwqzPEBhQfkO Ic=; b=kBcCuaLyLzSC9JtS4CiacgHtnAMG/fqLTxLRj0gdUstmIER4bKbKxdMUe bJUox3+5CQnH5AKmzau0aiHX5nY9ZBvq3OZbg1AGafRg79KjXdGwbPKhDUK/Iiw8 88s9Z9KU3b08F5Q72lKNnfwSpBkNUNv+pRD3L9RTrIMUlnMsFFOBua8Vtu5S599e 6WZwZjAsRYy65AenLOACR40XZpl/Oki8xAk+/UuaDW7b6p4y57zH34bA8sCX+5EO 8XT1SOaQboWuTM85tzZTPpj6kI0kAVQnKpQcIplixy4c/5rwms61vKlY+dqZq5G4 fjIGzGjq2mNkgkBIU26L4M5+KpyAw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrjedtgdduvdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 13 Feb 2022 15:06:57 -0500 (EST) From: Thomas Monjalon To: Yogesh Jangra , Cristian Dumitrescu Cc: dev@dpdk.org, stable@dpdk.org Subject: Re: [PATCH] pipeline: fix annotation checks Date: Sun, 13 Feb 2022 21:06:55 +0100 Message-ID: <15970817.hlxOUv9cDv@thomas> In-Reply-To: <20211203143104.90385-1-cristian.dumitrescu@intel.com> References: <20211203143104.90385-1-cristian.dumitrescu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 03/12/2021 15:31, Cristian Dumitrescu: > The checks for the table-only and default-only annotations were > incorrect, as they were using the pipeline action ID instead of the > table action ID for retrieving the table action info. These checks are > now corrected and pushed into the internal table_entry_check() > function. > > Fixes: cd79e0205824 ("pipeline: support action annotations") > Cc: stable@dpdk.org > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Yogesh Jangra Applied, thanks.