>-----Original Message----- >From: Ferruh Yigit <[email protected]> >Sent: Monday, March 8, 2021 11:55 PM >To: Xueming(Steven) Li <[email protected]>; Andrew Rybchenko ><[email protected]> >Cc: [email protected]; Slava Ovsiienko <[email protected]>; Asaf Penso ><[email protected]>; Olivier Matz ><[email protected]> >Subject: Re: [dpdk-dev] [PATCH v8 9/9] kvargs: update parser to support lists > >On 3/8/2021 2:59 PM, Xueming(Steven) Li wrote: >> >> >>> -----Original Message----- >>> From: Ferruh Yigit <[email protected]> >>> Sent: Monday, March 8, 2021 10:45 PM >>> To: Xueming(Steven) Li <[email protected]>; Andrew Rybchenko >>> <[email protected]> >>> Cc: [email protected]; Slava Ovsiienko <[email protected]>; Asaf >>> Penso <[email protected]>; Olivier Matz <[email protected]> >>> Subject: Re: [dpdk-dev] [PATCH v8 9/9] kvargs: update parser to >>> support lists >>> >>> On 3/4/2021 2:30 PM, Xueming Li wrote: >>>> This patch updates kvargs parser to support lists on top of range, >>>> allow multiple lists or range: >>>> k1=a[1,2]b[3-5] >>>> >>>> Signed-off-by: Xueming Li <[email protected]> >>>> Acked-by: Viacheslav Ovsiienko <[email protected]> >>>> Acked-by: Thomas Monjalon <[email protected]> >>> >>> Is this update used at all in this set? >> >> Yes, for example to support 'pf[0,1]sf[1,3,5]', this patch is a must. >> > >So should this patch be before where 'pf[0,1]sf[1,3,5]' syntax is >required/used in this set?
Good suggestion, I'll update in next version, thanks!

