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, pabeni@redhat.com,
	edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
	tariqt@nvidia.com, roid@nvidia.com, maord@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5: Lag, Update multiport eswitch check to log an error
Date: Mon, 06 Feb 2023 09:20:18 +0000	[thread overview]
Message-ID: <167567521857.4325.8280002381321615996.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230204100854.388126-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:

On Sat,  4 Feb 2023 02:08:40 -0800 you wrote:
> From: Roi Dayan <roid@nvidia.com>
> 
> Update the function to log an error to the user if failing to offload
> the rule and while there add correct prefix for the function name.
> 
> Signed-off-by: Roi Dayan <roid@nvidia.com>
> Reviewed-by: Maor Dickman <maord@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5: Lag, Update multiport eswitch check to log an error
    https://git.kernel.org/netdev/net-next/c/2afcfae77a07
  - [net-next,02/15] net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointers
    https://git.kernel.org/netdev/net-next/c/9a49a64ea7ed
  - [net-next,03/15] net/mlx5: Lag, Remove redundant bool allocation on the stack
    https://git.kernel.org/netdev/net-next/c/b399b066e27e
  - [net-next,04/15] net/mlx5: Lag, Use flag to check for shared FDB mode
    https://git.kernel.org/netdev/net-next/c/6a80313d24ac
  - [net-next,05/15] net/mlx5: Lag, Move mpesw related definitions to mpesw.h
    https://git.kernel.org/netdev/net-next/c/199abf33f414
  - [net-next,06/15] net/mlx5: Separate mlx5 driver documentation into multiple pages
    https://git.kernel.org/netdev/net-next/c/f2d51e579359
  - [net-next,07/15] net/mlx5: Update Kconfig parameter documentation
    https://git.kernel.org/netdev/net-next/c/a12ba19269d7
  - [net-next,08/15] net/mlx5: Document previously implemented mlx5 tracepoints
    https://git.kernel.org/netdev/net-next/c/e12ebbf0cc55
  - [net-next,09/15] net/mlx5: Add counter information to mlx5 driver documentation
    https://git.kernel.org/netdev/net-next/c/8ce3b586faa4
  - [net-next,10/15] net/mlx5: Document support for RoCE HCA disablement capability
    https://git.kernel.org/netdev/net-next/c/04937a0f6891
  - [net-next,11/15] net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustments
    https://git.kernel.org/netdev/net-next/c/b63636b6c170
  - [net-next,12/15] net/mlx5: Enhance debug print in page allocation failure
    https://git.kernel.org/netdev/net-next/c/7eef93003e5d
  - [net-next,13/15] net/mlx5e: IPoIB, Add support for XDR speed
    https://git.kernel.org/netdev/net-next/c/ce231772da8c
  - [net-next,14/15] net/mlx5e: IPsec, support upper protocol selector field offload
    https://git.kernel.org/netdev/net-next/c/a7385187a386
  - [net-next,15/15] net/mlx5e: Trigger NAPI after activating an SQ
    https://git.kernel.org/netdev/net-next/c/79efecb41f58

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



  reply	other threads:[~2023-02-06  9:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04 10:08 [pull request][net-next 00/15] mlx5 updates 2023-02-04 Saeed Mahameed
2023-02-04 10:08 ` [net-next 01/15] net/mlx5: Lag, Update multiport eswitch check to log an error Saeed Mahameed
2023-02-06  9:20   ` patchwork-bot+netdevbpf [this message]
2023-02-04 10:08 ` [net-next 02/15] net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointers Saeed Mahameed
2023-02-04 10:08 ` [net-next 03/15] net/mlx5: Lag, Remove redundant bool allocation on the stack Saeed Mahameed
2023-02-04 10:08 ` [net-next 04/15] net/mlx5: Lag, Use flag to check for shared FDB mode Saeed Mahameed
2023-02-04 10:08 ` [net-next 05/15] net/mlx5: Lag, Move mpesw related definitions to mpesw.h Saeed Mahameed
2023-02-04 10:08 ` [net-next 06/15] net/mlx5: Separate mlx5 driver documentation into multiple pages Saeed Mahameed
2023-02-04 10:08 ` [net-next 07/15] net/mlx5: Update Kconfig parameter documentation Saeed Mahameed
2023-02-04 10:08 ` [net-next 08/15] net/mlx5: Document previously implemented mlx5 tracepoints Saeed Mahameed
2023-02-04 10:08 ` [net-next 09/15] net/mlx5: Add counter information to mlx5 driver documentation Saeed Mahameed
2023-02-04 10:08 ` [net-next 10/15] net/mlx5: Document support for RoCE HCA disablement capability Saeed Mahameed
2023-02-04 10:08 ` [net-next 11/15] net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustments Saeed Mahameed
2023-02-04 10:08 ` [net-next 12/15] net/mlx5: Enhance debug print in page allocation failure Saeed Mahameed
2023-02-04 10:08 ` [net-next 13/15] net/mlx5e: IPoIB, Add support for XDR speed Saeed Mahameed
2023-02-04 10:08 ` [net-next 14/15] net/mlx5e: IPsec, support upper protocol selector field offload Saeed Mahameed
2023-02-04 10:08 ` [net-next 15/15] net/mlx5e: Trigger NAPI after activating an SQ 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=167567521857.4325.8280002381321615996.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=maord@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=roid@nvidia.com \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@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.