Re: [PATCH net v2 0/3] Fixes T5 adapter init, due to incorrect FW version check
From: David Miller <davem@davemloft.net>
Date: 2013-12-03 22:00:22
From: David Miller <davem@davemloft.net>
Date: 2013-12-03 22:00:22
From: Hariprasad Shenai <redacted> Date: Tue, 3 Dec 2013 17:05:55 +0530
This patch series fixes, Chelsio T5 adapter initialization failure due to incorrect firmware version check. This patch series modifies the firmware flashing mechanism for T4/T5 adapter. The patch series moves chip type from struct adapter to struct adapter_params. It changes the references of chip type in cxgb4 and cxgb4vf drivers such that build failure is avoided. Patch 3/3 is dependent on patch 1/3 Patch 2/3 is also dependent on patch 1/3 We would like to request this patch series to get merged via David Miller's 'net' tree. We have included all the maintainers of respective drivers. Kindly review the change and let us know in case of any review comments.
Series applied, thanks.