From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C34AFA04B1; Wed, 9 Sep 2020 00:29:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9DF732BAB; Wed, 9 Sep 2020 00:29:08 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id A7DBE1DB8 for ; Wed, 9 Sep 2020 00:29:06 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 7239310FA; Tue, 8 Sep 2020 18:29:05 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Tue, 08 Sep 2020 18:29:05 -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=fm2; bh= pkGMU2kxluQrRpLcHgZzRtQnoEZmAdAqacfnbFgKhaI=; b=nla8w0uIjsh6ShUi VmdB1joRgzKiHjAyh3IGsBeKqovwvjLhiFoaziO/9aw9We4VVU7Tzfy26ojNAjq0 iPvBDAWZtOCvRJ2wycLPRznh/UTxrrEtHGWJlEHqnjXsDIZ+CgPgpKYkdHD4hQQ1 fIRmkygJuQcJYTEjPINVWsa99iURqccjlMavC3XFJugLzDKIU9cU2zLjZmVAB9KW eDPOAG8GVolE18eiIxAQXlItgm6DDdKImcMCyRujPcLnuBKjECuRcFgVbO95IV46 8VVfODr0Sj8xxYkw4Fu3l4KejVJSAPasf5nB264KJ/8WNK+qrl36qktu5jRxCj5R OTXYSg== 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=fm3; bh=pkGMU2kxluQrRpLcHgZzRtQnoEZmAdAqacfnbFgKh aI=; b=ua1f/lFPON7s/gg3q6MWmvBoaw5OZM2BfE/CWjsQP4qsBMLLcvJ8iX1HK RcbbnMpXoFGmB33l4ifu0QMbnTYavYJXr4mgskk3jwFZK0y7tP78qDTOjihxe5Ym kGve/JEiy2WSZA18fZbGa04b+wFNFSYt7xmQcUOBYcTnL2l5Yva5nc2qdIIRwXrp COFSziyoB/Dvzxx9z3LlVCPVAaRFNSlVDHD8NAEHPpBWBoxs+hLkYnmRDoJ9NFdo AfDJsFuGS92RIKJa5Bh/kf8uxlO/z15VVGjK632UQ6eVJ/JYEx8LV8miOyLOYCnI +qLFyzdygne6XLa4Xrwh2G8/GAp/g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudehgedgudduucetufdoteggodetrfdotf 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 2424B3064605; Tue, 8 Sep 2020 18:29:04 -0400 (EDT) From: Thomas Monjalon To: Yuval Avnery Cc: Ori Kam , dev@dpdk.org Date: Wed, 09 Sep 2020 00:29:02 +0200 Message-ID: <4905602.EaoVJsUcHM@thomas> In-Reply-To: <1599046703-69676-1-git-send-email-yuvalav@nvidia.com> References: <1599046703-69676-1-git-send-email-yuvalav@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] regex/mlx5: add teardown flow to fastpath buffers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Yuval Avnery wrote: > Added missing code to free Input/Output buffers and memory > registration. > Also added calls to this code in case of error in the qp setup > procedure. > The rollback code itself did not handle rollback properly > and did not check return value from the fastpath setup. > > Signed-off-by: Yuval Avnery > Acked-by: Ori Kam Applied, thanks