On Tue, May 31, 2022 at 5:23 PM Akhil Goyal <gak...@marvell.com> wrote: > > > > Subject: [v9, 00/10] Add JSON vector set support to fips validation > > > > > > Adds a very basic introduction to JSON vector sets in > > > the fips validation example application. This patch set > > > will only introduce the AES-GCM test using a JSON request > > > file because the other algorithms need more information > > > than what is given in the new JSON format. > > > > > Series-acked-by: Fan Zhang <roy.fan.zh...@intel.com> > > Series Applied to dpdk-next-crypto
This series breaks compiling the fips example out of DPDK. ## Building fips_validation /usr/bin/ld: /tmp/ccQjeHBg.o: in function `fips_test_init': fips_validation.c:(.text+0x7ab): undefined reference to `json_loadf' /usr/bin/ld: /tmp/ccQjeHBg.o: in function `fips_test_parse_one_json_vector_set': fips_validation.c:(.text+0xc2e): undefined reference to `json_object_get' /usr/bin/ld: fips_validation.c:(.text+0xc36): undefined reference to `json_string_value' /usr/bin/ld: /tmp/ccQjeHBg.o: in function `fips_test_parse_one_json_group': fips_validation.c:(.text+0xd00): undefined reference to `json_object_get' /usr/bin/ld: fips_validation.c:(.text+0xd14): undefined reference to `json_integer_value' etc... I'll send a fix. -- David Marchand