From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D799958DC for ; Mon, 13 Oct 2014 05:02:27 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 12 Oct 2014 20:10:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,707,1406617200"; d="scan'208";a="587767174" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 12 Oct 2014 20:10:00 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sun, 12 Oct 2014 20:10:00 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.192]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.172]) with mapi id 14.03.0195.001; Mon, 13 Oct 2014 11:09:59 +0800 From: "Ouyang, Changchun" To: Matthew Hall , Yan Freedland Thread-Topic: [dpdk-dev] DPDK - VIRTIO performance problems Thread-Index: Ac/mF9x0VsTVAtJFQYyNjYdyT+DFSv//h/QA//6SZ3A= Date: Mon, 13 Oct 2014 03:09:57 +0000 Message-ID: References: <20141012131738.GB3672@mhcomputing.net> In-Reply-To: <20141012131738.GB3672@mhcomputing.net> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] DPDK - VIRTIO performance problems X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 03:02:29 -0000 Hi , > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Matthew Hall > Sent: Sunday, October 12, 2014 9:18 PM > To: Yan Freedland > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] DPDK - VIRTIO performance problems >=20 > On Sun, Oct 12, 2014 at 12:37:37PM +0000, Yan Freedland wrote: > > Every ~2min traffic stopped completely and then immediately came back. > > This happened in a periodic fashion. >=20 > To me it sounds like it could be similar to what I've seen when I ran out= of > mbuf's or ran out of RX / TX descriptor entries. It could be worth checki= ng the > error counters on the interfaces with DPDK and Linux OS / ethtool to see > what might be incrementing during the failed time periods. >=20 I didn't meet this issue before, I am not sure if the following patch will fix this issue or not. Please try= it. http://dpdk.org/dev/patchwork/patch/779/ By the way, what kind of backend did you use? User space vhost, or other backend? Thanks=20 Changchun