Re: [dpdk-dev] [PATCH v4 1/3] security: support pdcp protocol

2018-10-15 Thread Akhil Goyal
On 10/16/2018 12:10 PM, jos...@dpdk.org wrote: > Hi Akhil, > > https://tools.ietf.org/html/rfc4301#section-1 > > RFC says we need to use "IPsec" and not "IPSec". Can you fix this in the > lines you have added? I will send a separate patch to correct it in the complete document. > > And do see inl

Re: [dpdk-dev] [PATCH v4 1/3] security: support pdcp protocol

2018-10-15 Thread Joseph
Hi Akhil, https://tools.ietf.org/html/rfc4301#section-1 RFC says we need to use "IPsec" and not "IPSec". Can you fix this in the lines you have added? And do see inline for other comments. Thanks, Anoob On 15-10-2018 18:23, Akhil Goyal wrote: > External Email > > From: Akhil Goyal > > Packet

[dpdk-dev] [PATCH v4 1/3] security: support pdcp protocol

2018-10-15 Thread Akhil Goyal
From: Akhil Goyal Packet Data Convergence Protocol (PDCP) is added in rte_security for 3GPP TS 36.323 for LTE. The patchset provide the structure definitions for configuring the PDCP sessions and relevant documentation is added. Signed-off-by: Hemant Agrawal Signed-off-by: Akhil Goyal --- do