From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.taht.net (mail.taht.net [IPv6:2a01:7e00::f03c:91ff:feae:7028]) by lists.bufferbloat.net (Postfix) with ESMTPS id E46D13B2BE for ; Tue, 5 Jan 2016 14:34:24 -0500 (EST) Received: from dair-939.local (unknown [148.87.13.9]) by mail.taht.net (Postfix) with ESMTPSA id B5BDF1F45B for ; Tue, 5 Jan 2016 19:34:23 +0000 (UTC) To: bloat@lists.bufferbloat.net References: <165DB6E9-A6DD-4626-B6AA-E1B2DBA0B5FA@gmail.com> <568C1209.5050403@taht.net> <20160105192930.GA7803@sesse.net> From: =?UTF-8?Q?Dave_T=c3=a4ht?= Message-ID: <568C1B5E.1070008@taht.net> Date: Tue, 5 Jan 2016 11:37:02 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160105192930.GA7803@sesse.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Bloat] Hardware upticks X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 19:34:25 -0000 On 1/5/16 11:29 AM, Steinar H. Gunderson wrote: > On Tue, Jan 05, 2016 at 10:57:13AM -0800, Dave Täht wrote: >> Context switch time is probably one of the biggest hidden nightmares in >> modern OOO cpu architectures - they only go fast in a straight line. I'd >> love to see a 1ghz processor that could context switch in 5 cycles. > > It's called hyperthreading? ;-) > > Anyway, the biggest cost of a context switch isn't necessarily the time used > to set up registers and such. It's increased L1 pressure; your CPU is now > running different code and looking at (largely) different data. +10. A L1/L2 Icache dedicated to interrupt processing code could make a great deal of difference, if only cpu makers and benchmarkers would make CS time something we valued. Dcache, not so much, except for the intel architectures which are now doing DMA direct to cache. (any arms doing that?) > /* Steinar */ >