From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7A681A00C5; Thu, 14 May 2020 12:59:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0066E1D8CD; Thu, 14 May 2020 12:59:58 +0200 (CEST) Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id E77A91D738 for ; Thu, 14 May 2020 12:59:57 +0200 (CEST) Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id F39409DAD5050F1CFA6F; Thu, 14 May 2020 18:59:55 +0800 (CST) Received: from localhost (10.173.251.152) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Thu, 14 May 2020 18:59:45 +0800 From: wangyunjian To: CC: , , , , Yunjian Wang Date: Thu, 14 May 2020 18:59:43 +0800 Message-ID: <1589453983-13188-1-git-send-email-wangyunjian@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.173.251.152] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v3 0/2] fixes for caam_jr X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Yunjian Wang 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(-) -- 2.19.1