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 DA749A0524; Tue, 20 Apr 2021 02:31:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64C0141448; Tue, 20 Apr 2021 02:31:53 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id CD04740685 for ; Tue, 20 Apr 2021 02:31:51 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 6F4FF5C0093; Mon, 19 Apr 2021 20:31:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 19 Apr 2021 20:31:50 -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= Op46z3jqkAJQ/0it5lIjR1H4raZCT/8gfWFCgvQRqT4=; b=P+tBQjX2pwHR1/7H KANL/W0/lDrkjgZanKHyYcpiw/u4hndLUFLsUAt4TdZNdm9mfJaN3csA+K1kBUu7 /oZaM3PYe0ViVRdiS5/TvWGaauu2RsXpvWMHjlxYOUewgafS2i9b7EuUZogoMhJl XEOGig5Eh17UkJ9uPeDj0A9K1+5xG5meIPFTTOfjIUK9D/1uSvISegviUS5EzNsX yZAUmnByzWdjlWZBO3gtpHCR2bo9xEztSGHOJ88W/6EFdpoHqqmyDK8GJLTTAJip PvVpsBltKQI8TdNasEeRSa9xKJJLDg8vbgXoEFZ9il0YTkUJTm9oSRo5Tn0aCfNt 6Cgd0A== 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=Op46z3jqkAJQ/0it5lIjR1H4raZCT/8gfWFCgvQRq T4=; b=BZqQraeWLC0mPCUfwdJMYlwGDLbsGPWKwaS1EvoFfjQns7GWrfOn5m7iE oF2JlibEH3IGAbswves1+ABnHVxhaRTWH2wnek3X7Qzl67nswLBSmATu95H9ljEM 5TwaFnDbuiUGHAy2YfAD+6LRxG+1/hMkGilJLwdaIYy4lbxUTkrI7vSySJviJi42 eTzmycPrhXe1bC6m4cAEZRw6/aH+jd9iERRhrx1QA11i8Pjejp6fn8fJdkg/ZNk+ tdFSTTMnCRIOkk9A20xhf8D8LgOT1AWNUdxbtcqL2coXZsqvceHV/s8K7DGHC0Q/ 1fWYqmrOxlbJBDHon+lmmG/rfdeOg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddthedgfeehucetufdoteggodetrfdotf 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 210D924005E; Mon, 19 Apr 2021 20:31:49 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Tue, 20 Apr 2021 02:31:48 +0200 Message-ID: <3299822.0fGobb4bcp@thomas> In-Reply-To: <20210326202935.15771-1-cristian.dumitrescu@intel.com> References: <20210326202935.15771-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: validate header on emit 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" 26/03/2021 21:29, Cristian Dumitrescu: > Enhance the behavior of the emit instruction to ignore invalid > headers, as mandated by the P4 language specification. > > Signed-off-by: Cristian Dumitrescu Applied, thanks