RE: [PATCH 3/6] examples/ipsec-secgw: add lookaside event mode

2022-09-22 Thread Volodymyr Fialko
> -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

RE: [PATCH 3/6] examples/ipsec-secgw: add lookaside event mode

2022-09-21 Thread Gagandeep Singh
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 >

RE: [PATCH 3/6] examples/ipsec-secgw: add lookaside event mode

2022-08-05 Thread Volodymyr Fialko
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

RE: [PATCH 3/6] examples/ipsec-secgw: add lookaside event mode

2022-08-04 Thread Suanming Mou
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

[PATCH 3/6] examples/ipsec-secgw: add lookaside event mode

2022-08-04 Thread Volodymyr Fialko
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