Behalf Of Pablo de Lara
Sent: Friday, March 11, 2016 3:55 AM
To: dev at dpdk.org
Subject: [dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism
From: Declan Doherty
This patch add a mechanism for discovery of crypto device features and
supported crypto operations and algorithms. It
There is a clang error here:
> +static const struct rte_cryptodev_capabilities aesni_gcm_pmd_capabilities[]
> = {
drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c:41:48: fatal error:
unused variable 'aesni_gcm_pmd_capabilities'
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Friday, March 11, 2016 1:20 AM
> To: De Lara Guarch, Pablo
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery
> mechanism
>
> -Original Message-
> From: De Lara Guarch, Pablo
> Sent: Thursday, March 10, 2016 7:55 PM
> To: dev at dpdk.org
> Cc: Doherty, Declan; Trahe, Fiona; De Lara Guarch, Pablo
> Subject: [PATCH v3] cryptodev: add capabilities discovery mechanism
>
> From: Declan Doherty
>
> This patch add
From: Declan Doherty
This patch add a mechanism for discovery of crypto device features and supported
crypto operations and algorithms. It also provides a method for a crypto PMD to
publish any data range limitations it may have for the operations and algorithms
it supports.
The parameter featur
5 matches
Mail list logo