Re: [PATCH -next] crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-25 Thread Giovanni Cabiddu
On Fri, Sep 25, 2020 at 06:14:45PM +1000, Herbert Xu wrote: > On Thu, Sep 24, 2020 at 06:00:42AM +0100, Giovanni Cabiddu wrote: > > On Wed, Sep 16, 2020 at 03:50:17AM +0100, Liu Shixin wrote: > > > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > > > > > Signed-off-by: Liu Shixin > > > >

Re: [PATCH -next] crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-25 Thread Herbert Xu
On Thu, Sep 24, 2020 at 06:00:42AM +0100, Giovanni Cabiddu wrote: > On Wed, Sep 16, 2020 at 03:50:17AM +0100, Liu Shixin wrote: > > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > > > Signed-off-by: Liu Shixin > > Acked-by: Giovanni Cabiddu Hi Giovanni: Your acks are not making it to

Re: [PATCH -next] crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-25 Thread Herbert Xu
On Wed, Sep 16, 2020 at 10:50:17AM +0800, Liu Shixin wrote: > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Liu Shixin > --- > drivers/crypto/qat/qat_common/adf_cfg.c | 19 + > .../qat/qat_common/adf_transport_debug.c | 42 ++- > 2 fil

Re: [PATCH -next] crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-23 Thread Giovanni Cabiddu
On Wed, Sep 16, 2020 at 03:50:17AM +0100, Liu Shixin wrote: > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Liu Shixin Acked-by: Giovanni Cabiddu > --- > drivers/crypto/qat/qat_common/adf_cfg.c | 19 + > .../qat/qat_common/adf_transport_debug.c | 4

[PATCH -next] crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-15 Thread Liu Shixin
Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin --- drivers/crypto/qat/qat_common/adf_cfg.c | 19 + .../qat/qat_common/adf_transport_debug.c | 42 ++- 2 files changed, 5 insertions(+), 56 deletions(-) diff --git a/drivers/crypto/