commit | b59b41bfc2d4932537c189a717955bafae6cf34b | [log] [tgz] |
---|---|---|
author | Konrad Sztyber <konrad.sztyber@intel.com> | Wed May 22 12:16:44 2024 +0200 |
committer | Martin Mareš <mj@ucw.cz> | Mon May 27 14:19:37 2024 +0200 |
tree | ac416ef75b38d69ace310f31ab80dbf82496e1a7 | |
parent | 144b0911cc0b064b3694700b8c26c557864301dc [diff] |
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>