Re: [dpdk-dev] [PATCH v4 3/4] examples/ipsec-secgw: update event mode inline path

2021-09-06 Thread Akhil Goyal
> Update mbuf.l2_len with L2 header size for outbound > inline processing. > > This patch also fixes a bug in arg parsing. > > Signed-off-by: Nithin Dabilpuram > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH v4 3/4] examples/ipsec-secgw: update event mode inline path

2021-08-12 Thread Nithin Dabilpuram
Update mbuf.l2_len with L2 header size for outbound inline processing. This patch also fixes a bug in arg parsing. Signed-off-by: Nithin Dabilpuram --- examples/ipsec-secgw/ipsec-secgw.c | 2 ++ examples/ipsec-secgw/ipsec_worker.c | 41 - 2 files changed, 2