Re: [patch net-next 4/4] net: devlink: enable parallel ops on netlink interface
From: Jiri Pirko <jiri@resnulli.us>
Date: 2022-08-22 12:26:43
From: Jiri Pirko <jiri@resnulli.us>
Date: 2022-08-22 12:26:43
Sat, Aug 20, 2022 at 09:44:59PM CEST, kuba@kernel.org wrote:
On Fri, 29 Jul 2022 09:10:38 +0200 Jiri Pirko wrote:quoted
From: Jiri Pirko <redacted> As the devlink_mutex was removed and all devlink instances are protected individually by devlink->lock mutex, allow the netlink ops to run in parallel and therefore allow user to execute commands on multiple devlink instances simultaneously.Could you update the "Locking" section of Documentation/networking/devlink/index.rst with the full info and recommendations?
Will do.