From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EB4F5A0544; Tue, 7 Jun 2022 11:49:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA81C4021D; Tue, 7 Jun 2022 11:49:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 43BE640156 for ; Tue, 7 Jun 2022 11:49:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654595340; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+w6vPW3cTYbuolp4kgHIH/BfwNZZRLCHoSck6oOMeRk=; b=GQcC4oK9wBXvIIKJ3efVcaS+KYoszf2HTQkhbF7s7LdEjy+Rzs9jYUmssf8SUViLMfZguW Qgvu7YWHmKAk71DvPUXbX2als/qLUzeZeKvrm9Py0DzmAZseS6aY/fr2fvZUjI9ZNQ7VoQ NnO+5GcCoOGDwO31sgQH1EP7yd9wQwk= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-515-J7pm4Jv7MyWK5xIi5V0pog-1; Tue, 07 Jun 2022 05:48:59 -0400 X-MC-Unique: J7pm4Jv7MyWK5xIi5V0pog-1 Received: by mail-lf1-f71.google.com with SMTP id y27-20020a056512045b00b00479570fbce4so1827332lfk.15 for ; Tue, 07 Jun 2022 02:48:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+w6vPW3cTYbuolp4kgHIH/BfwNZZRLCHoSck6oOMeRk=; b=S9HL/nzsLBK7dCkWYfEtPQ6mp8hwjrUlHSTVWXwHy8gLtMpdsgiJs+sOKKNY/Ia1rf 7SK0u11qkYPj+W6Y9iHrhN5nRXW96yp4RJHPnxd7NCHl1eNwWs6SgJPQTX7LA1Fmcm1B N3lFMwrHirhTCkSpesgTjYZAQEY+xonh2SrUq3E4xflnvJClKCTpPngCI7GAMX+aHPcM Ot2N0FHF+eDennG0j9OCXgpmDTHeVTTuh7tf+7DdGafpq9eOlvYRM1bKH6NVVsahYruB yY3XuDTEOzoMqgIPv7YEFRbiftV98ozvEpz5/V7fM76hNv0YpKM09sIjBEoS5ym2QfQj Zarw== X-Gm-Message-State: AOAM532fdPUh/JQnnKH6orQ8ZO4gb+ZkKKEChHmVyNqbK6n4bEREddps Xlzh9ZfrQhQXM2AI7ZLu2ptEsr6wViM85mYJyBW0ZzAjiZ+vmuZHjQ9kzoUc8D97QqI0lAyTCib wxCxRD+hkLLm+uQlWJPs= X-Received: by 2002:ac2:5201:0:b0:479:3923:9559 with SMTP id a1-20020ac25201000000b0047939239559mr7670283lfl.553.1654595338111; Tue, 07 Jun 2022 02:48:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyMHM2fbNNM+9CQMXJox8XM1BcyNVPD52iNtijwWLb9iHtxK16mHrrZTR5/c/g+n2Y68DO7TcO0J0pgt1hHNYU= X-Received: by 2002:ac2:5201:0:b0:479:3923:9559 with SMTP id a1-20020ac25201000000b0047939239559mr7670275lfl.553.1654595337869; Tue, 07 Jun 2022 02:48:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Tue, 7 Jun 2022 11:48:45 +0200 Message-ID: Subject: Re: [v9, 00/10] Add JSON vector set support to fips validation To: Akhil Goyal , Gowrishankar Muthukrishnan Cc: "Zhang, Roy Fan" , "dev@dpdk.org" , "Dooley, Brian" , "lylavoie@iol.unh.edu" , Anoob Joseph , Archana Muniganti , Jerin Jacob Kollanukkaran Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, May 31, 2022 at 5:23 PM Akhil Goyal 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 > > 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