mbox series

[0/2] lspci: Add Flit mode information and Dev3 from gen6

Message ID 20241211134840.3375-1-ilpo.jarvinen@linux.intel.com (mailing list archive)
Headers show
Series lspci: Add Flit mode information and Dev3 from gen6 | expand

Message

Ilpo Järvinen Dec. 11, 2024, 1:48 p.m. UTC
Add Flit mode related flags and Device 3 Extended Capability into
lspci. The latter patch does not print all the Dev 3 fields but already
feels useful for checking many things (UIO and the exit latency fields
are not printed).

Ilpo Järvinen (2):
  lspci: Add Flit Mode information
  lspci: Add Dev3 Extended Capability

 lib/header.h | 23 +++++++++++++++++++++++
 ls-caps.c    | 18 +++++++++++-------
 ls-ecaps.c   | 41 ++++++++++++++++++++++++++++++++++++++++-
 lspci.h      |  2 +-
 4 files changed, 75 insertions(+), 9 deletions(-)