netdev.vger.kernel.org archive mirror
 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,
	tariqt@nvidia.com, moshe@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/14] lib: bitmap: Introduce node-aware alloc API
Date: Wed, 27 Oct 2021 13:50:12 +0000	[thread overview]
Message-ID: <163534261204.9048.9555385409919109785.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211027023347.699076-2-saeed@kernel.org>

Hello:

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

On Tue, 26 Oct 2021 19:33:34 -0700 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
> 
> Expose new node-aware API for bitmap allocation:
> bitmap_alloc_node() / bitmap_zalloc_node().
> 
> Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
> Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] lib: bitmap: Introduce node-aware alloc API
    https://git.kernel.org/netdev/net-next/c/7529cc7fbd9c
  - [net-next,02/14] net: Prevent HW-GRO and LRO features operate together
    https://git.kernel.org/netdev/net-next/c/54b2b3eccab6
  - [net-next,03/14] net/mlx5e: Rename lro_timeout to packet_merge_timeout
    https://git.kernel.org/netdev/net-next/c/50f477fe9933
  - [net-next,04/14] net/mlx5: Add SHAMPO caps, HW bits and enumerations
    https://git.kernel.org/netdev/net-next/c/7025329d208c
  - [net-next,05/14] net/mlx5e: Rename TIR lro functions to TIR packet merge functions
    https://git.kernel.org/netdev/net-next/c/eaee12f04692
  - [net-next,06/14] net/mlx5e: Add support to klm_umr_wqe
    https://git.kernel.org/netdev/net-next/c/d7b896acbdcb
  - [net-next,07/14] net/mlx5e: Add control path for SHAMPO feature
    https://git.kernel.org/netdev/net-next/c/e5ca8fb08ab2
  - [net-next,08/14] net/mlx5e: Add handle SHAMPO cqe support
    https://git.kernel.org/netdev/net-next/c/f97d5c2a453e
  - [net-next,09/14] net/mlx5e: Add data path for SHAMPO feature
    https://git.kernel.org/netdev/net-next/c/64509b052525
  - [net-next,10/14] net/mlx5e: HW_GRO cqe handler implementation
    https://git.kernel.org/netdev/net-next/c/92552d3abd32
  - [net-next,11/14] net/mlx5e: Add HW_GRO statistics
    https://git.kernel.org/netdev/net-next/c/def09e7bbc3d
  - [net-next,12/14] net/mlx5e: Add HW-GRO offload
    https://git.kernel.org/netdev/net-next/c/83439f3c37aa
  - [net-next,13/14] net/mlx5e: Prevent HW-GRO and CQE-COMPRESS features operate together
    https://git.kernel.org/netdev/net-next/c/ae3452995bd4
  - [net-next,14/14] net/mlx5: Lag, Make mlx5_lag_is_multipath() be static inline
    https://git.kernel.org/netdev/net-next/c/8ca9caee851c

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



  reply	other threads:[~2021-10-27 13:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27  2:33 [pull request][net-next 00/14] mlx5 HW GRO 2021-10-26 Saeed Mahameed
2021-10-27  2:33 ` [net-next 01/14] lib: bitmap: Introduce node-aware alloc API Saeed Mahameed
2021-10-27 13:50   ` patchwork-bot+netdevbpf [this message]
2021-10-27  2:33 ` [net-next 02/14] net: Prevent HW-GRO and LRO features operate together Saeed Mahameed
2021-10-27  2:33 ` [net-next 03/14] net/mlx5e: Rename lro_timeout to packet_merge_timeout Saeed Mahameed
2021-10-27  2:33 ` [net-next 04/14] net/mlx5: Add SHAMPO caps, HW bits and enumerations Saeed Mahameed
2021-10-27  2:33 ` [net-next 05/14] net/mlx5e: Rename TIR lro functions to TIR packet merge functions Saeed Mahameed
2021-10-27  2:33 ` [net-next 06/14] net/mlx5e: Add support to klm_umr_wqe Saeed Mahameed
2021-10-27  2:33 ` [net-next 07/14] net/mlx5e: Add control path for SHAMPO feature Saeed Mahameed
2021-10-27  2:33 ` [net-next 08/14] net/mlx5e: Add handle SHAMPO cqe support Saeed Mahameed
2021-10-27  2:33 ` [net-next 09/14] net/mlx5e: Add data path for SHAMPO feature Saeed Mahameed
2021-10-27  2:33 ` [net-next 10/14] net/mlx5e: HW_GRO cqe handler implementation Saeed Mahameed
2021-10-27  2:33 ` [net-next 11/14] net/mlx5e: Add HW_GRO statistics Saeed Mahameed
2021-10-27  2:33 ` [net-next 12/14] net/mlx5e: Add HW-GRO offload Saeed Mahameed
2021-10-27  2:33 ` [net-next 13/14] net/mlx5e: Prevent HW-GRO and CQE-COMPRESS features operate together Saeed Mahameed
2021-10-27  2:33 ` [net-next 14/14] net/mlx5: Lag, Make mlx5_lag_is_multipath() be static inline 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=163534261204.9048.9555385409919109785.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).