Re: [dpdk-dev] [PATCH v11 08/25] devargs: add function to parse device layers

2018-07-14 Thread Thomas Monjalon
11/07/2018 23:44, Gaetan Rivet: > 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 There is a compilation issue. It makes EAL depends on kvargs. This change i

Re: [dpdk-dev] [PATCH v11 08/25] devargs: add function to parse device layers

2018-07-12 Thread Shreyansh Jain
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 +

[dpdk-dev] [PATCH v11 08/25] devargs: add function to parse device layers

2018-07-11 Thread Gaetan Rivet
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