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 C4FC4A0471 for ; Wed, 17 Jul 2019 19:40:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 84B351BE1B; Wed, 17 Jul 2019 19:40:35 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 15A661BE0E for ; Wed, 17 Jul 2019 19:40:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6CFAD21FBF; Wed, 17 Jul 2019 13:40:33 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 17 Jul 2019 13:40:33 -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=WW/6a4JSGSuILuRhZ6WC8M7goRqVoVnAunloPB845S4=; b=InretCgr1nIq HYFscioSRv/02bDz6r/MIgxTnsxkOqfRhADvKZNgjTcJBN33lkFu9PGcEAzuOd6L QMhwP/5e+q479Cz3tcQFabNoqQG5Tz9IM7g/fCxtx48y36PUEQPliNaVpOGfwhd8 nsbCuLJs7BAKhuRc+KU4iJMHZ06Zs/g= 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=WW/6a4JSGSuILuRhZ6WC8M7goRqVoVnAunloPB845 S4=; b=YJi35yS4jrHriELbkeXF7N5FUE9UhhlibcA7Swcf/rDFOH3Lb8A4cC3/X 1VwZztnj7PoLM0ThfKc+UPysGNgdsTBwl+RDrJVtynv1PbQXFJBY4aelE+7RbED2 EHdRKPRnfEv3llqpIhoDtrivo3o4j5O8SoOU3Q8t21infw+MwWNsmlYnuizi3rZT OSadKXMqQvIH0JsdCILoesPQS1uhQNEwC6FZFUEAG95vHIfdk+3KgrGALoYtiO3/ C8iQKQvOn+Ztux0V7P2GkF0x5LHur+lPQXZ1c6HlRKvT00L/dwJLel9wT4Mpr4cb UjfDCqACqyVUWBdW9nH7RS8XdtG6w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieefgdelfecutefuodetggdotefrodftvf 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 68361380084; Wed, 17 Jul 2019 13:40:32 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, anatoly.burakov@intel.com Date: Wed, 17 Jul 2019 19:40:29 +0200 Message-ID: <3473795.z8eNvhNbpD@xps> In-Reply-To: <11956810.P0MEt6NVIO@xps> References: <20190717155518.4525-1-hemant.agrawal@nxp.com> <11956810.P0MEt6NVIO@xps> 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 18:08, Thomas Monjalon: > 17/07/2019 17:55, Hemant Agrawal: > > Fixes: e67a61614d0b ("bus/fslmc: support device iteration") > > > > Signed-off-by: Hemant Agrawal > > Tested-by: Thomas Monjalon Applied, thanks