Re: [dpdk-dev] [PATCH v4 2/6] ethdev: add iterator to match devargs input

2018-10-16 Thread Thomas Monjalon
16/10/2018 12:58, Ferruh Yigit: > On 10/9/2018 11:33 PM, Thomas Monjalon wrote: > > The iterator will return the ethdev port ids matching a devargs string. > > It is recommended to use the macro RTE_ETH_FOREACH_MATCHING_DEV() > > for usage convenience. > > > > The class string is prefixed with '+'

Re: [dpdk-dev] [PATCH v4 2/6] ethdev: add iterator to match devargs input

2018-10-16 Thread Ferruh Yigit
On 10/9/2018 11:33 PM, Thomas Monjalon wrote: > The iterator will return the ethdev port ids matching a devargs string. > It is recommended to use the macro RTE_ETH_FOREACH_MATCHING_DEV() > for usage convenience. > > The class string is prefixed with '+' in order to skip the validation > of the pa

[dpdk-dev] [PATCH v4 2/6] ethdev: add iterator to match devargs input

2018-10-09 Thread Thomas Monjalon
The iterator will return the ethdev port ids matching a devargs string. It is recommended to use the macro RTE_ETH_FOREACH_MATCHING_DEV() for usage convenience. The class string is prefixed with '+' in order to skip the validation of the parameter keys. It is tolerated for the compatibility with t