]> mj.ucw.cz Git - pciutils.git/commit
dump: allow 6-digit domains
authorKonrad Sztyber <konrad.sztyber@intel.com>
Wed, 22 May 2024 10:16:44 +0000 (12:16 +0200)
committerMartin Mareš <mj@ucw.cz>
Mon, 27 May 2024 12:19:37 +0000 (14:19 +0200)
commitb59b41bfc2d4932537c189a717955bafae6cf34b
treeac416ef75b38d69ace310f31ab80dbf82496e1a7
parent144b0911cc0b064b3694700b8c26c557864301dc
dump: allow 6-digit domains

The SPDK VMD driver assigns domains for the devices behind a VMD by
concatenating bus/device/function of the VMD, each on a separate byte.
For instance, a device behind a VMD with an address of 5d:05.5 would be
assigned domain 5d0505.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
lib/dump.c