mbox series

[v3,0/2] fixes for caam_jr

Message ID 1589453983-13188-1-git-send-email-wangyunjian@huawei.com (mailing list archive)
Headers
Series fixes for caam_jr |

Message

Yunjian Wang May 14, 2020, 10:59 a.m. UTC
  From: Yunjian Wang <wangyunjian@huawei.com>

This series include two fixes patches for caam_jr driver.

---
v3:
 * Add function to initialize g_uio_job_ring and g_job_rings
 * Add fix return type
v2:
 * Change "job_ring->uio_fd" type suggested by Gagandeep Singh

Yunjian Wang (2):
  crypto/caam_jr: fix wrong check of fd
  crypto/caam_jr: fix the functions to use the correct type

 drivers/crypto/caam_jr/caam_jr.c             | 23 ++++++++++---
 drivers/crypto/caam_jr/caam_jr_hw_specific.h |  2 +-
 drivers/crypto/caam_jr/caam_jr_pvt.h         |  9 +++---
 drivers/crypto/caam_jr/caam_jr_uio.c         | 34 +++++++++++++-------
 4 files changed, 47 insertions(+), 21 deletions(-)
  

Comments

Gagandeep Singh May 15, 2020, 6:48 a.m. UTC | #1
> -----Original Message-----
> From: wangyunjian <wangyunjian@huawei.com>
> Sent: Thursday, May 14, 2020 4:30 PM
> To: dev@dpdk.org
> Cc: Gagandeep Singh <G.Singh@nxp.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>; jerry.lilijun@huawei.com;
> xudingke@huawei.com; Yunjian Wang <wangyunjian@huawei.com>
> Subject: [dpdk-dev] [PATCH v3 0/2] fixes for caam_jr
> 
> From: Yunjian Wang <wangyunjian@huawei.com>
> 
> This series include two fixes patches for caam_jr driver.
> 
> ---
> v3:
>  * Add function to initialize g_uio_job_ring and g_job_rings
>  * Add fix return type
> v2:
>  * Change "job_ring->uio_fd" type suggested by Gagandeep Singh
> 
> Yunjian Wang (2):
>   crypto/caam_jr: fix wrong check of fd
>   crypto/caam_jr: fix the functions to use the correct type
> 

Series-acked-by: Gagandeep Singh <G.singh@nxp.com>

>  drivers/crypto/caam_jr/caam_jr.c             | 23 ++++++++++---
>  drivers/crypto/caam_jr/caam_jr_hw_specific.h |  2 +-
>  drivers/crypto/caam_jr/caam_jr_pvt.h         |  9 +++---
>  drivers/crypto/caam_jr/caam_jr_uio.c         | 34 +++++++++++++-------
>  4 files changed, 47 insertions(+), 21 deletions(-)
> 
> --
> 2.19.1
>
  
Akhil Goyal May 17, 2020, 2:10 p.m. UTC | #2
> > From: Yunjian Wang <wangyunjian@huawei.com>
> >
> > This series include two fixes patches for caam_jr driver.
> >
> > ---
> > v3:
> >  * Add function to initialize g_uio_job_ring and g_job_rings
> >  * Add fix return type
> > v2:
> >  * Change "job_ring->uio_fd" type suggested by Gagandeep Singh
> >
> > Yunjian Wang (2):
> >   crypto/caam_jr: fix wrong check of fd
> >   crypto/caam_jr: fix the functions to use the correct type
> >
> 
> Series-acked-by: Gagandeep Singh <G.singh@nxp.com>
Applied to dpdk-next-crypto

Thanks.