All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	leonro@nvidia.com, mbloch@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5: Lag, refactor disable flow
Date: Tue, 15 Jun 2021 18:20:09 +0000	[thread overview]
Message-ID: <162378120992.26290.2578213155194219033.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210615040123.287101-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 14 Jun 2021 21:01:09 -0700 you wrote:
> From: Mark Bloch <mbloch@nvidia.com>
> 
> When a net device is removed (can happen if the PCI function is unbound
> from the system) it's not enough to destroy the hardware lag. The system
> should recreate the original devices that were present before the lag.
> As the same flow is done when a net device is removed from the bond
> refactor and reuse the code.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5: Lag, refactor disable flow
    https://git.kernel.org/netdev/net-next/c/8c22ad36eefa
  - [net-next,02/15] net/mlx5: Lag, Don't rescan if the device is going down
    https://git.kernel.org/netdev/net-next/c/8ed19471fdaa
  - [net-next,03/15] net/mlx5: Change ownership model for lag
    https://git.kernel.org/netdev/net-next/c/8a66e4585979
  - [net-next,04/15] net/mlx5: Delay IRQ destruction till all users are gone
    https://git.kernel.org/netdev/net-next/c/c38421abcf21
  - [net-next,05/15] net/mlx5: Introduce API for request and release IRQs
    https://git.kernel.org/netdev/net-next/c/3b43190b2f25
  - [net-next,06/15] net/mlx5: Provide cpumask at EQ creation phase
    https://git.kernel.org/netdev/net-next/c/e4e3f24b822f
  - [net-next,07/15] net/mlx5: Clean license text in eq.[c|h] files
    https://git.kernel.org/netdev/net-next/c/652e3581f248
  - [net-next,08/15] net/mlx5: Removing rmap per IRQ
    https://git.kernel.org/netdev/net-next/c/2de61538377c
  - [net-next,09/15] net/mlx5: Extend mlx5_irq_request to request IRQ from the kernel
    https://git.kernel.org/netdev/net-next/c/e8abebb3a48e
  - [net-next,10/15] net/mlx5: Moving rmap logic to EQs
    https://git.kernel.org/netdev/net-next/c/2d74524c0106
  - [net-next,11/15] net/mlx5: Change IRQ storage logic from static to dynamic
    https://git.kernel.org/netdev/net-next/c/fc63dd2a85be
  - [net-next,12/15] net/mlx5: Allocating a pool of MSI-X vectors for SFs
    https://git.kernel.org/netdev/net-next/c/71e084e26414
  - [net-next,13/15] net/mlx5: Enlarge interrupt field in CREATE_EQ
    https://git.kernel.org/netdev/net-next/c/3af26495a247
  - [net-next,14/15] net/mlx5: Separate between public and private API of sf.h
    https://git.kernel.org/netdev/net-next/c/c8ea212bfdff
  - [net-next,15/15] net/mlx5: Round-Robin EQs over IRQs
    https://git.kernel.org/netdev/net-next/c/c36326d38d93

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2021-06-15 18:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  4:01 [pull request][net-next 00/15] mlx5 updates 2021-06-14 Saeed Mahameed
2021-06-15  4:01 ` [net-next 01/15] net/mlx5: Lag, refactor disable flow Saeed Mahameed
2021-06-15 18:20   ` patchwork-bot+netdevbpf [this message]
2021-06-15  4:01 ` [net-next 02/15] net/mlx5: Lag, Don't rescan if the device is going down Saeed Mahameed
2021-06-15  4:01 ` [net-next 03/15] net/mlx5: Change ownership model for lag Saeed Mahameed
2021-06-15  4:01 ` [net-next 04/15] net/mlx5: Delay IRQ destruction till all users are gone Saeed Mahameed
2021-06-15  4:01 ` [net-next 05/15] net/mlx5: Introduce API for request and release IRQs Saeed Mahameed
2021-06-15  4:01 ` [net-next 06/15] net/mlx5: Provide cpumask at EQ creation phase Saeed Mahameed
2021-06-15  4:01 ` [net-next 07/15] net/mlx5: Clean license text in eq.[c|h] files Saeed Mahameed
2021-06-15  4:01 ` [net-next 08/15] net/mlx5: Removing rmap per IRQ Saeed Mahameed
2021-06-15  4:01 ` [net-next 09/15] net/mlx5: Extend mlx5_irq_request to request IRQ from the kernel Saeed Mahameed
2021-06-15  4:01 ` [net-next 10/15] net/mlx5: Moving rmap logic to EQs Saeed Mahameed
2021-06-15  4:01 ` [net-next 11/15] net/mlx5: Change IRQ storage logic from static to dynamic Saeed Mahameed
2021-06-15  4:01 ` [net-next 12/15] net/mlx5: Allocating a pool of MSI-X vectors for SFs Saeed Mahameed
2021-06-15  4:01 ` [net-next 13/15] net/mlx5: Enlarge interrupt field in CREATE_EQ Saeed Mahameed
2021-06-15  4:01 ` [net-next 14/15] net/mlx5: Separate between public and private API of sf.h Saeed Mahameed
2021-06-15  4:01 ` [net-next 15/15] net/mlx5: Round-Robin EQs over IRQs Saeed Mahameed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=162378120992.26290.2578213155194219033.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=mbloch@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.