> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@intel.com> > Sent: Thursday, October 3, 2019 1:23 PM > To: Sachin Saxena <sachin.sax...@nxp.com>; dev@dpdk.org > Cc: tho...@monjalon.net; Nipun Gupta <nipun.gu...@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.gu...@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.gu...@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 !!