Re: [dpdk-dev] [PATCH v8 03/13] vhost: try to unroll for each loop

2019-10-23 Thread Maxime Coquelin
On 10/22/19 12:08 AM, Marvin Liu wrote: > Create macro for adding unroll pragma before for each loop. Batch > functions will be contained of several small loops which can be > optimized by compilers' loop unrolling pragma. > > Signed-off-by: Marvin Liu > Reviewed-by: Maxime Coquelin Thanks

[dpdk-dev] [PATCH v8 03/13] vhost: try to unroll for each loop

2019-10-21 Thread Marvin Liu
Create macro for adding unroll pragma before for each loop. Batch functions will be contained of several small loops which can be optimized by compilers' loop unrolling pragma. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile index 8623e91c0..87ce1fb27