From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5C14F2C23 for ; Mon, 27 Feb 2017 22:10:12 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 27 Feb 2017 13:10:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,215,1484035200"; d="scan'208";a="62669219" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 27 Feb 2017 13:10:10 -0800 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.3]) by IRSMSX154.ger.corp.intel.com ([169.254.12.40]) with mapi id 14.03.0248.002; Mon, 27 Feb 2017 21:10:09 +0000 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "Trahe, Fiona" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2] cryptodev: enable BPI for Cablelabs DOCSIS security spec Thread-Index: AQHSjd1ZLKgavr4xH0iEeDGyild7FqF9Xy/w Date: Mon, 27 Feb 2017 21:10:09 +0000 Deferred-Delivery: Mon, 27 Feb 2017 21:09:59 +0000 Message-ID: References: <1484751890-9716-1-git-send-email-fiona.trahe@intel.com> <1487858575-140430-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1487858575-140430-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-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODQzNDdkNjItMzZiMC00MzYxLTk5YmUtNjFkOGY1NzQyYWEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiJxb2FjK29XYXdiVlhrN2lJZWtqQ2ZKOW1OTlB2YzA3UG1MZzNUbDlxdXY0PSJ9 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 v2] cryptodev: enable BPI for Cablelabs DOCSIS security spec 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: Mon, 27 Feb 2017 21:10:12 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, February 23, 2017 2:03 PM > To: Doherty, Declan ; Trahe, Fiona > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v2] cryptodev: enable BPI for Cablelabs DOCSIS > security spec >=20 > Extend the DPDK cryptodev API to enable processing of packets according t= o > the Baseline Privacy Interface Plus (BPI+) Specification described in the > security specification of the Cablelabs Data-over-Cable Service Interface > Specification (DOCSIS). >=20 > Two new elements are added to the enum rte_crypto_cipher_algorithm. > Note elements of this enum are actually a combination of an algorithm (AE= S, > 3DES, etc) and mode (CBC, CTR, etc). The new DOCSISBPI mode is used to > convey to the PMD that the mode applied should be the specific combinatio= n > of CBC and CFB required by the DOCSIS Baseline Privacy Plus Spec. >=20 > Signed-off-by: Fiona Trahe > Signed-off-by: Pablo de Lara > --- > 2.7.4 Acked-by: Deepak Kumar Jain