RE: [PATCH v2] net/cpfl: fix cpfl parser issue

2024-08-23 Thread Shetty, Praveen
> CPFL parser was incorrectly parsing the mask value of the > next_proto_id field from recipe.json file as a string instead of > unsigned integer. > > Fixes: 41f20298ee8c ("net/cpfl: parse flow offloading hint from JSON") > Cc: sta...@dpdk.org > > Signed-off-by: Praveen Shetty > > --- > v2: >

Re: [PATCH v2] net/cpfl: fix cpfl parser issue

2024-08-22 Thread Bruce Richardson
On Wed, Jul 31, 2024 at 07:23:03AM +, Praveen Shetty wrote: > CPFL parser was incorrectly parsing the mask value of the > next_proto_id field from recipe.json file as a string > instead of unsigned integer. > > Fixes: 41f20298ee8c ("net/cpfl: parse flow offloading hint from JSON") > Cc: sta...