RE: [EXT] [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters

2023-12-06 Thread Sunil Kumar Kori
> -Original Message- > From: Bruce Richardson > Sent: Wednesday, December 6, 2023 7:00 PM > To: Sunil Kumar Kori > Cc: dev@dpdk.org; david.march...@redhat.com > Subject: Re: [EXT] [PATCH 1/3] buildtools/dpdk-cmdline-gen: support > optional parameters > > On

Re: [EXT] [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters

2023-12-06 Thread Bruce Richardson
rdson > > Subject: [EXT] [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional > > parameters > > > > External Email > > > > -- > > Sometimes a user may want to have a command which

RE: [EXT] [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters

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 > Subject: [EXT] [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional > parame

[PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters

2023-12-05 Thread Bruce Richardson
Sometimes a user may want to have a command which takes an optional parameter. For commands with an optional constant string, this is no issue, as it can be configured as two separate commands, e.g. start start tx_first. However, if we want to have a variable parameter on the command, we hit issu