On 9/6/24 04:35, D. Wythe wrote:
From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx> In commit 48b6190a0042 ("net/smc: Limit SMC visits when handshake workqueue congested"), we introduce a mechanism to put constraint on SMC connections visit according to the pressure of SMC handshake process. At that time, we believed that controlling the feature through netlink was sufficient. However, most people have realized now that netlink is not convenient in container scenarios, and sysctl is a more suitable approach.
Not blocking this patch, but could you please describe why/how NL is less convenient? is possibly just a matter of lack of command line tool to operate on NL? yaml to the rescue ;)
Cheers, Paolo