[dpdk-dev] [PATCH v2 04/30] bus/dpaa: decouple fq portal alloc and init

Ferruh Yigit ferruh.yigit at intel.com
Thu Oct 3 09:52:33 CEST 2019


On 8/29/2019 11:27 AM, Sachin Saxena wrote:
> From: Nipun Gupta <nipun.gupta at nxp.com>
> 
> The decoupling of FQ portal allocation is required as a
> pre-requisite to support Rx interrupts as we need to have
> event FD's at portal allocation i.e. before the
> initialization of the Frame Queues.
> This change will help us get the event fd once the portals
> have been allocated for static FQ's.
> 
> Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>

<...>

> @@ -123,3 +123,10 @@ DPDK_19.05 {
>  
>  	local: *;
>  } DPDK_18.11;
> +
> +DPDK_19.11 {
> +	global:
> +	fsl_qman_fq_portal_create;
> +
> +	local: *;
> +} DPDK_19.05;

"local:" tag doesn't need to be in each block, having only in the first one is
enough, I can fix while merging.


More information about the dev mailing list