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

2024-08-26 Thread Bruce Richardson
On Fri, Aug 23, 2024 at 11:14:50AM +, 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...

[PATCH v3] net/cpfl: fix cpfl parser issue

2024-08-23 Thread Praveen Shetty
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: * Fixed CI issues. v3: *