From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Is it possible to have dpdk running with no dependency on a nic ? Date: Mon, 17 Feb 2014 08:41:50 -0800 Message-ID: <20140217084150.4a2d1f4c@nehalam.linuxnetplumber.net> References: <5D695A7F6F10504DBD9B9187395A21797C6E384A@ORSMSX103.amr.corp.intel.com> <20140216110241.0e789750@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: jigsaw Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Mon, 17 Feb 2014 14:49:47 +0200 jigsaw wrote: > Hi Stephen, > > Have you tried link time optimization on DPDK application? Does it > decrease the I-cache miss rate evidently? > > thx & > rgds, > -Qinglai > We use link-time-optimization without any problem. No big performance gain, but I really don't think all the inlining of big functions is necessary.