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

2021-09-15 Thread Ananyev, Konstantin
> 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 > --- > examples/ipsec-secgw/ipsec-secgw.c | 2 ++ > examples/ipsec-secgw/ipsec_worker.c | 41 > +++

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

2021-09-14 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 Acked-by: Akhil Goyal --- examples/ipsec-secgw/ipsec-secgw.c | 2 ++ examples/ipsec-secgw/ipsec_worker.c | 41 --