Re: [PATCH] examples/l3fwd: Fix core dump with multiple socket

2024-07-23 Thread Thomas Monjalon
03/07/2024 12:11, Konstantin Ananyev: > > > > > Setting acl will clear the acl config of other sockets, which > > will result in core dump. > > > > This commit will no longer clear the acl config when setting acl. > > > > Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") > > Cc: s

RE: [PATCH] examples/l3fwd: Fix core dump with multiple socket

2024-07-03 Thread Konstantin Ananyev
> > Setting acl will clear the acl config of other sockets, which > will result in core dump. > > This commit will no longer clear the acl config when setting acl. > > Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") > Cc: sta...@dpdk.org > > Signed-off-by: Kaiwen Deng > ---

RE: [PATCH] examples/l3fwd: Fix core dump with multiple socket

2024-07-03 Thread Li, HongboX
> -Original Message- > From: Kaiwen Deng > Sent: Wednesday, July 3, 2024 3:51 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX ; Deng, KaiwenX > ; Sean Morrissey > Subject: [PATCH] examples/l3fwd: Fix core dump with multiple socket > > Setting acl w

[PATCH] examples/l3fwd: Fix core dump with multiple socket

2024-07-03 Thread Kaiwen Deng
Setting acl will clear the acl config of other sockets, which will result in core dump. This commit will no longer clear the acl config when setting acl. Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") Cc: sta...@dpdk.org Signed-off-by: Kaiwen Deng --- examples/l3fwd/l3fwd_acl.