[dpdk-dev] [PATCH 20.11 v2] raw/ioat: add a flag to control copying handle parameters

2020-07-14 Thread Cheng Jiang
Add a flag which controls whether rte_ioat_enqueue_copy and rte_ioat_completed_copies function should process handle parameters to improve the performance when handle parameters are not necessary to use. This is targeting 20.11 release. Signed-off-by: Cheng Jiang --- v2: * optimized the logic of

Re: [dpdk-dev] [PATCH 20.11 v2] raw/ioat: add a flag to control copying handle parameters

2020-07-17 Thread Bruce Richardson
On Wed, Jul 15, 2020 at 02:16:15AM +, Cheng Jiang wrote: > Add a flag which controls whether rte_ioat_enqueue_copy > and rte_ioat_completed_copies function should process > handle parameters to improve the performance when handle > parameters are not necessary to use. This is targeting > 20.11

Re: [dpdk-dev] [PATCH 20.11 v2] raw/ioat: add a flag to control copying handle parameters

2020-07-21 Thread Bruce Richardson
On Fri, Jul 17, 2020 at 01:49:37PM +0100, Bruce Richardson wrote: > On Wed, Jul 15, 2020 at 02:16:15AM +, Cheng Jiang wrote: > > Add a flag which controls whether rte_ioat_enqueue_copy > > and rte_ioat_completed_copies function should process > > handle parameters to improve the performance whe