All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] crypto: qat - misc fixes
@ 2021-05-27 19:12 Marco Chiappero
  2021-05-27 19:12 ` [PATCH 01/10] crypto: qat - use proper type for vf_mask Marco Chiappero
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Marco Chiappero @ 2021-05-27 19:12 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, qat-linux, Marco Chiappero

This set is a collection of various fixes, mostly related to the PF/VF
protocol.

Giovanni Cabiddu (4):
  crypto: qat - use proper type for vf_mask
  crypto: qat - do not ignore errors from enable_vf2pf_comms()
  crypto: qat - handle both source of interrupt in VF ISR
  crypto: qat - prevent spurious MSI interrupt in VF

Marco Chiappero (5):
  crypto: qat - remove empty sriov_configure()
  crypto: qat - enable interrupts only after ISR allocation
  crypto: qat - prevent spurious MSI interrupt in PF
  crypto: qat - rename compatibility version definition
  crypto: qat - fix reuse of completion variable

Svyatoslav Pankratov (1):
  crypto: qat - remove intermediate tasklet for vf2pf

 .../crypto/qat/qat_4xxx/adf_4xxx_hw_data.c    |  2 +-
 drivers/crypto/qat/qat_4xxx/adf_drv.c         |  2 +
 .../crypto/qat/qat_c3xxx/adf_c3xxx_hw_data.c  |  2 +-
 drivers/crypto/qat/qat_c3xxx/adf_drv.c        |  2 +
 .../qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c     |  2 +-
 .../crypto/qat/qat_c62x/adf_c62x_hw_data.c    |  2 +-
 drivers/crypto/qat/qat_c62x/adf_drv.c         |  2 +
 .../qat/qat_c62xvf/adf_c62xvf_hw_data.c       |  2 +-
 .../crypto/qat/qat_common/adf_accel_devices.h |  3 --
 .../crypto/qat/qat_common/adf_common_drv.h    |  6 +--
 drivers/crypto/qat/qat_common/adf_init.c      |  9 ++--
 drivers/crypto/qat/qat_common/adf_isr.c       | 42 +++++++++++++------
 drivers/crypto/qat/qat_common/adf_pf2vf_msg.c | 20 +++++----
 drivers/crypto/qat/qat_common/adf_pf2vf_msg.h |  2 +-
 drivers/crypto/qat/qat_common/adf_sriov.c     |  8 +---
 drivers/crypto/qat/qat_common/adf_vf_isr.c    | 16 +++++--
 .../qat/qat_dh895xcc/adf_dh895xcc_hw_data.c   |  2 +-
 drivers/crypto/qat/qat_dh895xcc/adf_drv.c     |  2 +
 .../qat_dh895xccvf/adf_dh895xccvf_hw_data.c   |  2 +-
 19 files changed, 75 insertions(+), 53 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-06-04  9:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.