Re: [PATCH v2] cryptodev: enable BPI for Cablelabs DOCSIS security spec
From: Jain, Deepak K <hidden>
Date: 2017-02-27 21:10:12
-----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 <redacted>; Trahe, Fiona [off-list ref] Cc: dev@dpdk.org; De Lara Guarch, Pablo <redacted> 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 <redacted> Signed-off-by: Pablo de Lara <redacted> --- 2.7.4
Acked-by: Deepak Kumar Jain <redacted>