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,
	saeedm@nvidia.com, wangqing@vivo.com
Subject: Re: [PATCH net-next 01/15] net/mlx5: mlx5e_hv_vhca_stats_create return type to void
Date: Fri, 07 Jan 2022 11:30:15 +0000	[thread overview]
Message-ID: <164155501567.4388.2310170680415325850.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220107002956.74849-2-saeed@kernel.org>

Hello:

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

On Thu,  6 Jan 2022 16:29:42 -0800 you wrote:
> From: Saeed Mahameed <saeedm@nvidia.com>
> 
> Callers of this functions ignore its return value, as reported by
> Wang Qing, in one of the return paths, it returns positive values.
> 
> Since return value is ignored anyways, void out the return type of the
> function.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5: mlx5e_hv_vhca_stats_create return type to void
    https://git.kernel.org/netdev/net-next/c/20f80ffcedfa
  - [net-next,02/15] net/mlx5: Introduce control IRQ request API
    https://git.kernel.org/netdev/net-next/c/5256a46bf538
  - [net-next,03/15] net/mlx5: Move affinity assignment into irq_request
    https://git.kernel.org/netdev/net-next/c/30c6afa735db
  - [net-next,04/15] net/mlx5: Split irq_pool_affinity logic to new file
    https://git.kernel.org/netdev/net-next/c/424544df97b0
  - [net-next,05/15] net/mlx5: Introduce API for bulk request and release of IRQs
    https://git.kernel.org/netdev/net-next/c/79b60ca83b6f
  - [net-next,06/15] net/mlx5: SF, Use all available cpu for setting cpu affinity
    https://git.kernel.org/netdev/net-next/c/061f5b23588a
  - [net-next,07/15] net/mlx5: Update log_max_qp value to FW max capability
    https://git.kernel.org/netdev/net-next/c/f79a609ea6bf
  - [net-next,08/15] net/mlx5e: Expose FEC counters via ethtool
    https://git.kernel.org/netdev/net-next/c/0a1498ebfa55
  - [net-next,09/15] net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager
    https://git.kernel.org/netdev/net-next/c/7846665d3504
  - [net-next,10/15] net/mlx5e: Fix feature check per profile
    https://git.kernel.org/netdev/net-next/c/bc2a7b5c6b37
  - [net-next,11/15] net/mlx5e: Move HW-GRO and CQE compression check to fix features flow
    https://git.kernel.org/netdev/net-next/c/b5f42903704f
  - [net-next,12/15] net/mlx5e: Refactor set_pflag_cqe_based_moder
    https://git.kernel.org/netdev/net-next/c/be23511eb5c4
  - [net-next,13/15] net/mlx5e: TC, Remove redundant error logging
    https://git.kernel.org/netdev/net-next/c/68511b48bfbe
  - [net-next,14/15] net/mlx5e: Add recovery flow in case of error CQE
    https://git.kernel.org/netdev/net-next/c/5dd29f40b25f
  - [net-next,15/15] Documentation: devlink: mlx5.rst: Fix htmldoc build warning
    https://git.kernel.org/netdev/net-next/c/745a13061aa0

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



  reply	other threads:[~2022-01-07 11:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  0:29 [pull request][net-next 00/15] mlx5 updates 2022-01-06 Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 01/15] net/mlx5: mlx5e_hv_vhca_stats_create return type to void Saeed Mahameed
2022-01-07 11:30   ` patchwork-bot+netdevbpf [this message]
2022-01-07  0:29 ` [PATCH net-next 02/15] net/mlx5: Introduce control IRQ request API Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 03/15] net/mlx5: Move affinity assignment into irq_request Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 04/15] net/mlx5: Split irq_pool_affinity logic to new file Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 05/15] net/mlx5: Introduce API for bulk request and release of IRQs Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 06/15] net/mlx5: SF, Use all available cpu for setting cpu affinity Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 07/15] net/mlx5: Update log_max_qp value to FW max capability Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 08/15] net/mlx5e: Expose FEC counters via ethtool Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 09/15] net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 10/15] net/mlx5e: Fix feature check per profile Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 11/15] net/mlx5e: Move HW-GRO and CQE compression check to fix features flow Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 12/15] net/mlx5e: Refactor set_pflag_cqe_based_moder Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 13/15] net/mlx5e: TC, Remove redundant error logging Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 14/15] net/mlx5e: Add recovery flow in case of error CQE Saeed Mahameed
2022-01-07  0:29 ` [PATCH net-next 15/15] Documentation: devlink: mlx5.rst: Fix htmldoc build warning 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=164155501567.4388.2310170680415325850.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=wangqing@vivo.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.