From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1F4DE376E for ; Fri, 11 Mar 2016 01:39:07 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Mar 2016 16:39:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,318,1455004800"; d="scan'208";a="934316572" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 10 Mar 2016 16:39:06 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX109.ger.corp.intel.com ([169.254.13.174]) with mapi id 14.03.0248.002; Fri, 11 Mar 2016 00:39:05 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations Thread-Index: AQHReuwrqajrTCCbpUS19fZY6ubUbp9TZrjA Date: Fri, 11 Mar 2016 00:39:05 +0000 Message-ID: References: <1454273336-12102-1-git-send-email-declan.doherty@intel.com> <1457628391-29996-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1457628391-29996-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDViNmE0ZGUtNDViNS00YzQ1LTk5MzMtZTFhZmYwOWEwZDI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ikc1OHhUVE5xZ2tzWk5pWHFpYThOSXdMWGlOc2NQdDZyd3U0U0dtZFFFcVU9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations 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: Fri, 11 Mar 2016 00:39:08 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, March 10, 2016 4:47 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypt= o > operations >=20 > From: Declan Doherty >=20 > This patch provides the implementation of a NULL crypto PMD, which > supports > NULL cipher and NULL authentication operations, which can be chained > together > as follows: >=20 > - Authentication Only > - Cipher Only > - Authentication then Cipher > - Cipher then Authentication >=20 > As this is a NULL operation device the crypto operations which are submit= ted > for > processing are not actually modified and are stored in a queue pairs > processed > packets ring ready for collection when rte_cryptodev_burst_dequeue() is > called. >=20 > The patch also contains the related unit tests function to test the PMDs > supported operations. >=20 > Signed-off-by: Declan Doherty Nack. It was trying to remove an already removed reference to a deleted lib= rary