From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 562389956 for ; Fri, 28 Jul 2017 18:56:06 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 09:55:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="130692247" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga005.jf.intel.com with ESMTP; 28 Jul 2017 09:55:51 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Jul 2017 17:55:50 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 17:55:50 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] app/crypto-perf: display error message Thread-Index: AQHTB4pitqw9PfDSeEet9SKyudlit6JpdZvQ Date: Fri, 28 Jul 2017 16:55:49 +0000 Message-ID: References: <20170728021521.87814-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170728021521.87814-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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/crypto-perf: display error message X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 16:56:06 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, July 28, 2017 3:15 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH] app/crypto-perf: display error message >=20 > If the crypto operation pool size is too small, the pool might run out of > operations, if all the crypto operations are still being used and have no= t > been freed. > To inform the user about this, the application should display an error > message, asking the user to increase the pool size through the app > parameters. >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo