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, brouer@redhat.com, willy@infradead.org,
toke@redhat.com, ilias.apalodimas@linaro.org,
dtatulea@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocation
Date: Thu, 30 Mar 2023 05:20:20 +0000 [thread overview]
Message-ID: <168015362002.23884.5034488013210629892.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230328205623.142075-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Saeed Mahameed <saeedm@nvidia.com>:
On Tue, 28 Mar 2023 13:56:09 -0700 you wrote:
> From: Dragos Tatulea <dtatulea@nvidia.com>
>
> Change internal page cache and page pool api to use a struct page **
> instead of a mlx5e_alloc_unit *.
>
> This is the first change in a series which is meant to remove the
> mlx5e_alloc_unit altogether.
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocation
https://git.kernel.org/netdev/net-next/c/09df03701779
- [net-next,02/15] net/mlx5e: RX, Remove alloc unit layout constraint for legacy rq
https://git.kernel.org/netdev/net-next/c/8fb1814f58f6
- [net-next,03/15] net/mlx5e: RX, Remove alloc unit layout constraint for striding rq
https://git.kernel.org/netdev/net-next/c/d39092caaedf
- [net-next,04/15] net/mlx5e: RX, Store SHAMPO header pages in array
https://git.kernel.org/netdev/net-next/c/ca6ef9f03194
- [net-next,05/15] net/mlx5e: RX, Remove internal page_cache
https://git.kernel.org/netdev/net-next/c/08c9b61b071c
- [net-next,06/15] net/mlx5e: RX, Enable dma map and sync from page_pool allocator
https://git.kernel.org/netdev/net-next/c/4a5c5e25008f
- [net-next,07/15] net/mlx5e: RX, Enable skb page recycling through the page_pool
https://git.kernel.org/netdev/net-next/c/6f5742846053
- [net-next,08/15] net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic name
https://git.kernel.org/netdev/net-next/c/38a36efccd90
- [net-next,09/15] net/mlx5e: RX, Defer page release in striding rq for better recycling
https://git.kernel.org/netdev/net-next/c/4c2a13236807
- [net-next,10/15] net/mlx5e: RX, Change wqe last_in_page field from bool to bit flags
https://git.kernel.org/netdev/net-next/c/625dff29df39
- [net-next,11/15] net/mlx5e: RX, Defer page release in legacy rq for better recycling
https://git.kernel.org/netdev/net-next/c/3f93f82988bc
- [net-next,12/15] net/mlx5e: RX, Split off release path for xsk buffers for legacy rq
https://git.kernel.org/netdev/net-next/c/76238d0fbd21
- [net-next,13/15] net/mlx5e: RX, Increase WQE bulk size for legacy rq
https://git.kernel.org/netdev/net-next/c/4ba2b4988c98
- [net-next,14/15] net/mlx5e: RX, Break the wqe bulk refill in smaller chunks
https://git.kernel.org/netdev/net-next/c/cd640b050368
- [net-next,15/15] net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache stats
https://git.kernel.org/netdev/net-next/c/3905f8d64ccc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-03-30 5:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-28 20:56 [pull request][net-next 00/15] mlx5: Drop internal page cache implementation Saeed Mahameed
2023-03-28 20:56 ` [net-next 01/15] net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocation Saeed Mahameed
2023-03-30 5:20 ` patchwork-bot+netdevbpf [this message]
2023-03-28 20:56 ` [net-next 02/15] net/mlx5e: RX, Remove alloc unit layout constraint for legacy rq Saeed Mahameed
2023-03-28 20:56 ` [net-next 03/15] net/mlx5e: RX, Remove alloc unit layout constraint for striding rq Saeed Mahameed
2023-03-28 20:56 ` [net-next 04/15] net/mlx5e: RX, Store SHAMPO header pages in array Saeed Mahameed
2023-03-28 20:56 ` [net-next 05/15] net/mlx5e: RX, Remove internal page_cache Saeed Mahameed
2023-03-28 20:56 ` [net-next 06/15] net/mlx5e: RX, Enable dma map and sync from page_pool allocator Saeed Mahameed
2023-03-28 20:56 ` [net-next 07/15] net/mlx5e: RX, Enable skb page recycling through the page_pool Saeed Mahameed
2023-03-28 20:56 ` [net-next 08/15] net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic name Saeed Mahameed
2023-03-28 20:56 ` [net-next 09/15] net/mlx5e: RX, Defer page release in striding rq for better recycling Saeed Mahameed
2023-03-28 20:56 ` [net-next 10/15] net/mlx5e: RX, Change wqe last_in_page field from bool to bit flags Saeed Mahameed
2023-03-28 20:56 ` [net-next 11/15] net/mlx5e: RX, Defer page release in legacy rq for better recycling Saeed Mahameed
2023-03-28 20:56 ` [net-next 12/15] net/mlx5e: RX, Split off release path for xsk buffers for legacy rq Saeed Mahameed
2023-03-28 20:56 ` [net-next 13/15] net/mlx5e: RX, Increase WQE bulk size " Saeed Mahameed
2023-03-28 20:56 ` [net-next 14/15] net/mlx5e: RX, Break the wqe bulk refill in smaller chunks Saeed Mahameed
2023-03-28 20:56 ` [net-next 15/15] net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache stats Saeed Mahameed
2023-03-29 15:12 ` [pull request][net-next 00/15] mlx5: Drop internal page cache implementation Jesper Dangaard Brouer
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=168015362002.23884.5034488013210629892.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=brouer@redhat.com \
--cc=davem@davemloft.net \
--cc=dtatulea@nvidia.com \
--cc=edumazet@google.com \
--cc=ilias.apalodimas@linaro.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeed@kernel.org \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.com \
--cc=toke@redhat.com \
--cc=willy@infradead.org \
/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.