Re: [dpdk-dev] [PATCH v3 02/15] vhost: unify unroll pragma parameter

2019-09-25 Thread Tiwei Bie
On Thu, Sep 26, 2019 at 01:13:16AM +0800, Marvin Liu wrote: > Add macro for unifying Clang/ICC/GCC unroll pragma format. Batch > functions were contained of several small loops which optimized by > compiler’s loop unrolling pragma. > > Signed-off-by: Marvin Liu > > diff --git a/lib/librte_vhost/

[dpdk-dev] [PATCH v3 02/15] vhost: unify unroll pragma parameter

2019-09-25 Thread Marvin Liu
Add macro for unifying Clang/ICC/GCC unroll pragma format. Batch functions were contained of several small loops which optimized by compiler’s loop unrolling pragma. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile index 8623e91c0..30839a001 100644 ---