From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v11 08/25] devargs: add function to parse device layers Date: Thu, 12 Jul 2018 15:18:19 +0530 Message-ID: References: <31ece7bda6ce4809dd5a6941a4f47176996b7321.1531345404.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from EUR03-AM5-obe.outbound.protection.outlook.com (mail-eopbgr30049.outbound.protection.outlook.com [40.107.3.49]) by dpdk.org (Postfix) with ESMTP id 8BC141B5CE for ; Thu, 12 Jul 2018 11:48:45 +0200 (CEST) In-Reply-To: <31ece7bda6ce4809dd5a6941a4f47176996b7321.1531345404.git.gaetan.rivet@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thursday 12 July 2018 03:14 AM, Gaetan Rivet wrote: > This function is private to the EAL. > It is used to parse each layers in a device description string, > and store the result in an rte_devargs structure. > > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/common/eal_common_devargs.c | 144 ++++++++++++++++++++ > lib/librte_eal/common/eal_private.h | 34 +++++ > lib/librte_eal/common/include/rte_devargs.h | 13 +- > 3 files changed, 188 insertions(+), 3 deletions(-) > [...] Acked-by: Shreyansh Jain