From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1hxAEI-00025n-U6 for ptxdist@pengutronix.de; Mon, 12 Aug 2019 15:19:19 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990678AbfHLNTRRcwRy (ORCPT ); Mon, 12 Aug 2019 15:19:17 +0200 Date: Mon, 12 Aug 2019 15:19:14 +0200 From: Ladislav Michl Message-ID: <20190812131914.GA23382@lenoch> MIME-Version: 1.0 Content-Disposition: inline Subject: [ptxdist] [PATCH v2 0/3] cryptodev List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Hi there! This serie adds support for cryptodev hardware acceleration. However, there's one issue unresolved: cryptodev module loading. As we have three different modutils implementations available and also supporting systemd and sysv init it is a bit messy to generate proper config to load cryptodev at boot time. So we could either leave module loading to BSP or do something on ptxdist level. Thoughts? Thank you, ladis Changes: - v2: Update cryptodev module to 1.10 As openssl was updated to 1.1, cryptodev support works out of the box now. This serie was first sent two years ago. Those two years showed nothing dramatic happened and code still works and compiles. Btw, I found patch first adding cryptodev in 2010, so perhaps we want to wait for 10th anniversary? ;-) Ladislav Michl (3): cryptodev: new package gnutls: add cryptodev support openssl: add cryptodev support ...x-module-loading-with-Linux-v5.0-rc5.patch | 58 +++++++++++++++ patches/cryptodev-linux-1.10/series | 1 + rules/cryptodev.in | 11 +++ rules/cryptodev.make | 74 +++++++++++++++++++ rules/gnutls.in | 7 ++ rules/gnutls.make | 2 +- rules/openssl.in | 7 ++ rules/openssl.make | 1 + 8 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 patches/cryptodev-linux-1.10/0001-Fix-module-loading-with-Linux-v5.0-rc5.patch create mode 100644 patches/cryptodev-linux-1.10/series create mode 100644 rules/cryptodev.in create mode 100644 rules/cryptodev.make -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de