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 9F995A0544; Fri, 23 Sep 2022 13:56:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4620B4003F; Fri, 23 Sep 2022 13:56:58 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id A90624003C for ; Fri, 23 Sep 2022 13:56:56 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 4869B320027A; Fri, 23 Sep 2022 07:56:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Fri, 23 Sep 2022 07:56:55 -0400 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=fm2; t=1663934214; x= 1664020614; bh=pa0/+F1w4NGyxYHrAN/qJj4G0GUt8OhCMt2mW9rMvas=; b=y T1lsB/ixkA0GMMDX9FN1MJNQDknaiK3nFp2fa63FasNFjaLKIiDpL+bolLX+gbFp w97uHdsfT2SqFXS7+JAHDfwwdmwOnUv08flsoX6vCNGcwZh09ojjSoy4ClVcqzZA 1UarFJMLtd8/4PdV1hjgELE+Ky9CsjJxz2kJnJvabunGiI+j2CobJQODBP92dqa0 umsIomaaDRaMgGonylwuC4ukoXe5LiQwWuwm/Avvb5+m+xD23udxDcI+AAkgQK53 mJW4hMVAyDmg6Z/2L+MnvMyqDqL1hbwCW3V7Nb0whYjQzTrulO/xZSKGqOX8HXRk ziCo1fQ57yrKhXXwEj6yA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id: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; t=1663934214; x= 1664020614; bh=pa0/+F1w4NGyxYHrAN/qJj4G0GUt8OhCMt2mW9rMvas=; b=b Xi/yY4uPCl/yqusvstdrcDoTIGbuIrL2CmM+6dt/eyEe4K3VJZNSx9LwHpJFfmtv mvdIi3p8w0BT884He1JgM7KCUGSprhbAbVwYsnN05gZ/T/FREk7xVGSMcprhJcKx Hv44il7Lb5aEL39NKtGzj1/fgRRnddCoefliMM1HRHZdKeihDSCpdHearWXxhtVu HZFAsrto7Jk5eLCYp6TYyfRHr66f2rbu2Wk4bTSTV0bcohA5Oq3cby7CfhXWayC1 x8tvbskljDJ3gadtI/LR31No/CvMTqfuzL5YiOjWLxsmPhFXylY2/b+Z1XiP7DQ5 z2E5+z89s/L4SqmrhqYhw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeefiedggeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 23 Sep 2022 07:56:53 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Subject: Re: [PATCH 0/4] pipeline: support large structure fields Date: Fri, 23 Sep 2022 13:56:52 +0200 Message-ID: <2774550.88bMQJbFj6@thomas> In-Reply-To: <20220812095445.1253138-1-cristian.dumitrescu@intel.com> References: <20220812095445.1253138-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 12/08/2022 11:54, Cristian Dumitrescu: > This patch set adds support for structure fields bigger than 64 bits. > These fields can be packet header or meta-data fields. They can be > used as part of the table lookup key or as action arguments. They are > now valid operands for the move instruction. > > This is required for supporting the 128-bit IPv6 addresses, which up > to now had to be split into two 64-bit fields. > > Cristian Dumitrescu (4): > pipeline: remove the 64-bit limit for structure fields > pipeline: read large structure fields on the control path > pipeline: support large default action arguments > pipeline: add instruction support for moving large structure fields Applied, thanks.