Re: [PATCH v7 1/2] net/handshake: Create a NETLINK service for handling handshake requests
From: Chuck Lever III <hidden>
Date: 2023-03-22 16:33:09
From: Chuck Lever III <hidden>
Date: 2023-03-22 16:33:09
On Mar 22, 2023, at 9:35 AM, Chuck Lever III [off-list ref] wrote:quoted
On Mar 22, 2023, at 5:03 AM, Paolo Abeni [off-list ref] wrote:quoted
plus explicitly triggering some errors path e.g. hn_pending_max+1 consecutive submit with no accept handshake_cancel after handshake_complete multiple handshake_complete on the same req multiple handshake_cancel on the same reqOK. I'm wondering if a user agent needs to be running for these, in which case, running Kunit in its stand- alone mode (ie, under UML) might not work at all. Just thinking out loud... Kunit after all might not be the right tool for this job.
Actually, maybe I can make handshake_genl_notify() a no-op when running under Kunit. That should enable tests to run without a user space handler agent. -- Chuck Lever