RE: [EXT] [PATCH v4 4/8] examples/fips_validation: allow json file as input

2022-05-19 Thread Gowrishankar Muthukrishnan
+lylav...@iol.unh.edu > -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Thursday, May 19, 2022 11:00 AM > To: Brandon Lo ; roy.fan.zh...@intel.com; > ciara.po...@intel.com > Cc: dev@dpdk.org > Subject: RE: [EXT] [PATCH v4 4/8] examples/fips_validatio

RE: [EXT] [PATCH v4 4/8] examples/fips_validation: allow json file as input

2022-05-18 Thread Gowrishankar Muthukrishnan
Please find comments inline from CI point of view. > -Original Message- > main(int argc, char *argv[]) > { > int ret; > + char use_json; > > ret = rte_eal_init(argc, argv); > if (ret < 0) { > @@ -424,9 +436,17 @@ main(int argc, char *argv[]) >

RE: [EXT] [PATCH v4 4/8] examples/fips_validation: allow json file as input

2022-05-18 Thread Gowrishankar Muthukrishnan
> Subject: [EXT] [PATCH v4 4/8] examples/fips_validation: allow json file as > input > > External Email > > -- > Added the ability to use the json format as the input and output of the > example appl

[PATCH v4 4/8] examples/fips_validation: allow json file as input

2022-04-29 Thread Brandon Lo
Added the ability to use the json format as the input and output of the example application. Signed-off-by: Brandon Lo --- v3: * fix checkpatch warnings v2: * remove use_json variable examples/fips_validation/main.c | 200 +++- 1 file changed, 196 insertions(+), 4 d