Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix access to freed packet

2019-09-19 Thread Akhil Goyal
> > > > > For unknown/unsupported packets, the packet would get checked for > inline > > offloads after the packet is freed. > > > > Fixes: 0ccfd14bc10d ("examples/ipsec-secgw: support inline protocol") > > > > Signed-off-by: Anoob Joseph > > --- > Acked-by: Akhil Goyal Applied to dpdk-next-c

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix access to freed packet

2019-09-04 Thread Akhil Goyal
> > For unknown/unsupported packets, the packet would get checked for inline > offloads after the packet is freed. > > Fixes: 0ccfd14bc10d ("examples/ipsec-secgw: support inline protocol") > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix access to freed packet

2019-08-22 Thread Anoob Joseph
For unknown/unsupported packets, the packet would get checked for inline offloads after the packet is freed. Fixes: 0ccfd14bc10d ("examples/ipsec-secgw: support inline protocol") Signed-off-by: Anoob Joseph --- examples/ipsec-secgw/ipsec-secgw.c | 1 + 1 file changed, 1 insertion(+) diff --git