On Fri, Aug 23, 2024 at 11:14:50AM +0000, 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...@dpdk.org > > Signed-off-by: Praveen Shetty <praveen.she...@intel.com> > > --- > v2: > * Fixed CI issues. > v3: > * Addressed review comments. > --- > drivers/net/cpfl/cpfl_flow_parser.c | 34 +++++++++++++++++++---------- > 1 file changed, 22 insertions(+), 12 deletions(-) >
Acked-by: Bruce Richardson <bruce.richard...@intel.com> Applied to dpdk-next-net-intel, thanks, /Bruce