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 452F24297D for ; Tue, 18 Apr 2023 17:05:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F112410EA; Tue, 18 Apr 2023 17:05:47 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 9FEC24014F for ; Tue, 18 Apr 2023 17:05:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681830345; 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=9LDSaeDPzRweQJJjXDKLivY/KTqAvuWv86xeX3RtjfU=; b=Z8e4Ns1lHqVeQM5wqKiOKpCMWvAYm+F1PfV23h2v0ZL0biEJqDCtOQedWV9V0vOLuion+d fHVkQX9dFuf76nY3ahi7XKCN9y+Q5FJh+ovIYh59yZQHKtulRs8sbxeG3eZVDOu/hLX1/f Ho8i+taeQtzzut9B7wWP55wSYK/nbxA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-396-FRrW6-X3NYaSGJQ9QPYavg-1; Tue, 18 Apr 2023 11:05:41 -0400 X-MC-Unique: FRrW6-X3NYaSGJQ9QPYavg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DE0E4885625; Tue, 18 Apr 2023 15:05:40 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.8.179]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 67C4CC15BA0; Tue, 18 Apr 2023 15:05:40 +0000 (UTC) From: Aaron Conole To: jspewock@iol.unh.edu Cc: ci@dpdk.org, Brandon Lo , Ali Alnubani Subject: Re: [PATCH v8 1/1] tools: add acvp_tool References: <20230417191806.8616-2-jspewock@iol.unh.edu> <20230417191806.8616-3-jspewock@iol.unh.edu> Date: Tue, 18 Apr 2023 11:05:39 -0400 In-Reply-To: <20230417191806.8616-3-jspewock@iol.unh.edu> (jspewock@iol.unh.edu's message of "Mon, 17 Apr 2023 15:18:06 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org jspewock@iol.unh.edu writes: > From: Jeremy Spewock > > This tool is used to interact with the NIST ACVP API. In combination with > the default configuration file provided, this tool has the ability to > retrieve Vector Sets from and submit answers to the ACVP demo API. Upon > submitting your answers, you will receive a verdict file that denotes > if they were correct. > > Signed-off-by: Jeremy Spewock > Signed-off-by: Brandon Lo > --- Hi Ali, Please provide your ack and I will apply. -Aaron