Re: [PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP addresses

2023-12-12 Thread David Marchand
On Tue, Dec 5, 2023 at 12:31 PM Bruce Richardson wrote: > > The C code generated for the tokens for matching IP addresses in > commandlines was missing the "static" prefix present in the output for > the other data-types. > > Fixes: 3791e9ed ("buildtools: add a tool to generate cmdline boilerp

RE: [EXT] [PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP addresses

2023-12-05 Thread Sunil Kumar Kori
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, December 5, 2023 5:01 PM > To: dev@dpdk.org > Cc: Bruce Richardson ; sta...@dpdk.org; > Sunil Kumar Kori > Subject: [EXT] [PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP > addre

[PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP addresses

2023-12-05 Thread Bruce Richardson
The C code generated for the tokens for matching IP addresses in commandlines was missing the "static" prefix present in the output for the other data-types. Fixes: 3791e9ed ("buildtools: add a tool to generate cmdline boilerplate") Cc: sta...@dpdk.org Reported-by: Sunil Kumar Kori Signed-of