[dpdk-stable] patch 'crypto/scheduler: fix capability update' has been queued to stable release 17.02.1

Zhang, Roy Fan roy.fan.zhang at intel.com
Fri May 26 03:26:06 CEST 2017


Hi Yuanhan,

Please do. Sorry I failed to do that when I submitted the patch.

Regards,
Fan

> -----Original Message-----
> From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com]
> Sent: Thursday, May 25, 2017 5:49 PM
> To: Zhang, Roy Fan <roy.fan.zhang at intel.com>
> Cc: Yuanhan Liu <yuanhan.liu at linux.intel.com>; dpdk stable
> <stable at dpdk.org>
> Subject: patch 'crypto/scheduler: fix capability update' has been queued to
> stable release 17.02.1
> 
> Hi,
> 
> FYI, your patch has been queued to stable release 17.02.1
> 
> Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
> It will be pushed if I get no objections before 05/28/17. So please shout if
> anyone has objections.
> 
> Thanks.
> 
> 	--yliu
> 
> ---
> From 8224aa2937fd5457f10df2824af3dc28119b228c Mon Sep 17 00:00:00 2001
> From: Fan Zhang <roy.fan.zhang at intel.com>
> Date: Mon, 10 Apr 2017 15:59:34 +0100
> Subject: [PATCH] crypto/scheduler: fix capability update
> 
> [ upstream commit 7b46f62b8159dc5444cdcd48a46c6656b221510c ]
> 
> Fixes: 31439ee72b2c ("crypto/scheduler: add API implementations")
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> ---
>  drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/crypto/scheduler/rte_cryptodev_scheduler.c
> b/drivers/crypto/scheduler/rte_cryptodev_scheduler.c
> index 2f49ad4..ebcf2f6 100644
> --- a/drivers/crypto/scheduler/rte_cryptodev_scheduler.c
> +++ b/drivers/crypto/scheduler/rte_cryptodev_scheduler.c
> @@ -64,7 +64,7 @@ sync_caps(struct rte_cryptodev_capabilities *caps,
> 
>  		for (j = 0; j < nb_slave_caps; j++) {
>  			const struct rte_cryptodev_capabilities *s_cap =
> -					&slave_caps[i];
> +					&slave_caps[j];
> 
>  			if (s_cap->op != cap->op || s_cap-
> >sym.xform_type !=
>  					cap->sym.xform_type)
> --
> 1.9.0



More information about the stable mailing list