RE: [PATCH] examples/ipsec-secgw: fix packet type parsing

2022-06-15 Thread Akhil Goyal
> > Add new packet type flags instead of overwriting. > > > > Fixes: d04bb1c52647 ("examples/ipsec-secgw: use HW parsed packet type in > > poll mode") > > > > Signed-off-by: Radu Nicolau > Acked-by: Fan Zhang Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

RE: [PATCH] examples/ipsec-secgw: fix packet type parsing

2022-06-14 Thread Zhang, Roy Fan
> -Original Message- > From: Radu Nicolau > Sent: Friday, June 10, 2022 11:46 AM > To: Nicolau, Radu ; Akhil Goyal > Cc: dev@dpdk.org; Buckley, Daniel M > Subject: [PATCH] examples/ipsec-secgw: fix packet type parsing > > Add new packet type flags instead of overwriting. > > Fixes: d04