Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-31 Thread Govindharajan, Hariprasad
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, January 29, 2020 7:20 PM > To: Yigit, Ferruh > Cc: David Marchand ; Thomas Monjalon > ; Govindharajan, Hariprasad > ; dev > Subject: Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to pa

Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-31 Thread Govindharajan, Hariprasad
Marchand ; Thomas Monjalon ; Govindharajan, Hariprasad ; dev Subject: Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input On Wed, 29 Jan 2020 18:07:05 + Ferruh Yigit wrote: > On 1/29/2020 5:44 PM, David Marchand wrote: > > On Tue, Jan 28, 2020 at 6:35

Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-29 Thread Stephen Hemminger
On Wed, 29 Jan 2020 18:07:05 + Ferruh Yigit wrote: > On 1/29/2020 5:44 PM, David Marchand wrote: > > On Tue, Jan 28, 2020 at 6:35 PM Ferruh Yigit > > wrote: > >> On 1/27/2020 10:30 AM, Hariprasad Govindharajan wrote: > >>> In current version, there is a function which parses > >>> the c

Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-29 Thread Ferruh Yigit
On 1/29/2020 5:44 PM, David Marchand wrote: > On Tue, Jan 28, 2020 at 6:35 PM Ferruh Yigit wrote: >> On 1/27/2020 10:30 AM, Hariprasad Govindharajan wrote: >>> In current version, there is a function which parses >>> the corelist based on user value. A new generic >>> function eal_parse_optionlist

Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-29 Thread David Marchand
On Tue, Jan 28, 2020 at 6:35 PM Ferruh Yigit wrote: > On 1/27/2020 10:30 AM, Hariprasad Govindharajan wrote: > > In current version, there is a function which parses > > the corelist based on user value. A new generic > > function eal_parse_optionlist is added which will > > parse corelist as well

Re: [dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-28 Thread Ferruh Yigit
On 1/27/2020 10:30 AM, Hariprasad Govindharajan wrote: > In current version, there is a function which parses > the corelist based on user value. A new generic > function eal_parse_optionlist is added which will > parse corelist as well as similar user input so > that we can use it as a public API

[dpdk-dev] [PATCH 2/2] eal: add eal_parse_optionlist to parse user input

2020-01-27 Thread Hariprasad Govindharajan
In current version, there is a function which parses the corelist based on user value. A new generic function eal_parse_optionlist is added which will parse corelist as well as similar user input so that we can use it as a public API too. Signed-off-by: Hariprasad Govindharajan --- lib/librte_ea