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 760F6A0471 for ; Wed, 17 Jul 2019 18:08:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C5281BE48; Wed, 17 Jul 2019 18:08:37 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id EF7511BE46 for ; Wed, 17 Jul 2019 18:08:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6FF8121FBF; Wed, 17 Jul 2019 12:08:35 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 17 Jul 2019 12:08:35 -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=mesmtp; bh=hntBq+EdKWz56OT6wXBxDhb+p/wywoCD5hTa3qZLJ1A=; b=Ku2G/0S+oDM2 6XILSe3EQjdXIVYJBDyrLDXvOzCp5DRx2P6iz3dbOKcsB0bDHNZv3xP65F+1IVKY pqOC8PgDzGsQnaCU0/LPR7AR5qTSHsIdMuGwKHdesMn65blYHFSErbBlgFxRNZsP 0FgocTjc9NgKTQ5ygWv4uzTzR9OiocI= 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=hntBq+EdKWz56OT6wXBxDhb+p/wywoCD5hTa3qZLJ 1A=; b=OV8UKJsth3mJlDqGKU+77N7fr7gloG1M5QW4jfynLH0j5lc72gUKBCVfx g+fYf+kV7IDvclcyEVqrrTQHti/jNl14Lfp5VUE9Vw9WdjHoQQ60AyKiHKx1unx+ sSyXi7VVR+5RYLS7ujnvat7Zbba5Fve6v1aat2Bg62c5iR6/pJXYBH+ctr88uZM4 tEOtGo3eNn+EUzsYmPXACKxmD1Jg7zguK90X1ggGxEgekT77/MK04QpUzsPgNnYR uGfLI2n0PvbHkJ6BcNeyyg419q5oPC8vyMNpoI7xNyYZiBBVlhYCLa42ucpUbqbA H8cUpj4pTjsYeXrMP+Kafgss/GRFg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieefgdejhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 A0A7E380079; Wed, 17 Jul 2019 12:08:34 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org Date: Wed, 17 Jul 2019 18:08:33 +0200 Message-ID: <11956810.P0MEt6NVIO@xps> In-Reply-To: <20190717155518.4525-1-hemant.agrawal@nxp.com> References: <20190717155518.4525-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/fslmc: fix err path in device iterator 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" 17/07/2019 17:55, Hemant Agrawal: > Fixes: e67a61614d0b ("bus/fslmc: support device iteration") > > Signed-off-by: Hemant Agrawal Tested-by: Thomas Monjalon