RE: [EXT] Re: [PATCH v8 01/12] app/graph: add application framework to read CLI

2023-10-16 Thread Sunil Kumar Kori
> -Original Message- > From: Jerin Jacob > Sent: Monday, October 16, 2023 2:31 PM > To: Sunil Kumar Kori > Cc: Thomas Monjalon ; Rakesh Kudurumalla > ; dev@dpdk.org > Subject: [EXT] Re: [PATCH v8 01/12] app/graph: add application framework > to read

Re: [PATCH v8 01/12] app/graph: add application framework to read CLI

2023-10-16 Thread Jerin Jacob
On Fri, Sep 29, 2023 at 3:28 PM wrote: > > From: Sunil Kumar Kori > > It adds base framework to read a given .cli file as a command line > parameter "-s". > > Example: > # ./dpdk-graph -c 0xff -- -s ./app/graph/examples/dummy.cli > > Each .cli file will contain commands to configure different mo

[PATCH v8 01/12] app/graph: add application framework to read CLI

2023-09-29 Thread skori
From: Sunil Kumar Kori It adds base framework to read a given .cli file as a command line parameter "-s". Example: # ./dpdk-graph -c 0xff -- -s ./app/graph/examples/dummy.cli Each .cli file will contain commands to configure different module like mempool, ethdev, lookup tables, graph etc. Comm