From owner-freebsd-arm@freebsd.org Tue Sep 26 18:08:51 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 231E4E12AF9 for ; Tue, 26 Sep 2017 18:08:51 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DDA87003C; Tue, 26 Sep 2017 18:08:49 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id b33d9708; Tue, 26 Sep 2017 20:08:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=rfwP7aTIOSQlIV315l+DCL/UILY=; b=OXASg1QquV3odYxhUkBjLQM47rZo O97otrO4R992aAfTyHgQWMmRwiki6wFQBFVQAm2jtoSBbBDoWsGFOmkWflOm9QxW ig0FHqedkLK1CzkD7guZVxiEzz9XtU2ugdzsp6ViaRNs7U1XYCAmendLD98JB2tn xbEfPkYBVYrQe4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=KJes3XYvaoqN8SDtM9F63syl3fvUM64Y1iOuXck572s232+NmvbAXCKU 78XugAzdItuIjQoU73yTQ8MR6Yej+0FDD1b0omQccjFOJUndxZdS4z/Tkft5jP0A 3yrnzX3AB62DhCkk59sz+YERbyMGPM5n7r7Hvni9YrfXHyoaT5s= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id e70e8b7e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 26 Sep 2017 20:08:47 +0200 (CEST) Date: Tue, 26 Sep 2017 20:08:46 +0200 From: Emmanuel Vadot To: Yoshiro MIHIRA Cc: jmcneill@freebsd.org, freebsd-arm Subject: Re: [FreeBSD] update todo list on Wiki-arm-Allwinner Message-Id: <20170926200846.55ca1efdf29223502a580953@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 18:08:51 -0000 Hello, On Fri, 22 Sep 2017 21:59:04 +0000 Yoshiro MIHIRA wrote: > Hi, all. > > Latest Crypto engine is listed on TODO list at Wiki arm Allwinner page. > > However, andrew added armv8crypto(driver for the AES accelerator on ARM > CPUs). It's not the same. ARMv8 (the ISA) have crypto related instruction, the wiki is talking about the crypto accelerator in the SoC. I honestly don't know if for ARMv8 this would be needed, iirc the mainline linux developper said that using the instruction for AES is faster. For ARMv7 SoC (like H3) I think that this would be good to add. > So I would like to update and add Crypto line on [[Supported > devices/Legend] at Wiki page. > Currently YES(r308921) is only for A64. > > openssl speed aes-256-cbc > "PINE64 without crypto engine" aes-256 cbc 20817.02k > 22166.74k 22629.38k 22734.17k 22754.10k > /usr/bin/openssl speed -engine cryptodev -evp aes-256-cbc > "PINE64 with crypto engine" aes-256-cbc 88225.27k > 207383.62k 308516.25k 360612.50k 380447.40k > > Yours > Yoshiro MIHIRA > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Emmanuel Vadot