* [PATCH] imsm: update name in --detail-platform
@ 2018-01-16 11:23 Artur Paszkiewicz
2018-01-21 21:17 ` Jes Sorensen
0 siblings, 1 reply; 2+ messages in thread
From: Artur Paszkiewicz @ 2018-01-16 11:23 UTC (permalink / raw)
To: jes.sorensen; +Cc: linux-raid
For IMSM enterprise firmware starting with major version 6, present the
platform name as Intel VROC.
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
---
super-intel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/super-intel.c b/super-intel.c
index c55802f1..c4a5a1be 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -2369,6 +2369,8 @@ static void print_imsm_capability(const struct imsm_orom *orom)
printf(" Platform : Intel(R) ");
if (orom->capabilities == 0 && orom->driver_features == 0)
printf("Matrix Storage Manager\n");
+ else if (imsm_orom_is_enterprise(orom) && orom->major_ver >= 6)
+ printf("Virtual RAID on CPU\n");
else
printf("Rapid Storage Technology%s\n",
imsm_orom_is_enterprise(orom) ? " enterprise" : "");
--
2.15.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] imsm: update name in --detail-platform
2018-01-16 11:23 [PATCH] imsm: update name in --detail-platform Artur Paszkiewicz
@ 2018-01-21 21:17 ` Jes Sorensen
0 siblings, 0 replies; 2+ messages in thread
From: Jes Sorensen @ 2018-01-21 21:17 UTC (permalink / raw)
To: Artur Paszkiewicz; +Cc: linux-raid
On 01/16/2018 06:23 AM, Artur Paszkiewicz wrote:
> For IMSM enterprise firmware starting with major version 6, present the
> platform name as Intel VROC.
>
> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
> ---
> super-intel.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied!
Thanks,
Jes
> diff --git a/super-intel.c b/super-intel.c
> index c55802f1..c4a5a1be 100644
> --- a/super-intel.c
> +++ b/super-intel.c
> @@ -2369,6 +2369,8 @@ static void print_imsm_capability(const struct imsm_orom *orom)
> printf(" Platform : Intel(R) ");
> if (orom->capabilities == 0 && orom->driver_features == 0)
> printf("Matrix Storage Manager\n");
> + else if (imsm_orom_is_enterprise(orom) && orom->major_ver >= 6)
> + printf("Virtual RAID on CPU\n");
> else
> printf("Rapid Storage Technology%s\n",
> imsm_orom_is_enterprise(orom) ? " enterprise" : "");
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-21 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16 11:23 [PATCH] imsm: update name in --detail-platform Artur Paszkiewicz
2018-01-21 21:17 ` Jes Sorensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).