From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id F07D85589 for ; Thu, 15 Sep 2016 16:15:27 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 15 Sep 2016 07:15:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,339,1470726000"; d="scan'208";a="1050855169" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 15 Sep 2016 07:15:19 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX153.ger.corp.intel.com ([169.254.9.62]) with mapi id 14.03.0248.002; Thu, 15 Sep 2016 15:15:17 +0100 From: "Dumitrescu, Cristian" To: Olivier Matz , "dev@dpdk.org" Thread-Topic: [PATCH] app/test: decrease memory requirements for sched Thread-Index: AQHSDOpLrAQyshztRkOtZDo8HtN26KB6nTDw Date: Thu, 15 Sep 2016 14:15:17 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A74C0F@IRSMSX108.ger.corp.intel.com> References: <1473680329-29595-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1473680329-29595-1-git-send-email-olivier.matz@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWVmN2JkZWYtNmMxNS00Yzg0LTgyZjQtZmE3MDRmZTc1MjA3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlpnR2tzZkJTR1R6XC9yNUZvWEZndjFtYXErMHNuTEE2NDJ4WmFZMVpjZGc4PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: decrease memory requirements for sched 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: Thu, 15 Sep 2016 14:15:28 -0000 > -----Original Message----- > From: Olivier Matz [mailto:olivier.matz@6wind.com] > Sent: Monday, September 12, 2016 12:39 PM > To: dev@dpdk.org; Dumitrescu, Cristian > Subject: [PATCH] app/test: decrease memory requirements for sched >=20 > The sched test consumes 35MB memory. When memory is too fragmented > (with > 2M hugepages), the test can fail. >=20 > To reduce this risk, decrease it to 4.5MB by modifying > n_pipes_per_subport and qsize. >=20 > Signed-off-by: Olivier Matz > --- Acked-by: Cristian Dumitrescu