[dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism

2016-03-14 Thread Cao, Min
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

[dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism

2016-03-11 Thread Thomas Monjalon
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'

[dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism

2016-03-11 Thread De Lara Guarch, Pablo
> -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 >

[dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism

2016-03-10 Thread Trahe, Fiona
> -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

[dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism

2016-03-10 Thread Pablo de Lara
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