Re: [dpdk-dev] [PATCH 2/7] security: modify PDCP xform to support SDAP

2020-10-08 Thread Akhil Goyal
Hi David, > Hi Akhil > > > > @@ -693,6 +693,23 @@ PDCP related configuration parameters are defined > > in ``rte_security_pdcp_xform`` > > uint32_t hfn; > > /** HFN Threshold for key renegotiation */ > > uint32_t hfn_threshold; > > +/** HFN can be given as a per

Re: [dpdk-dev] [PATCH 2/7] security: modify PDCP xform to support SDAP

2020-10-05 Thread Coyle, David
Hi Akhil > -Original Message- > From: akhil.go...@nxp.com > diff --git a/doc/guides/prog_guide/rte_security.rst > b/doc/guides/prog_guide/rte_security.rst > index 127da2e4f..ab535d1cd 100644 > --- a/doc/guides/prog_guide/rte_security.rst > +++ b/doc/guides/prog_guide/rte_security.rst >

[dpdk-dev] [PATCH 2/7] security: modify PDCP xform to support SDAP

2020-09-03 Thread akhil . goyal
From: Akhil Goyal The SDAP is a protocol in the LTE stack on top of PDCP for QOS. A particular PDCP session may or may not have SDAP enabled. But if it is enabled, SDAP header should be authenticated but not encrypted if both confidentiality and integrity is enabled. Hence, the driver should be i