From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC PATCH V2] New Xen netback implementation Date: Mon, 30 Jan 2012 15:07:16 +0000 Message-ID: <1327936037.26983.241.camel@zakaz.uk.xensource.com> References: <1326808024-3744-1-git-send-email-wei.liu2@citrix.com> <20120127192214.GA14437@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "Wei Liu (Intern)" , "netdev@vger.kernel.org" , "xen-devel@lists.xensource.com" , David Vrabel , Paul Durrant To: Konrad Rzeszutek Wilk Return-path: Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:24184 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753221Ab2A3PHS (ORCPT ); Mon, 30 Jan 2012 10:07:18 -0500 In-Reply-To: <20120127192214.GA14437@phenom.dumpdata.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 2012-01-27 at 19:22 +0000, Konrad Rzeszutek Wilk wrote: > > - This patch set solves the CPU banding problem I've seen with the > older netback. The older one I could see X netback threads eating > 80% > of CPU. With this one, the number is down to 13-14%. "CPU banding problem"? If you had X threads using 80% before do you now see Y threads using 13-14% where Y is bigger or smaller than X? Is 80*X ~= 13*Y? Ian.