Re: [PATCH] crypto: qat - increase number of supported devices

2016-12-30 Thread Herbert Xu
On Thu, Dec 22, 2016 at 03:01:02PM +, Giovanni Cabiddu wrote: > From: Xin Zeng > > The unsigned long type for init_status and start_status in > service_hndl are not long enough to represent more than 64 > acceleration devices. Use an array instead. > > Signed-off-by: Xin Zeng > Signed-off-b

[PATCH] crypto: qat - increase number of supported devices

2016-12-22 Thread Giovanni Cabiddu
From: Xin Zeng The unsigned long type for init_status and start_status in service_hndl are not long enough to represent more than 64 acceleration devices. Use an array instead. Signed-off-by: Xin Zeng Signed-off-by: Giovanni Cabiddu --- drivers/crypto/qat/qat_common/adf_cfg_common.h | 1 + d