ttias Rönnblom
> ; Kiran Kumar Kokkilagadda
> ; Volodymyr Fialko ;
> dev@dpdk.org; Olivier Matz
> Subject: RE: [PATCH v2 02/22] lib: add pdcp protocol
>
> > > > > > diff --git a/lib/pdcp/rte_pdcp.c b/lib/pdcp/rte_pdcp.c new
> > > > > > file mod
> > > > > diff --git a/lib/pdcp/rte_pdcp.c b/lib/pdcp/rte_pdcp.c new file
> > > > > mode
> > > > > 100644 index 00..8914548dbd
> > > > > --- /dev/null
> > > > > +++ b/lib/pdcp/rte_pdcp.c
> > > > > @@ -0,0 +1,138 @@
> > > > > +/* SPDX-License-Identifier: BSD-3-Clause
> > > > > + * Copyright(
ttias Rönnblom
> ; Kiran Kumar Kokkilagadda
> ; Volodymyr Fialko ;
> dev@dpdk.org; Olivier Matz
> Subject: RE: [PATCH v2 02/22] lib: add pdcp protocol
>
> Hi Anoob,
> > > > +static int
> > > > +pdcp_entity_priv_populate(struct entity_priv
Hi Anoob,
> > > +static int
> > > +pdcp_entity_priv_populate(struct entity_priv *en_priv, const struct
> > > rte_pdcp_entity_conf *conf)
> > > +{
> > > + struct rte_crypto_sym_xform *c_xfrm, *a_xfrm;
> > > + int ret;
> > > +
> > > + /**
> > > + * flags.is_authenticated
> > > + *
> > > + * MAC-I
> Cc: Hemant Agrawal ; Mattias Rönnblom
> ; Kiran Kumar Kokkilagadda
> ; Volodymyr Fialko ;
> dev@dpdk.org; Olivier Matz
> Subject: RE: [PATCH v2 02/22] lib: add pdcp protocol
>
> Hi Anoob,
>
> Fix check patch issues and please see some inline comments.
[Anoob] Checkpatc
Hi Anoob,
Fix check patch issues and please see some inline comments.
> Subject: [PATCH v2 02/22] lib: add pdcp protocol
>
> Add Packet Data Convergence Protocol (PDCP) processing library.
>
> The library is similar to lib_ipsec which provides IPsec processing
> capabilities
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
7 matches
Mail list logo