All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Marco Chiappero <marco.chiappero@intel.com>
Cc: linux-crypto@vger.kernel.org, qat-linux@intel.com,
	Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Subject: Re: [PATCH 01/10] crypto: qat - use proper type for vf_mask
Date: Thu, 3 Jun 2021 20:15:57 +0800	[thread overview]
Message-ID: <20210603121557.GB2062@gondor.apana.org.au> (raw)
In-Reply-To: <20210527191251.6317-2-marco.chiappero@intel.com>

On Thu, May 27, 2021 at 08:12:42PM +0100, Marco Chiappero wrote:
>
> diff --git a/drivers/crypto/qat/qat_common/adf_isr.c b/drivers/crypto/qat/qat_common/adf_isr.c
> index e3ad5587be49..22f8ef5bfbc5 100644
> --- a/drivers/crypto/qat/qat_common/adf_isr.c
> +++ b/drivers/crypto/qat/qat_common/adf_isr.c
> @@ -15,6 +15,10 @@
>  #include "adf_transport_access_macros.h"
>  #include "adf_transport_internal.h"
>  
> +#ifdef CONFIG_PCI_IOV
> +#define ADF_MAX_NUM_VFS	32
> +#endif

The #ifdef is not necessary.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

  reply	other threads:[~2021-06-03 12:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 19:12 [PATCH 00/10] crypto: qat - misc fixes Marco Chiappero
2021-05-27 19:12 ` [PATCH 01/10] crypto: qat - use proper type for vf_mask Marco Chiappero
2021-06-03 12:15   ` Herbert Xu [this message]
2021-06-04  9:25     ` Chiappero, Marco
2021-05-27 19:12 ` [PATCH 02/10] crypto: qat - remove empty sriov_configure() Marco Chiappero
2021-06-03 12:15   ` Herbert Xu
2021-06-04  9:23     ` Chiappero, Marco
2021-05-27 19:12 ` [PATCH 03/10] crypto: qat - enable interrupts only after ISR allocation Marco Chiappero
2021-05-27 19:12 ` [PATCH 04/10] crypto: qat - do not ignore errors from enable_vf2pf_comms() Marco Chiappero
2021-05-27 19:12 ` [PATCH 05/10] crypto: qat - handle both source of interrupt in VF ISR Marco Chiappero
2021-05-27 19:12 ` [PATCH 06/10] crypto: qat - prevent spurious MSI interrupt in VF Marco Chiappero
2021-05-27 19:12 ` [PATCH 07/10] crypto: qat - prevent spurious MSI interrupt in PF Marco Chiappero
2021-05-27 19:12 ` [PATCH 08/10] crypto: qat - rename compatibility version definition Marco Chiappero
2021-05-27 19:12 ` [PATCH 09/10] crypto: qat - remove intermediate tasklet for vf2pf Marco Chiappero
2021-05-27 19:12 ` [PATCH 10/10] crypto: qat - fix reuse of completion variable Marco Chiappero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210603121557.GB2062@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=giovanni.cabiddu@intel.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=marco.chiappero@intel.com \
    --cc=qat-linux@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.