From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 190A9A495 for ; Fri, 12 Jan 2018 12:45:36 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6039820D19; Fri, 12 Jan 2018 06:45:36 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 12 Jan 2018 06:45:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=3nOCuh03FH8yNoLEmpwgCwkL+K wxIQU6qpf+eVbb6n4=; b=QvYwMAsZykUU08mI1Zkaf6IU0HzeDp/v6v1OjNcbp8 7fLxSaj28fBVNbU48fQ8M4ES6qwh3uSv4mlW7wGHK2tUFgRVJ3VdPUM+GkxWDWNT jLkiejqf4M5zhXogLrdoHOKkPTbiPgLJjBIfQAzqwcH+6u73vMZoy+CwVi/kLM35 A= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=3nOCuh 03FH8yNoLEmpwgCwkL+KwxIQU6qpf+eVbb6n4=; b=X8CPSezG0lehBtfqo9/SBR kPpia6ooYB8Hszpt4A4OqWfUL5DSd6L61LMc1ygAvjZ0SpyJsEdvlDaiYZNVc57d nrX6fbW61D3v5Lmr9mk2xcYXxy9RLan84Fbm/Iw8wyB9orqo5SOYwohfODu5fPf5 gL9EQVE9QU9n4/9m0W6LeAtQ89Bo7K83hC7nI/ugXMYhgZAU4/84qGWbfBV+dvkU c5rl+WPtub37St/hqVSq3TpUPDLDXVdsij93e8s0rTuimlMeEfSjv6lbb/6YhEm1 bg6cXxQuHp+6WYZtjs24rHBa23aTUtwOKUVNk1hwpZ4JdLEMrRS0wmK/b4Zf0P+A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 124297E16A; Fri, 12 Jan 2018 06:45:36 -0500 (EST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Fri, 12 Jan 2018 12:45:06 +0100 Message-ID: <1530347.4gd1k8lWyn@xps> In-Reply-To: <20180102130838.3630-1-shreyansh.jain@nxp.com> References: <20180102130838.3630-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count 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: , X-List-Received-Date: Fri, 12 Jan 2018 11:45:37 -0000 02/01/2018 14:08, Shreyansh Jain: > FSLMC bus detects a multiple type of logical objects representing > components of the datapath. > > Using the type of device, a newly introduced API > rte_fslmc_get_device_count can return the count of devices > scanned of that device type. > > Signed-off-by: Shreyansh Jain > --- > :: This patch is based on *net-next* tree. Why is it based on next-net tree?