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