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

2019-10-03 Thread Nipun Gupta
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, October 3, 2019 1:23 PM > To: Sachin Saxena ; dev@dpdk.org > Cc: tho...@monjalon.net; Nipun Gupta > Subject: Re: [dpdk-dev] [PATCH v2 04/30] bus/dpaa: decouple fq portal alloc > and > init > >

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

2019-10-03 Thread Ferruh Yigit
On 8/29/2019 11:27 AM, Sachin Saxena wrote: > From: Nipun Gupta > > 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 u

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

2019-09-30 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

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

2019-08-29 Thread Sachin Saxena
From: Nipun Gupta 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 fo