From patchwork Wed Jul 28 16:18:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 96357 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C2E3BA0A0C; Wed, 28 Jul 2021 18:18:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47AD140E64; Wed, 28 Jul 2021 18:18:40 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 50FA440142 for ; Wed, 28 Jul 2021 18:18:37 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10059"; a="192290626" X-IronPort-AV: E=Sophos;i="5.84,276,1620716400"; d="scan'208";a="192290626" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2021 09:18:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,276,1620716400"; d="scan'208";a="506588723" Received: from silpixa00400308.ir.intel.com ([10.237.214.190]) by FMSMGA003.fm.intel.com with ESMTP; 28 Jul 2021 09:18:34 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: gakhil@marvell.com, fiona.trahe@intel.com, roy.fan.zhang@intel.com, Arek Kusztal Date: Wed, 28 Jul 2021 17:18:29 +0100 Message-Id: <20210728161831.6807-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/2] drivers/qat: fix handling of unsupported services X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" This patchset fixes wrong behaviour when service not currently supported is selected for GEN3 and GEN4 devices in Intel QuickAssist Technology PMD. There is dependency between these patches hence the patchset. This patcheset superseeds following patch: drivers/qat: fix unused asymmetric crypto pmd on gen3 (https://patchwork.dpdk.org/project/dpdk/patch/20210712081633.3156-1-arkadiuszx.kusztal@intel.com/) Arek Kusztal (2): drivers/qat: fix wrong return value for invalid service crypto/qat: fix asymmetric crypto pmd create on gen3 drivers/compress/qat/qat_comp_pmd.c | 2 +- drivers/crypto/qat/qat_asym_pmd.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-)