RE: [PATCH v2 03/22] pdcp: add pre and post-process

2023-05-16 Thread Akhil Goyal
> Subject: [PATCH v2 03/22] pdcp: add pre and post-process > > PDCP process is split into 2 parts. One before crypto processing > (rte_pdcp_pkt_pre_process()) and one after crypto processing > (rte_pdcp_pkt_post_process()). Functionality of pre-process & > post-process varie

[PATCH v2 03/22] pdcp: add pre and post-process

2023-04-14 Thread Anoob Joseph
PDCP process is split into 2 parts. One before crypto processing (rte_pdcp_pkt_pre_process()) and one after crypto processing (rte_pdcp_pkt_post_process()). Functionality of pre-process & post-process varies based on the type of entity. Registration of entity specific function pointer allows skippi