mbox series

[iproute2-next,0/2] devlink: allow parallel commands

Message ID 20220825080420.1282569-1-jiri@resnulli.us (mailing list archive)
Headers show
Series devlink: allow parallel commands | expand

Message

Jiri Pirko Aug. 25, 2022, 8:04 a.m. UTC
From: Jiri Pirko <jiri@nvidia.com>

This patchset contains couple of small patches that allow user to run
devlink commands in parallel, if kernel is capable of doing so.

Jiri Pirko (2):
  devlink: load port-ifname map on demand
  devlink: fix parallel flash notifications processing

 devlink/devlink.c | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 1, 2022, 2:40 a.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Thu, 25 Aug 2022 10:04:18 +0200 you wrote:
> From: Jiri Pirko <jiri@nvidia.com>
> 
> This patchset contains couple of small patches that allow user to run
> devlink commands in parallel, if kernel is capable of doing so.
> 
> Jiri Pirko (2):
>   devlink: load port-ifname map on demand
>   devlink: fix parallel flash notifications processing
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/2] devlink: load port-ifname map on demand
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=5cddbb274eab
  - [iproute2-next,2/2] devlink: fix parallel flash notifications processing
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=2b392dac5be3

You are awesome, thank you!