+lylav...@iol.unh.edu > -----Original Message----- > From: Gowrishankar Muthukrishnan > Sent: Thursday, May 19, 2022 11:00 AM > To: Brandon Lo <b...@iol.unh.edu>; roy.fan.zh...@intel.com; > ciara.po...@intel.com > Cc: dev@dpdk.org > Subject: RE: [EXT] [PATCH v4 4/8] examples/fips_validation: allow json file as > input > > 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[]) > > ret, env.req_path); > > goto exit; > > } > > - > > - > > + use_json = info.file_type == FIPS_TYPE_JSON; > > use_json is not required apart from setting info.file_type. Some CI build > fails > for unused use_json (when !RTE_HAS_JANSSON). Can this be removed ?. > > Thanks, > Gowrishankar
- [PATCH v4 0/8] Add JSON vector set support to f... Brandon Lo
- [PATCH v4 1/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 1/8] examples/fips... Gowrishankar Muthukrishnan
- [PATCH v4 2/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 2/8] examples/fips... Gowrishankar Muthukrishnan
- [PATCH v4 3/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 3/8] examples/fips... Gowrishankar Muthukrishnan
- [PATCH v4 4/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 4/8] examples/fips... Gowrishankar Muthukrishnan
- RE: [EXT] [PATCH v4 4/8] examples/fips... Gowrishankar Muthukrishnan
- RE: [EXT] [PATCH v4 4/8] examples/... Gowrishankar Muthukrishnan
- [PATCH v4 5/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 5/8] examples/fips... Gowrishankar Muthukrishnan
- [PATCH v4 6/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 6/8] examples/fips... Gowrishankar Muthukrishnan
- [PATCH v4 7/8] examples/fips_validation: i... Brandon Lo
- RE: [EXT] [PATCH v4 7/8] examples/fips... Gowrishankar Muthukrishnan
- [PATCH v4 8/8] examples/fips_validation: a... Brandon Lo
- RE: [EXT] [PATCH v4 8/8] examples/fips... Gowrishankar Muthukrishnan
- RE: [EXT] [PATCH v4 8/8] examples/fips... Gowrishankar Muthukrishnan
- RE: [EXT] [PATCH v4 8/8] examples/... Gowrishankar Muthukrishnan