Re: [PATCH v2] soc: fsl: dpio: Add support for QBMan ring bulk enqueue.

2019-09-06 Thread Roy Pledge
On 9/5/2019 3:01 PM, Youri Querry wrote: > The QBMan frame descriptor enqueuing is changed from array > mode (a single frame enqueue at a time) to bulk ring mode. > > This new mode allows the enqueuing of multiple frames in one operation. > The original interface is kept but use the bulk enqueue o

[PATCH v2] soc: fsl: dpio: Add support for QBMan ring bulk enqueue.

2019-09-05 Thread Youri Querry
The QBMan frame descriptor enqueuing is changed from array mode (a single frame enqueue at a time) to bulk ring mode. This new mode allows the enqueuing of multiple frames in one operation. The original interface is kept but use the bulk enqueue of one frame Signed-off-by: Youri Querry --- dri