Re: [dpdk-dev] [PATCH] mk: use icc default inline limit

2017-03-30 Thread Thomas Monjalon
2017-03-27 15:35, Ferruh Yigit: > ICC build time > Before this patch (bnx2x PMD enabled [1]) > real8m16.622s > > After this patch (bnx2x enabled) > real0m35.140s > > [1] > bnx2x cause the build take a lot, otherwise build times are more sane > numbers. > > ICC has a default inline limit

[dpdk-dev] [PATCH] mk: use icc default inline limit

2017-03-27 Thread Ferruh Yigit
ICC build time Before this patch (bnx2x PMD enabled [1]) real8m16.622s After this patch (bnx2x enabled) real0m35.140s [1] bnx2x cause the build take a lot, otherwise build times are more sane numbers. ICC has a default inline limit and when this limit is hit it generates a warning, and i