Re: [dpdk-dev] dev Digest, Vol 159, Issue 119

2017-09-01 Thread Ferruh Yigit
Hi Pierre, On 9/1/2017 10:36 AM, Pierre wrote: <..> > > > On 01/09/17 09:58, dev-requ...@dpdk.org wrote: >> Send dev mailing list submissions to >> dev@dpdk.org >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://dpdk.org/ml/listinfo/dev >> or, via email, send a m

Re: [dpdk-dev] dev Digest, Vol 159, Issue 119

2017-09-01 Thread Pierre
Hi This might not be a good idea. With these modifications, the functions are not inlined any more (attribute inline), and not post-optimized either (-f lto) As per ABI, most of the registers must be saved on the stack before invoking a function. This is not noticeable in isolated test/perf