> -Original Message-
> From: Gagandeep Singh
> Sent: Thursday, September 22, 2022 7:05 AM
> To: Volodymyr Fialko ; dev@dpdk.org; Radu Nicolau
> ; Akhil Goyal
> Cc: Jerin Jacob Kollanukkaran ; Anoob Joseph
>
> Subject: [EXT] RE: [PATCH 3/6] examples/ipsec-se
2 4:06 PM
> To: dev@dpdk.org; Radu Nicolau ; Akhil Goyal
>
> Cc: jer...@marvell.com; ano...@marvell.com; Volodymyr Fialko
>
> Subject: [PATCH 3/6] examples/ipsec-secgw: add lookaside event mode
>
> Add base support for lookaside event mode. Events that are coming from
>
snip
> > static inline int
> > process_ipsec_ev_inbound(struct ipsec_ctx *ctx, struct route_table *rt,
> > - struct rte_event *ev)
> > + const struct eh_event_link_info *ev_link, struct rte_event *ev)
> > {
> > struct ipsec_sa *sa = NULL;
> > struct rte_mbuf *pkt;
> > @@ -340
Hi,
> -Original Message-
> From: Volodymyr Fialko
> Sent: Thursday, August 4, 2022 6:36 PM
> To: dev@dpdk.org; Radu Nicolau ; Akhil Goyal
>
> Cc: jer...@marvell.com; ano...@marvell.com; Volodymyr Fialko
>
> Subject: [PATCH 3/6] examples/ipsec-secgw: add looka
Add base support for lookaside event mode. Events that are coming from
ethdev will be enqueued to the event crypto adapter, processed and
enqueued back to ethdev for the transmission.
Signed-off-by: Volodymyr Fialko
---
doc/guides/sample_app_ug/ipsec_secgw.rst | 4 +-
examples/ipsec-secgw/ipse
5 matches
Mail list logo