rien Mazarguil ; Yigit, Ferruh
> >> ; Thomas Monjalon
> ;
> >> Shahaf Shuler ; Ananyev, Konstantin
> >> ; Horton, Remy
> ;
> >> Doherty, Declan
> >> Subject: [dpdk-dev][PATCH v8 6/9] ethdev: add common devargs parser
> >>
> >&g
26/04/2018 16:28, Doherty, Declan:
> On 26/04/2018 1:03 PM, Ananyev, Konstantin wrote:
> > From: Doherty, Declan
> >> +typedef int (*rte_eth_devargs_callback_t)(char *str, void *data);
> >> +
> >> +static int
> >> +rte_eth_devargs_tokenise(struct rte_kvargs *arglist, const char *str_in)
> >> +{
> >
On 26/04/2018 13:03, Ananyev, Konstantin wrote:
[..]
I still think that if you'd like to extend rte_kvarrgs to be able to parse something
like: "key=[val1,val2,...,valn]",
you have to make it generic kvargs ability and put it into librte_kvargs, not
try to introduce your own new parser here.
I
: [dpdk-dev][PATCH v8 6/9] ethdev: add common devargs parser
From: Remy Horton
Introduces a new structure, rte_eth_devargs, to support generic
ethdev arguments common across NET PMDs, with a new API
rte_eth_devargs_parse API to support PMD parsing these arguments. The
patch add support for a
Shuler ; Ananyev, Konstantin
>> ; Horton, Remy ;
>> Doherty, Declan
>> Subject: [dpdk-dev][PATCH v8 6/9] ethdev: add common devargs parser
>>
>> From: Remy Horton
>>
>> Introduces a new structure, rte_eth_devargs, to support generic
>> ethdev argu
On 4/26/2018 11:41 AM, Declan Doherty wrote:
> From: Remy Horton
>
> Introduces a new structure, rte_eth_devargs, to support generic
> ethdev arguments common across NET PMDs, with a new API
> rte_eth_devargs_parse API to support PMD parsing these arguments. The
> patch add support for a represen
> -Original Message-
> From: Doherty, Declan
> Sent: Thursday, April 26, 2018 11:41 AM
> To: dev@dpdk.org
> Cc: Adrien Mazarguil ; Yigit, Ferruh
> ; Thomas Monjalon ;
> Shahaf Shuler ; Ananyev, Konstantin
> ; Horton, Remy ;
> Doherty, Declan
> Subject: [
From: Remy Horton
Introduces a new structure, rte_eth_devargs, to support generic
ethdev arguments common across NET PMDs, with a new API
rte_eth_devargs_parse API to support PMD parsing these arguments. The
patch add support for a representor argument passed with passed with
the EAL -w option.
8 matches
Mail list logo