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 4EE6542490; Thu, 26 Jan 2023 10:17:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07B4840A79; Thu, 26 Jan 2023 10:17:34 +0100 (CET) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id E04B640697 for ; Thu, 26 Jan 2023 10:17:32 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 8114F320027A; Thu, 26 Jan 2023 04:17:30 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Jan 2023 04:17:30 -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; t=1674724650; x= 1674811050; bh=PXhcKP+oithCUVcQ59UsRvYYwl/KR51q/+n2rxjnzf8=; b=I wEpgmOgUumOeLqvrP25iWhjXMn84dfN3R8UjNIC/UwJ8fx6bm/YWXc3AnsfF+G+m Jj82ghKTjC2mCGy2ADFdRqjXRJYN4nncFgFlMiWxdK2llMhpFCMiTWJxHEQep/E+ s8khZqp47xpsrnJcDbBd9MJsd4/Rxp9LD5luqek/2OATZlJXdHDk3yxqIuVR23Sb zBRxQ+kLb4AZv9MRbDM9VwznzR/NidEolMmhbzfg9TUqoJIxYcxuxKJeeDP76epr BzMBXh45EAeaoQnXmNG3omOsZpxPQnF0lTMsmerdKGFngseXzJyjqwbleQYmNozk uXcT+FVM5GC0wV+B86Keg== 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=fm3; t=1674724650; x= 1674811050; bh=PXhcKP+oithCUVcQ59UsRvYYwl/KR51q/+n2rxjnzf8=; b=Q Z+vCFTGQKbrnAfzrncxDLvzg8svQHODegjNePv5ko6LyveW8eldKpEaYeagrpcn1 vyE/XzAUQNo5+pTv7PBu952ZMZne8V+Lj6P8f8wcsvkn84533RBa80+wyTZYdfal IzHJPiSbxnkS7q2NjdJpz7W9BnxvxKsNi4kAzKy3QDZdq7O5JhsnjRqM+rW9rXNY fLtFE4NSZBKjdN5xJXPsJ8D+5pe26afe7eaMfriaBjeho+BmiZMkOyWtnLE2hVUS UABcXukEyL09LopbccnA9k+ixc0yrBjIRB15EWtmY6EyFC1CjNl3JHxGeSeicICG xP88t9+myn44C5uOLi5/g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedruddvgedgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 26 Jan 2023 04:17:29 -0500 (EST) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Subject: Re: [PATCH V4 00/11] pipeline: add IPsec support Date: Thu, 26 Jan 2023 10:17:26 +0100 Message-ID: <11606883.jrtcCam0TZ@thomas> In-Reply-To: <20230112185335.247116-1-cristian.dumitrescu@intel.com> References: <20230111205608.87953-1-cristian.dumitrescu@intel.com> <20230112185335.247116-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/01/2023 19:53, Cristian Dumitrescu: > This patch set introduces a companion block for the SWX pipeline for > IPsec support. Please can you make sure there is no error in CI? I see this problem on CentOS 7.9: examples/pipeline/cli.c:298:9: error: missing braces around initializer