RE: [EXT] [PATCH 2/3] buildtools/dpdk-cmdline-gen: fix IP address initializer

2023-12-05 Thread Sunil Kumar Kori
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, December 5, 2023 8:21 PM > To: dev@dpdk.org > Cc: Sunil Kumar Kori ; david.march...@redhat.com; > Bruce Richardson ; sta...@dpdk.org > Subject: [EXT] [PATCH 2/3] buildtools/dpdk-cmdline-gen: fix IP

[PATCH 2/3] buildtools/dpdk-cmdline-gen: fix IP address initializer

2023-12-05 Thread Bruce Richardson
The IP address type should be generic for both IPv4 and IPv6 and so use the cmdline lib's TOKEN_IPADDR_INITIALIZER rather than TOKEN_IPV4_INITIALIZER. Fixes: 3791e9ed ("buildtools: add a tool to generate cmdline boilerplate") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- buildtool