From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id F2BD95F2A for ; Fri, 30 Mar 2018 18:11:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2018 09:11:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,382,1517904000"; d="scan'208";a="212655503" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga005.jf.intel.com with ESMTP; 30 Mar 2018 09:11:38 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX154.ger.corp.intel.com ([169.254.12.249]) with mapi id 14.03.0319.002; Fri, 30 Mar 2018 17:11:36 +0100 From: "De Lara Guarch, Pablo" To: Hemant Agrawal , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" Thread-Topic: [PATCH 3/7] app/crypto-perf: enable it for non default mempool Thread-Index: AQHTxcOZkHVtdYILFUeHQKcUGV5pBqPo96/A Date: Fri, 30 Mar 2018 16:11:36 +0000 Message-ID: References: <1522152039-32493-1-git-send-email-hemant.agrawal@nxp.com> <1522152039-32493-3-git-send-email-hemant.agrawal@nxp.com> In-Reply-To: <1522152039-32493-3-git-send-email-hemant.agrawal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmQ5ZDgxNzQtODM3Ni00YWE3LTgxZDgtNjU1MTM2NDI0ZjJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ing2VFd5SHpmWVBhTEptWU14dzNlMERJMHBBbnFmZ3JJNFNIRmNld1pXTGs9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 3/7] app/crypto-perf: enable it for non default mempool 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, 30 Mar 2018 16:11:41 -0000 > -----Original Message----- > From: Hemant Agrawal [mailto:hemant.agrawal@nxp.com] > Sent: Tuesday, March 27, 2018 1:01 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > akhil.goyal@nxp.com > Subject: [PATCH 3/7] app/crypto-perf: enable it for non default mempool >=20 > The current code usages the default mempool ops while creating the mempoo= l > for crypto usages. Adding the support for best_mempool_ops to enable it f= or > devices using non default mempools. >=20 > Signed-off-by: Ashish Jain > Signed-off-by: Hemant Agrawal FYI, I added " CFLAGS +=3D -DALLOW_EXPERIMENTAL_API" in the app Makefile, as that function is marked as experimental, and compilation was broken.