All of lore.kernel.org
 help / color / mirror / Atom feed
* [Accel-config] [PATCH v3 0/3] Add support to get enhanced details of error
@ 2021-07-14 17:17 ramesh.thomas
  0 siblings, 0 replies; only message in thread
From: ramesh.thomas @ 2021-07-14 17:17 UTC (permalink / raw)
  To: accel-config

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]

From: Ramesh Thomas <ramesh.thomas(a)intel.com>

Add support to take a snapshot of error details containing hw/sw error
code and associated devices. Added new API to retreive the saved
information. Using the new API accel-config prints a more detailed error
message at exit.

v2:
Use masks and other constants defined in idxd.h
Clear cmd_status during device initialization

v3:
Specify if the error is from driver or library

Ramesh Thomas (3):
  accel-config: Add APIs to get details of last error and associated
    devices
  accel-config: Print details of error at exit using new last_error API
  accel-config: Reset cmd_status during device init

 accfg/accel-config.c          |  25 ++++-
 accfg/enable.c                |  25 +----
 accfg/lib/libaccel-config.sym |   6 ++
 accfg/lib/libaccfg.c          | 183 ++++++++++++++++++++++++++++++----
 accfg/lib/private.h           |   9 ++
 accfg/libaccel_config.h       |   9 +-
 6 files changed, 215 insertions(+), 42 deletions(-)

-- 
2.26.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-14 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 17:17 [Accel-config] [PATCH v3 0/3] Add support to get enhanced details of error ramesh.thomas

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.