Re: [PATCH 3/5] megaraid_sas: Fix LD/VF affiliation parsing

2014-07-11 Thread Christoph Hellwig
On Wed, Jul 09, 2014 at 03:17:56PM -0700, Adam Radford wrote: > The following patch for megaraid_sas fixes the LD/VF affiliation policy > parsing > code to account for LD targetId's and Hidden LD's (not yet affiliated with any > Virtual Functions). This also breaks megasas_get_ld_vf_affiliation()

[PATCH 3/5] megaraid_sas: Fix LD/VF affiliation parsing

2014-07-09 Thread Adam Radford
The following patch for megaraid_sas fixes the LD/VF affiliation policy parsing code to account for LD targetId's and Hidden LD's (not yet affiliated with any Virtual Functions). This also breaks megasas_get_ld_vf_affiliation() into 2 separate functions: megasas_get_ld_vf_affiliation_111() and me