RE: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-28 Thread Kashyap Desai
le.com; h...@infradead.org; > > jbottom...@parallels.com; kashyap.de...@avagotech.com; > > kiran-kumar.kast...@avagotech.com; > > uday.ling...@avagotech.com > > Subject: Re: [PATCH 02/12] megaraid_sas : Code optimization- remove > > PCI > Ids > > based ch

RE: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-28 Thread Sumit Saxena
m...@parallels.com; > kashyap.de...@avagotech.com; kiran-kumar.kast...@avagotech.com; > uday.ling...@avagotech.com > Subject: Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids > based checks > > >>>>> "Sumit" == sumit saxena <sumit.sax...

Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-28 Thread Martin K. Petersen
> "Kashyap" == Kashyap Desai writes: Kashyap> Here is last outstanding patch series. Kashyap> http://marc.info/?l=linux-scsi=144102204225400=2 Kashyap> Last patch series was missed because of small rebase Kashyap> issue. James suggested not to ACK anything which

Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-27 Thread Martin K. Petersen
> "Sumit" == sumit saxena writes: Sumit> Code optimization: remove PCI id based checks and instead of Sumit> those use instance->ctrl_context to make call whether controller Sumit> is MFI based OR fusion adapter. fusion adapters further are also Sumit> divided in

Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-19 Thread Tomas Henzl
m; h...@infradead.org; jbottom...@parallels.com; >> kashyap.de...@avagotech.com; kiran-kumar.kast...@avagotech.com >> Cc: uday.ling...@avagotech.com >> Subject: Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI > Ids >> based checks >> >> On 15.10.2015 10:09, s

RE: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-18 Thread Sumit Saxena
agotech.com; kiran-kumar.kast...@avagotech.com > Cc: uday.ling...@avagotech.com > Subject: Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids > based checks > > On 15.10.2015 10:09, sumit.sax...@avagotech.com wrote: > > Code optimization: remove PCI id based che

Re: [PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-16 Thread Tomas Henzl
On 15.10.2015 10:09, sumit.sax...@avagotech.com wrote: > Code optimization: remove PCI id based checks and instead of those use > instance->ctrl_context to make call whether controller is MFI based OR fusion > adapter. > fusion adapters further are also divided in two categories- 1)THUNDERBOLT

[PATCH 02/12] megaraid_sas : Code optimization- remove PCI Ids based checks

2015-10-15 Thread sumit . saxena
Code optimization: remove PCI id based checks and instead of those use instance->ctrl_context to make call whether controller is MFI based OR fusion adapter. fusion adapters further are also divided in two categories- 1)THUNDERBOLT SERIES and 2)INVADER SERIES. Signed-off-by: Sumit Saxena