RE: [PATCH v6 00/21] lib: add pdcp protocol

2023-06-01 Thread Akhil Goyal
> Subject: [PATCH v6 00/21] lib: add pdcp protocol > > Add Packet Data Convergence Protocol (PDCP) processing library. > > The library is similar to lib_ipsec which provides IPsec processing > capabilities in DPDK. > > PDCP would involve roughly the following operation

[PATCH v6 00/21] lib: add pdcp protocol

2023-05-30 Thread Anoob Joseph
Add Packet Data Convergence Protocol (PDCP) processing library. The library is similar to lib_ipsec which provides IPsec processing capabilities in DPDK. PDCP would involve roughly the following operations, 1. Transfer of user plane data 2. Transfer of control plane data 3. Header compression 4.