]> git.neil.brown.name Git - mdadm.git/commit
imsm: add IMSM_OROM_CAPABILITIES_TPV to nvme orom
authorMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Thu, 22 Aug 2024 10:18:06 +0000 (12:18 +0200)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Fri, 30 Aug 2024 12:32:53 +0000 (14:32 +0200)
commitb1d38b512aa3162b5089fbf6b02357ed5fdf5760
tree46c935d2275f70086a0f1713afff3c2aa0ff81ba
parent734e7db4dfc502044d2a3dacfab67aeab0081cf9
imsm: add IMSM_OROM_CAPABILITIES_TPV to nvme orom

Add it to avoid excluding. It has some value for users even if it is
always true for nvme virtual orom.

Rework detail-platform printing code, move printing 3rd party nvmes
to print_imsm_capability (as it should be), but keep it meaningful
only for nvme controllers (NVME and VMD hba types). Pass whole
orom_entry instead of orom there.

Squash code responsible for printing NVME and VMD hbas.

Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
platform-intel.c
super-intel.c