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 BD1674297F for ; Tue, 18 Apr 2023 18:14:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7133410EA; Tue, 18 Apr 2023 18:14:39 +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 5D4514014F for ; Tue, 18 Apr 2023 18:14:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681834477; 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=2zWaabSN0MSilwXp/kAAZDTmqxbluIibZoyBFUZpZ9M=; b=HiCF56bxBid53cavamxU9IBdNFkoxyhdyGvFvCmP3lcO0Lxo8BnFA9pJg2LZb54KL+wL1A m9R9iCJykgNltG/xL4bDP05WVqg2tzaiS/TIwD18GqWUI7/yzAbWnTptRMczX/cLipFU/i A89BdWiUIBBt0kDHwBFgX9nsJxB1QU4= 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-638-9xaixYRDPWqzyNWwwLWpdQ-1; Tue, 18 Apr 2023 12:14:35 -0400 X-MC-Unique: 9xaixYRDPWqzyNWwwLWpdQ-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 0183A185A7AC; Tue, 18 Apr 2023 16:14:35 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.8.179]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C0F2DC15BAD; Tue, 18 Apr 2023 16:14:34 +0000 (UTC) From: Aaron Conole To: Ali Alnubani Cc: "jspewock@iol.unh.edu" , "ci@dpdk.org" , Brandon Lo 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 12:14:34 -0400 In-Reply-To: (Ali Alnubani's message of "Tue, 18 Apr 2023 15:39:57 +0000") 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 Ali Alnubani writes: >> -----Original Message----- >> From: jspewock@iol.unh.edu >> Sent: Monday, April 17, 2023 10:18 PM >> To: ci@dpdk.org >> Cc: Jeremy Spewock ; Brandon Lo >> >> Subject: [PATCH v8 1/1] tools: add acvp_tool >> >> 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 >> --- > > Acked-by: Ali Alnubani Thanks, applied! > Thanks, > Ali