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 257D4A0524; Tue, 20 Apr 2021 02:33:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F02741448; Tue, 20 Apr 2021 02:33:30 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 3840540685 for ; Tue, 20 Apr 2021 02:33:29 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id DD7B85C0099; Mon, 19 Apr 2021 20:33:28 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Mon, 19 Apr 2021 20:33:28 -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= II6Ai9KOBoDfEIIqqcCBrF45ZWmKOUjYuAsKykkVhVk=; b=jk1UCTxNtPlOhJRd eeqAqvyOsTrqXSoHoty7cIzMqfIw5MC7qw20lXxSJxEmSOymJSRyd5AHIyBCasXt lKYt4JtPIkMgk5JQ7Iv2ftwA3DAI6SCFLOMJbx4r0u/iN4lGsD3riNZn3RY0IVgP /3866/2L6NSo23TbRY74YQX8infRIudYysY20iLUDo9sEv57Rq7Ujl5o4ExhVQY0 P9/Mhw1nSEToow6qRY1CODyL9u6X0hAc55h9+ucwBS/T/WHofSIAmD0PRjF+X933 cm/DjRjEd0VNOhyssaB0n4eXTqNlfhL+YyNxYe3CulWrnTfPjB2u/iqcxNqEnEj3 8XGxUg== 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=II6Ai9KOBoDfEIIqqcCBrF45ZWmKOUjYuAsKykkVh Vk=; b=Ww2NOA3eW2Bp3m0fsugSzsHRfy/qTIZqlLoaawi+QrbhHE/ixtp3V9Kso 9hp5XbSj3EQFgMWpYLAhmC6qCPk7cDy6KHD2JXzSBHYSpZxTsNlUZjyLVqRd21pI GTH80jLm1V1iVqSu3bw1VfnylSo5Mdrjl+A7Vai7o4tXVf52po+y5tYRVxgOYHi+ dBlWZp+eH/P1kCkZwHG0zDJqDNe/lTg4c2GF0/oFbo4Kl0I7eMH/Z0ZRb9GSeRQt qUbQrXvy/psTcjIGdAN9hskxeCgnHbLQpTHGpZ4ILjtsqYmrxOjH8zas4byC9Txh J/JXme9LeoeOpIGWn1E9ijRHE7aJA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddthedgfeehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl 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 2DC511080064; Mon, 19 Apr 2021 20:33:28 -0400 (EDT) From: Thomas Monjalon To: Cristian Dumitrescu Cc: dev@dpdk.org Date: Tue, 20 Apr 2021 02:33:27 +0200 Message-ID: <2867989.cNnaiFGX9H@thomas> In-Reply-To: <20210330101904.58023-1-cristian.dumitrescu@intel.com> References: <20210330101904.58023-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: adjust error code for internal function 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" 30/03/2021 12:19, Cristian Dumitrescu: > Adjusting the error code for the internal function instruction_config > to match the rest of the code which is returning a negative value on > error. Cosmetic change. > > Signed-off-by: Cristian Dumitrescu Applied, thanks