[PATCH v2] doc: add security document
Hemant Agrawal
hemant.agrawal at oss.nxp.com
Tue Nov 19 06:01:16 CET 2024
Hi Nandini,
One minor comment..
- Hemant
On 18-11-2024 22:43, Nandini Persad wrote:
> This is a new document covering security protocols
> implemented in DPDK.
>
> +PDCP
> +~~~~
> +
> +Packet Data Convergence Protocol (PDCP) is a sublayer in the LTE radio protocol stack
> +that provides security and integrity protections to Protocol Data Units (PDU) in both
> +the control and data planes. PDCP is located between the Radio Link Control (RLC) layer
> +and the upper layers of the network, such as the IP layer.
> +
> +
> +**Wikipedia Link**
> + * https://en.wikipedia.org/wiki/Packet_Data_Convergence_Protocol
> +
> +**Standard Link**
> + * https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=1177
> +
> +**Level of Support in DPDK**
> + * Supported. High-level library: :doc:`PDCP Library <../prog_guide/pdcp_lib>`
> + * rte_security based PDCP sessions are also supported
> +
> +**Supported Algorithms**
> + * Encryption algo - NULL, AES-CTR, SNOW, ZUC
> + * Authentication algo - NULL, AES-CMAC, SNOW, ZUC
> +
> +
> +**Supported Drivers**
> + * Drivers supporting rte_security PDCP:
> + * XPdpaa2_sec, dpaa_sec
Change it to NXP dpaa2_sec, dpaa_sec
More information about the dev
mailing list