RE: [PATCH] megaraid_sas : Pass driver version to firmware inside IOC init frame

2015-06-11 Thread Sumit Saxena
h.com >Subject: Re: [PATCH] megaraid_sas : Pass driver version to firmware inside >IOC init frame > >On 06/10/2015 12:22 PM, sumit.sax...@avagotech.com wrote: > >Here should be an explanation why is this needed. > >The driver knows the fw version and can adapt to it. >When send

Re: [PATCH] megaraid_sas : Pass driver version to firmware inside IOC init frame

2015-06-11 Thread Tomas Henzl
On 06/10/2015 12:22 PM, sumit.sax...@avagotech.com wrote: Here should be an explanation why is this needed. The driver knows the fw version and can adapt to it. When sending the version to firmware fails, the driver just logs it and is able to continue. Why is the information needed for the fw ?

[PATCH] megaraid_sas : Pass driver version to firmware inside IOC init frame

2015-06-10 Thread Sumit.Saxena
Signed-off-by: Sumit Saxena --- drivers/scsi/megaraid/megaraid_sas.h| 10 +++--- drivers/scsi/megaraid/megaraid_sas_base.c | 18 ++ drivers/scsi/megaraid/megaraid_sas_fusion.c |7 +++ 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/driver