Re: [PATCH 6/9] lpfc: Fix cq_id masking problem.

2015-05-25 Thread Hannes Reinecke
On 05/22/2015 04:42 PM, James Smart wrote: > > Fix cq_id masking problem. > > The driver inadvertainly constrained the id space to 8 bits, when its > a full 16 bits from hw. This resulted in bad id's being written to the > hardware. Resulted in symptoms such as incomplete initialization, no > det

Re: [PATCH 6/9] lpfc: Fix cq_id masking problem.

2015-05-24 Thread Sebastian Herbszt
James Smart wrote: > > Fix cq_id masking problem. > > The driver inadvertainly constrained the id space to 8 bits, when its inadvertently, it's > a full 16 bits from hw. This resulted in bad id's being written to the > hardware. Resulted in symptoms such as incomplete initialization, no > detec

[PATCH 6/9] lpfc: Fix cq_id masking problem.

2015-05-22 Thread James Smart
Fix cq_id masking problem. The driver inadvertainly constrained the id space to 8 bits, when its a full 16 bits from hw. This resulted in bad id's being written to the hardware. Resulted in symptoms such as incomplete initialization, no detection of link events, etc. Signed-off-by: Dick Kennedy