Re: [dpdk-dev] [PATCH] net/nfp: cancel delayed LSC work in port close logic

2021-10-07 Thread Ferruh Yigit
On 10/6/2021 7:44 AM, heinrich.k...@corigine.com wrote: From: Heinrich Kuhn The link state change interrupt handler of the NFP PMD will delay the actual LSC work for a short period to ensure the link is stable. If the link of the port changes state and the port is closed immediately after the l

[dpdk-dev] [PATCH] net/nfp: cancel delayed LSC work in port close logic

2021-10-05 Thread heinrich . kuhn
From: Heinrich Kuhn The link state change interrupt handler of the NFP PMD will delay the actual LSC work for a short period to ensure the link is stable. If the link of the port changes state and the port is closed immediately after the link event then a segmentation fault will occur. This happe