Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp994698pxk; Fri, 18 Sep 2020 00:29:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzCVapMCeCrO59wg4yp6xj3mE23oB2baeZslUXYRP861qHx7kwAgfRMmoea/4ovP4EC/hKu X-Received: by 2002:a05:6402:176c:: with SMTP id da12mr37958138edb.386.1600414188486; Fri, 18 Sep 2020 00:29:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600414188; cv=none; d=google.com; s=arc-20160816; b=LiLq9V1OlKxe3zSiHkZaGI7o8Y/a///eKiCnlL7I553BdtL1hqa9wlTzO6wofpOSKk spP8lx2CaPp7ArY0R6WQYnoCyw2mS28a2ONzYNC9W+CeqW4k6JmVi+dY9LhH6sf5yHJY Yqxwm8dxWn53qRdubudZVDOZGDYx/C9AN37r/+j7+XkG9LsoDVN2WLCxIRHQFjyXNs20 tz70RZVD/vaZErHYEo0qQwsM9dWbeoTBDfaV/I40A16zgfEUWLin8so8Hx0z5a2mDFPh hMf1fv6yUC15znc3RYDs2s95FZwxyq1JV/7uTvy49XHEPr0lq7A6LJywJivavrLU5LuG i1QA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=mzQG85ft5tPbd4zGSgcSuXJsyKhRnCnSsLD2tcKMN7I=; b=rgxvJ/Rl+JWB80ffm4EEDHNL2hhoYsMT8dqF7iH/3qmdl1vTbntdgi1VwkkvaBZyMr /67M29aqZlYs05CwAHzn80O2VHwDVF6mACP0HP1OHVWiwLSQAzLu+iFI7PP6ZHw/xd1Q u3HxtyW7RzZke2icaCIwiHMmcQAJ70+p1SKlsqoEtsImVnf/rJtaGF0Hw3OVRRvAI0F1 +8Q4aFOUCcIbx8A1DocSxsFDGAsQ11hng6WwL8886AiPHSwthBpyajcmbn3mPGRHu4h+ nJKP3DJG2nE9yCgtnfeLo80Xkh96nMypgpam743NJEFxgyIU9/1RuG5A2nSOLO8JeS4W pmpQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j20si1438459edt.233.2020.09.18.00.29.24; Fri, 18 Sep 2020 00:29:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726620AbgIRH3V (ORCPT + 99 others); Fri, 18 Sep 2020 03:29:21 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:57630 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726593AbgIRH3U (ORCPT ); Fri, 18 Sep 2020 03:29:20 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1kJApX-0003Wt-C5; Fri, 18 Sep 2020 17:29:16 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Fri, 18 Sep 2020 17:29:15 +1000 Date: Fri, 18 Sep 2020 17:29:15 +1000 From: Herbert Xu To: Giovanni Cabiddu Cc: linux-crypto@vger.kernel.org, qat-linux@intel.com Subject: Re: [PATCH RESEND 0/2] crypto: qat - replace DIDs macros Message-ID: <20200918072915.GF23319@gondor.apana.org.au> References: <20200909105940.203532-1-giovanni.cabiddu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200909105940.203532-1-giovanni.cabiddu@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Sep 09, 2020 at 11:59:38AM +0100, Giovanni Cabiddu wrote: > Resending patches 4 and 5 from the series "vfio/pci: add denylist and > disable qat" that didn't get apply. > > This set replaces the device IDs defined in the qat drivers with the ones > in linux/pci_ids.h and replaces the custom ADF_SYSTEM_DEVICE macro with > PCI_VDEVICE. > > Giovanni Cabiddu (2): > crypto: qat - replace device ids defines > crypto: qat - use PCI_VDEVICE > > drivers/crypto/qat/qat_c3xxx/adf_drv.c | 11 ++++------- > drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 11 ++++------- > drivers/crypto/qat/qat_c62x/adf_drv.c | 11 ++++------- > drivers/crypto/qat/qat_c62xvf/adf_drv.c | 11 ++++------- > drivers/crypto/qat/qat_common/adf_accel_devices.h | 6 ------ > drivers/crypto/qat/qat_common/qat_hal.c | 7 ++++--- > drivers/crypto/qat/qat_common/qat_uclo.c | 9 +++++---- > drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 11 ++++------- > drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 11 ++++------- > 9 files changed, 33 insertions(+), 55 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt