[dpdk-dev] [PATCH] app/crypto-perf: disable asymmetric crypto
Shally Verma
shallyv at marvell.com
Wed Jul 24 11:31:15 CEST 2019
> -----Original Message-----
> From: Anoob Joseph <anoobj at marvell.com>
> Sent: Wednesday, July 24, 2019 2:34 PM
> To: Akhil Goyal <akhil.goyal at nxp.com>; Declan Doherty
> <declan.doherty at intel.com>; Pablo de Lara
> <pablo.de.lara.guarch at intel.com>
> Cc: Anoob Joseph <anoobj at marvell.com>; Jerin Jacob Kollanukkaran
> <jerinj at marvell.com>; Narayana Prasad Raju Athreya
> <pathreya at marvell.com>; Shally Verma <shallyv at marvell.com>;
> dev at dpdk.org
> Subject: [PATCH] app/crypto-perf: disable asymmetric crypto
>
> Asymmetric crypto is not required for test-crypto-perf application.
> Disabling the feature using 'ff_disable' field.
>
> Signed-off-by: Anoob Joseph <anoobj at marvell.com>
> ---
Acked-by: Shally Verma <shallyv at marvell.com>
> app/test-crypto-perf/main.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/app/test-crypto-perf/main.c b/app/test-crypto-perf/main.c index
> ce92a96..2109e70 100644
> --- a/app/test-crypto-perf/main.c
> +++ b/app/test-crypto-perf/main.c
> @@ -201,7 +201,8 @@ cperf_initialize_cryptodev(struct cperf_options
> *opts, uint8_t *enabled_cdevs)
> struct rte_cryptodev_config conf = {
> .nb_queue_pairs = opts->nb_qps,
> .socket_id = socket_id,
> - .ff_disable = RTE_CRYPTODEV_FF_SECURITY,
> + .ff_disable = RTE_CRYPTODEV_FF_SECURITY |
> +
> RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO,
> };
>
> struct rte_cryptodev_qp_conf qp_conf = {
> --
> 2.7.4
More information about the dev
mailing list