[dpdk-dev] [PATCH v4 11/32] net/qede/base: update base driver

Ferruh Yigit ferruh.yigit at intel.com
Wed Mar 24 15:07:53 CET 2021


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.mody at 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.


More information about the dev mailing list