Re: [PATCH 0/3] soc: fsl: dpio: Enable QMAN batch enqueuing

2020-02-19 Thread Li Yang
On Thu, Feb 6, 2020 at 2:41 PM Roy Pledge wrote: > > On 12/12/2019 12:01 PM, Youri Querry wrote: > > This patch set consists of: > > - We added an interface to enqueue several packets at a time and > >improve performance. > > - Make the algorithm decisions once at initialization and use > >

Re: [PATCH 0/3] soc: fsl: dpio: Enable QMAN batch enqueuing

2020-02-06 Thread Roy Pledge
On 12/12/2019 12:01 PM, Youri Querry wrote: This patch set consists of: - We added an interface to enqueue several packets at a time and improve performance. - Make the algorithm decisions once at initialization and use function pointers to improve performance. - Replaced the QMAN enqueue

RE: [PATCH 0/3] soc: fsl: dpio: Enable QMAN batch enqueuing

2020-02-06 Thread Leo Li
dru Marginean > Subject: Re: [PATCH 0/3] soc: fsl: dpio: Enable QMAN batch enqueuing > > On 12/12/2019 12:01 PM, Youri Querry wrote: > > This patch set consists of: > > - We added an interface to enqueue several packets at a time and > >improve performance. > &

[PATCH 0/3] soc: fsl: dpio: Enable QMAN batch enqueuing

2019-12-12 Thread Youri Querry
This patch set consists of: - We added an interface to enqueue several packets at a time and improve performance. - Make the algorithm decisions once at initialization and use function pointers to improve performance. - Replaced the QMAN enqueue array mode algorithm with a ring mode