From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from uplift.swm.pp.se (swm.pp.se [212.247.200.143]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id E602E3B25E; Wed, 27 Apr 2016 15:37:05 -0400 (EDT) Received: by uplift.swm.pp.se (Postfix, from userid 501) id 8B8A7A3; Wed, 27 Apr 2016 21:37:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=swm.pp.se; s=mail; t=1461785824; bh=SGX3I0Qr4FBb8CctDGEwkIf9nkBwlZds9MxOWiUtPO8=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=iD60/xCvm1YdrsKzg1pJe54rohA1WrtJwVRF5AFg8mpxgtmeGkv+Zm8OYboDmLx80 fGJJFdJQcCeWQL/e6WE4bjhGfc//Z2KyebA35RhBzQ21MIr1EoDTUCpRfQiarRYfwC y4DC9Y7tEyzxXo5PK0ELShCUM19Irpxrpvwhgmo8= Received: from localhost (localhost [127.0.0.1]) by uplift.swm.pp.se (Postfix) with ESMTP id 87BD8A2; Wed, 27 Apr 2016 21:37:04 +0200 (CEST) Date: Wed, 27 Apr 2016 21:37:04 +0200 (CEST) From: Mikael Abrahamsson To: Stephen Hemminger cc: cake@lists.bufferbloat.net, bloat In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) Organization: People's Front Against WWW MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Cake] [Bloat] are anyone playing with dpdk and vpp? X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 19:37:06 -0000 On Wed, 27 Apr 2016, Stephen Hemminger wrote: > DPDK gets impressive performance on large systems (like 14M packets/sec per > core), but not convinced on smaller systems. > Performance depends on having good CPU cache. I get poor performance on As soon as you can't find information in cache and have to go to RAM to get it (and you need it to proceed), you've lost the impressive performance. VPP is all about pre-fetching (tell memory subsystem to go get information into cache you probably will need in the not so distant future). It actually reminds me of demo programming on C64/Amiga that I was involved in in the 80ties. Lots of small optimisations needed to yield these results. So yes, cache is extremely important for VPP. -- Mikael Abrahamsson email: swmike@swm.pp.se