> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara > Sent: Thursday, February 23, 2017 2:03 PM > To: Doherty, Declan <[email protected]>; Trahe, Fiona > <[email protected]> > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> > 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 <[email protected]> > Signed-off-by: Pablo de Lara <[email protected]> > --- > 2.7.4
Acked-by: Deepak Kumar Jain <[email protected]>

