On 8/29/2019 11:27 AM, Sachin Saxena wrote:
> From: Nipun Gupta <[email protected]>
>
> 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 <[email protected]>
<...>
> @@ -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.