> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, February 23, 2017 2:03 PM > To: Doherty, Declan <declan.dohe...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com> > Subject: [dpdk-dev] [PATCH v2] cryptodev: enable BPI for Cablelabs DOCSIS > security spec > > Extend the DPDK cryptodev API to enable processing of packets according to > the Baseline Privacy Interface Plus (BPI+) Specification described in the > security specification of the Cablelabs Data-over-Cable Service Interface > Specification (DOCSIS). > > Two new elements are added to the enum rte_crypto_cipher_algorithm. > Note elements of this enum are actually a combination of an algorithm (AES, > 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 combination > of CBC and CFB required by the DOCSIS Baseline Privacy Plus Spec. > > Signed-off-by: Fiona Trahe <fiona.tr...@intel.com> > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > --- > 2.7.4
Acked-by: Deepak Kumar Jain <deepak.k.j...@intel.com>