Re: [PATCH 0/5] lib: add pdcp protocol

2023-01-23 Thread Jerin Jacob
On Wed, Jan 18, 2023 at 10:09 PM Thomas Monjalon wrote: > > For such new library, I think we need to vote in techboard to accept it. > That's a process we had in recent years to keep the project scope in control. Looks like this process not defined nor documented. In order to bring clarity for n

Re: [PATCH 0/5] lib: add pdcp protocol

2023-01-18 Thread Thomas Monjalon
For such new library, I think we need to vote in techboard to accept it. That's a process we had in recent years to keep the project scope in control. 22/12/2022 10:25, Anoob Joseph: > Add Packet Data Convergence Protocol (PDCP) processing library. > > The library is similar to lib_ipsec which p

[PATCH 0/5] lib: add pdcp protocol

2022-12-22 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 options, 1. Transfer of user plane data 2. Transfer of control plane data 3. Header compression 4. Upl