Re: [dpdk-dev] [PATCH v3 08/10] devargs: make parsing variadic

2018-04-22 Thread Thomas Monjalon
21/03/2018 00:20, Gaetan Rivet: > /** > * Add a device to the user device list > * > - * For PCI devices, the format of arguments string is "PCI_ADDR" or > - * "PCI_ADDR,key=val,key2=val2,...". Examples: "08:00.1", ":5:00.0", > - * "04:00.0,arg=val". > + * The format is > * > - * For vir

[dpdk-dev] [PATCH v3 08/10] devargs: make parsing variadic

2018-03-20 Thread Gaetan Rivet
rte_eal_devargs_parse can be used by EAL subsystems, drivers, applications alike. Device parameters may be presented with different structure each time; as a single declaration string or several strings each describing different parts of the declaration. To simplify the use of this parsing facili