Re: [PATCH v1] examples/l3fwd: fix core dump after packet match

2022-10-10 Thread Thomas Monjalon
> > This patch fixes a core dump which occurs on 32-bit-builds after sending a > > matched packet due to overrunning an array. > > > > Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") > > Cc: sean.morris...@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Sean Morrissey >

RE: [PATCH v1] examples/l3fwd: fix core dump after packet match

2022-10-07 Thread Chen, LingliX
> -Original Message- > From: Sean Morrissey > Sent: Wednesday, September 7, 2022 7:34 PM > To: Konstantin Ananyev ; Morrissey, Sean > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH v1] examples/l3fwd: fix core dump after packet match > > This pa

Re: [PATCH v1] examples/l3fwd: fix core dump after packet match

2022-09-21 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 07/09/2022 12:33, Sean Morrissey wrote: This patch fixes a core dump which occurs on 32-bit-builds after sending a matched packet due to overrunning an array. Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") Cc: sean.morris...@intel.com Cc: sta...

[PATCH v1] examples/l3fwd: fix core dump after packet match

2022-09-07 Thread Sean Morrissey
This patch fixes a core dump which occurs on 32-bit-builds after sending a matched packet due to overrunning an array. Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") Cc: sean.morris...@intel.com Cc: sta...@dpdk.org Signed-off-by: Sean Morrissey --- examples/l3fwd/l3fwd_acl_scal