On 10/19/2016 5:11 AM, Rasesh Mody wrote:
This patch updates the base driver and incorporates necessary changes
required to bring in the new firmware 8.10.9.0.

In addition, it would allow driver to add new functionalities that might
be needed in future.

Signed-off-by: Rasesh Mody <rasesh.m...@qlogic.com>

<...>

+#ifndef LINUX_REMOVE
  /**
   * @brief ecore_cxt_qm_iids - fills the cid/tid counts for the QM 
configuration
   *
   * @param p_hwfn
   * @param iids [out], a structure holding all the counters
   */
-void ecore_cxt_qm_iids(struct ecore_hwfn *p_hwfn, struct ecore_qm_iids *iids);
+void ecore_cxt_qm_iids(struct ecore_hwfn *p_hwfn,
+                      struct ecore_qm_iids *iids);
+#endif

Hi Rasesh, Devendra Singh, Igor,

The 'LINUX_REMOVE' macro is still in the driver code, it looks like that is remainder of code strip for different platforms. What do you think cleaning up them? Although it is not functional, just to remove the noise..
Same for '__EXTRACT__LINUX__' macro.

Reply via email to