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 3C48DA04A5 for ; Tue, 25 Jan 2022 21:34:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07A4A41184; Tue, 25 Jan 2022 21:34:03 +0100 (CET) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by mails.dpdk.org (Postfix) with ESMTP id 3665341161 for ; Tue, 25 Jan 2022 21:34:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A97023202239; Tue, 25 Jan 2022 15:33:57 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 25 Jan 2022 15:33:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=6iZjfmxwaDL7ps TPfWsi28Zoqx2vOIn+0fcHmvUqwl4=; b=Y+QHhO9BA5otoNhClPxYpbbTVXk2OW LBuQ5iiN6hutRjN7W3IWtc2obZdqh/MM/WIKksCbtj8fJcPaIfQB+qZ+05rRfWrB YoBCExfhhA+QpnxsnSPfXofZnRIV6V8r1vXJWpazqpqnXvRp6OP9JQi5YXth1xIt xu16owN4WTRXOohaCiqEEVtP4zcWlrVbL4ZVOFaiW/WYabwFa+HL5D9ghYqdOJmW 0B2bKGgZxP6yOKTo4xPn2gEB6uG0PCp0katyWoJJXeffSswqufCSPm6jczkexDR9 TV6VlCiszNT0pm0MWhn5r3kV3TTtzVh/fMtTHnayxe60o3TD2ibBf9sA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=6iZjfmxwaDL7psTPfWsi28Zoqx2vOIn+0fcHmvUqw l4=; b=R0YkqgexoYNKSXtNf6XNa2rdi4Hu+tftl/iQRSnvbPM2brWymiYAtAbfm DvGfgn2agG/bQ5Ylj/laaNQSw7sAAA0UucAlARxFssEHF83NlbOg13bqR8SJpefi 3OT59eOf5Qygtb1bOyL0Jbavihp3pQo63n5Ardg7bJ/8kdgoLK0wJIctZEmhGSQl /6qZgPpR6DN21rTpzxcoPFryeF3Jb8nVsIitzh+iaWnZet+2b3HeFVwuXF+DR+MA nt7/QaN+nIBBPJS8AWxlVEuh6mSLCqyWwT4Hr1UkFblCilzdAkUYzLnkpzJAjsfH enc4y6rmM/0+uQMGBh04ZGLDJFirw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrvdelgddufeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 25 Jan 2022 15:33:56 -0500 (EST) From: Thomas Monjalon To: Brandon Lo Cc: ci@dpdk.org Subject: Re: [PATCH 1/4] tools: add acvp_tool Date: Tue, 25 Jan 2022 21:33:55 +0100 Message-ID: <2169400.iZASKD2KPV@thomas> In-Reply-To: References: <20220124190923.745577-1-blo@iol.unh.edu> <2089411.irdbgypaU6@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 25/01/2022 20:07, Brandon Lo: > On Mon, Jan 24, 2022 at 3:24 PM Thomas Monjalon wrote: > > > > 24/01/2022 20:09, Brandon Lo: > > > This tool is used to interact with the ACVP API. > > > > > > Signed-off-by: Brandon Lo > > > --- > > > tools/acvp/__init__.py | 0 > > > tools/acvp/acvp_tool.py | 315 ++++++++++++++++++++++++++++++++++++++++ > > > > Did you write it from scratch? > > Yes, I wrote it from scratch. Then you should add a copyright line and a SPDX license.