Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 16 Jan 2025 18:29:00 +0300 you wrote:
The NCSI state machine as it's currently implemented assumes that transition to the next logical state is performed either explicitly by calling `schedule_work(&ndp->work)` to re-queue itself or implicitly after processing the predefined (ndp->pending_req_num) number of replies. Thus to avoid the configuration FSM from advancing prematurely and getting out of sync with the process it's essential to not skip waiting for a reply.
[...]
Here is the summary with links: - net/ncsi: wait for the last response to Deselect Package before configuring channel https://git.kernel.org/netdev/net/c/6bb194d036c6
You are awesome, thank you!