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 76690A00E6 for ; Sun, 7 Jul 2019 23:15:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 64CBA324D; Sun, 7 Jul 2019 23:15:08 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 74BE0A3 for ; Sun, 7 Jul 2019 23:15:06 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BB3C121C24; Sun, 7 Jul 2019 17:15:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 07 Jul 2019 17:15: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=mesmtp; bh=2znMTts2zfeN65frF9jSvmuD+rblkv9vcX9eUT8trvw=; b=jnJGNQjw6mdj k3qET+8JOxQ+5TB0eb+ieBebRSBL2NQ9CZUzajop+L5jX5EiXuN0nKuDjTGE4Z2n 3lsdM5fKvLmoAv/06dJlRHwiFQYIrQd2izWRdAW2b3zCivqpGwY41mpJ5hilRjxm rHfkP0ePPZZoT7upMN33vSTWsFpqb9A= 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=2znMTts2zfeN65frF9jSvmuD+rblkv9vcX9eUT8tr vw=; b=g7iOT7abwx9JzEW1NHRc+fcagwtNpx2BNNKVB8luApw1Q04lpSM5RSYgY QkcReaYhLdWOmGfM6CnF55VbIkMjDLXkVWYShf9EN0EnqqgZfIzBiD+bBD21nh4d GeMFq+2y2AWKQ2Non1Tp5+CZAgfAQpvvIikU8wXwbX9UhJkRBmA6h43Q0M30kizE 60NL3VfCEmfmQKVD6VJrxONPafLkz3BAgUiCD8agpoTMdxxdhUFQ346JVBH+lqzm ip35aPScqucKUoqk+/d/37Th2aL+8GNXm/zEnIKPZ5V8DQQffHh5rXAt1e0/hs0F KHnHaj565YZxuquDTCyePsLSPVPJQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeekgdduieefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 1E44D80060; Sun, 7 Jul 2019 17:15:04 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Sun, 07 Jul 2019 23:15:01 +0200 Message-ID: <1801628.m9IjSGXFkg@xps> In-Reply-To: <20190625104019.19287-1-hemant.agrawal@nxp.com> References: <20190625104019.19287-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 1/3] bus/dpaa: add plug support and rework parse 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" 25/06/2019 12:40, Hemant Agrawal: > From: Shreyansh Jain > > Parse and find_device have specific function - former is for parsing a > string passed as argument, whereas the later is for iterating over all > the devices in the bus and calling a callback/handler. They have been > corrected with their right operations to support hotplugging/devargs > plug/unplug calls. > > Support for plug/unplug too has been added. > > Signed-off-by: Shreyansh Jain > Acked-by: Hemant Agrawal Series applied, thanks