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 8E864A04A4; Sun, 24 May 2020 18:19:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 655001D524; Sun, 24 May 2020 18:19:25 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 9E91F4C89 for ; Sun, 24 May 2020 18:19:23 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 9FF5A814; Sun, 24 May 2020 12:19:22 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sun, 24 May 2020 12:19:22 -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= yIVRpzKvTCJ2mOoD40/9dTplJq0k+aNU66dzNiNHZ9E=; b=F1sby2oCaUvdhcUJ ZAf7UODg7M8NQeVJl7vP5mn5oCs63P6vwpFWuhQICzkBVIzpzQGG2wkIHYof1dba 2cOdJde5wgNzA0AxVZSSoUG9HEuh8XjU0wfuh9moAQtsE+Pzi9AQZpiErwas+Ssr HHfcDjF4P53uwrReoO6kmBjXAxfWuFGB8Ja7UO7bL1r/YzCT6PgQ7guPXArEaEU+ M3GOUzeIgOuuhpBwnvux2FrtcQz8sW0k6um7g01/7L7WvgMd0QZsmvjEknLJW1Ti erkQk3hvCuIulVySskHweMfDlT35fLeGtZiIgVZlhVOfYyL+7g7nW54oo2c6pkvk opqK8A== 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=yIVRpzKvTCJ2mOoD40/9dTplJq0k+aNU66dzNiNHZ 9E=; b=Ov/1hZv8UEVRCDL13E2Z9OsjmeoMI4iPkhL7bccyFQxDXgWvWNxk7TIms fpiNbO08WnA+KqLxunKuDVtbbGyDUI0viTL+V7xEw1+TbEt+ex2xgF9WbBGFWXur TNAFoQZBWXVy9ehUvYkB8rK9wTWTTrIPy0JA4o8PaJ8Se9V0xtVgUpFP59myV/so pV+v8x95cx01sTXiwZkDBXEb+3XdPRIWJUhCgPcDFZYRO/AH0CyRGTHY4lxmG6Nt 2gcWLbsZeWWNfQCYWzINI7YVuqFFFcfu6g2mQjQPGEG6/mnwzpCU1dPOK6zb0hzG HKB30f40cFc4E9Q5Vm+xxebKLcJfA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddukedgleekucetufdoteggodetrfdotf 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 A3DFE306646B; Sun, 24 May 2020 12:19:21 -0400 (EDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Sun, 24 May 2020 18:19:20 +0200 Message-ID: <1659529.SH7DYiShL5@thomas> In-Reply-To: <20200427165649.50591-1-jasvinder.singh@intel.com> References: <20200427165649.50591-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix resource leak for thread 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" 27/04/2020 18:56, Jasvinder Singh: > For sending request messages to data plane threads, the > caller invokes thread_msg_send_recv() function which never > returns null response. Thus, removed redundant check on > the returned response. > > Coverity Issues: 357773, 357723 > Fixes: 32e5d9b154cb ("examples/ip_pipeline: add enable and disable commands") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu This patch has been forgotten. Applied and squashed with "fix resource leak for pipeline".