RE: [PATCH v2 07/22] pdcp: add pre and post process for DL

2023-05-18 Thread Anoob Joseph
ttias Rönnblom > ; Kiran Kumar Kokkilagadda > ; Volodymyr Fialko ; > dev@dpdk.org; Olivier Matz > Subject: RE: [PATCH v2 07/22] pdcp: add pre and post process for DL > > > static int > > pdcp_pre_post_func_set(struct rte_pdcp_entity *entity, const struct > >

RE: [PATCH v2 07/22] pdcp: add pre and post process for DL

2023-05-17 Thread Akhil Goyal
> static int > pdcp_pre_post_func_set(struct rte_pdcp_entity *entity, const struct > rte_pdcp_entity_conf *conf) > { > + struct entity_priv *en_priv = entity_priv_get(entity); > + > entity->pre_process = NULL; > entity->post_process = NULL; > > @@ -342,6 +756,13 @@ pdcp_pre_post

[PATCH v2 07/22] pdcp: add pre and post process for DL

2023-04-14 Thread Anoob Joseph
Add routines to perform pre & post processing for down link entities. Signed-off-by: Anoob Joseph Signed-off-by: Kiran Kumar K Signed-off-by: Volodymyr Fialko --- lib/pdcp/pdcp_entity.h | 2 + lib/pdcp/pdcp_process.c | 453 2 files changed, 455 inser