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

Nipun Gupta nipun.gupta at nxp.com
Thu Oct 3 11:42:46 CEST 2019



> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit at intel.com>
> Sent: Thursday, October 3, 2019 1:23 PM
> To: Sachin Saxena <sachin.saxena at nxp.com>; dev at dpdk.org
> Cc: thomas at monjalon.net; Nipun Gupta <nipun.gupta at nxp.com>
> Subject: Re: [dpdk-dev] [PATCH v2 04/30] bus/dpaa: decouple fq portal alloc and
> init
> 
> 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.

Thank you !!


More information about the dev mailing list