All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] crypto/qat: move to dynamic logging
@ 2018-05-11 11:31 Fiona Trahe
  2018-05-11 11:31 ` [PATCH 1/5] crypto/qat: cleanup unused and useless trace Fiona Trahe
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Fiona Trahe @ 2018-05-11 11:31 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch, fiona.trahe, tomaszx.jozwiak

Note this patchset is targeting 18.08 release
and depends on the qat refactoring patchset:
http://dpdk.org/ml/archives/dev/2018-May/101306.html
 

Move to dynamic logging and cleanup trace.

Fiona Trahe (2):
  crypto/qat: rename log macro for non-dp logs
  doc/qat: document debug options

Tomasz Jozwiak (3):
  crypto/qat: cleanup unused and useless trace
  crypto/qat: move to dynamic logging for non-dp trace
  crypto/qat: move to dynamic logging for data-path trace

 config/common_base                   |    4 -
 doc/guides/cryptodevs/qat.rst        |   26 +++++++++
 drivers/crypto/qat/Makefile          |    1 +
 drivers/crypto/qat/meson.build       |    1 +
 drivers/crypto/qat/qat_common.c      |   12 ++--
 drivers/crypto/qat/qat_device.c      |   12 ++--
 drivers/crypto/qat/qat_logs.c        |   41 +++++++++++++
 drivers/crypto/qat/qat_logs.h        |   65 ++++++++-------------
 drivers/crypto/qat/qat_qp.c          |   63 +++++++++------------
 drivers/crypto/qat/qat_sym.c         |   65 ++++++++++-----------
 drivers/crypto/qat/qat_sym.h         |   30 +++++-----
 drivers/crypto/qat/qat_sym_pmd.c     |   21 +++----
 drivers/crypto/qat/qat_sym_session.c |  103 +++++++++++++++------------------
 13 files changed, 235 insertions(+), 209 deletions(-)
 create mode 100644 drivers/crypto/qat/qat_logs.c

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

end of thread, other threads:[~2018-06-14 14:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 11:31 [PATCH 0/5] crypto/qat: move to dynamic logging Fiona Trahe
2018-05-11 11:31 ` [PATCH 1/5] crypto/qat: cleanup unused and useless trace Fiona Trahe
2018-05-11 11:31 ` [PATCH 2/5] crypto/qat: move to dynamic logging for non-dp trace Fiona Trahe
2018-06-12 15:54   ` De Lara Guarch, Pablo
2018-05-11 11:31 ` [PATCH 3/5] crypto/qat: rename log macro for non-dp logs Fiona Trahe
2018-05-11 11:31 ` [PATCH 4/5] crypto/qat: move to dynamic logging for data-path trace Fiona Trahe
2018-05-11 11:31 ` [PATCH 5/5] doc/qat: document debug options Fiona Trahe
2018-06-14 11:03 ` [PATCH v2 0/5] crypto/qat: move to dynamic logging Tomasz Jozwiak
2018-06-14 11:03   ` [PATCH v2 1/5] crypto/qat: cleanup unused and useless trace Tomasz Jozwiak
2018-06-14 11:03   ` [PATCH v2 2/5] crypto/qat: move to dynamic logging for non-dp trace Tomasz Jozwiak
2018-06-14 11:03   ` [PATCH v2 3/5] crypto/qat: rename log macro for non-dp logs Tomasz Jozwiak
2018-06-14 11:03   ` [PATCH v2 4/5] crypto/qat: move to dynamic logging for data-path trace Tomasz Jozwiak
2018-06-14 11:03   ` [PATCH v2 5/5] doc/qat: document debug options Tomasz Jozwiak
2018-06-14 14:05   ` [PATCH v2 0/5] crypto/qat: move to dynamic logging De Lara Guarch, Pablo

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.