Re: [PATCH] net/bonding: fix link status callback stop

2023-10-16 Thread Ferruh Yigit
On 10/16/2023 11:33 AM, fengchengwen wrote: > On 2023/10/16 16:47, David Marchand wrote: >> If a bonding port gets released, a link status alarm callback still >> referenced the ethdev port that may be reused later. >> Cancel this callback when stopping the port. >> >> Bugzilla ID: 1301 >> Fixes: a

Re: [PATCH] net/bonding: fix link status callback stop

2023-10-16 Thread fengchengwen
On 2023/10/16 16:47, David Marchand wrote: > If a bonding port gets released, a link status alarm callback still > referenced the ethdev port that may be reused later. > Cancel this callback when stopping the port. > > Bugzilla ID: 1301 > Fixes: a45b288ef21a ("bond: support link status polling") >

[PATCH] net/bonding: fix link status callback stop

2023-10-16 Thread David Marchand
If a bonding port gets released, a link status alarm callback still referenced the ethdev port that may be reused later. Cancel this callback when stopping the port. Bugzilla ID: 1301 Fixes: a45b288ef21a ("bond: support link status polling") Cc: sta...@dpdk.org Signed-off-by: David Marchand ---