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
> >
> 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
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
3 matches
Mail list logo