public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Matteo Croce <mcroce@linux•microsoft.com>
Cc: netdev@vger•kernel.org, linux-mm@kvack•org,
	ayush.sawal@chelsio•com, vinay.yadav@chelsio•com,
	rohitm@chelsio•com, davem@davemloft•net, kuba@kernel•org,
	thomas.petazzoni@bootlin•com, mw@semihalf•com,
	linux@armlinux•org.uk, mlindner@marvell•com,
	stephen@networkplumber•org, tariqt@nvidia•com, hawk@kernel•org,
	ilias.apalodimas@linaro•org, ast@kernel•org,
	daniel@iogearbox•net, john.fastabend@gmail•com,
	borisp@nvidia•com, arnd@arndb•de, akpm@linux-foundation•org,
	peterz@infradead•org, vbabka@suse•cz, yuzhao@google•com,
	will@kernel•org, fenghua.yu@intel•com, guro@fb•com,
	hughd@google•com, peterx@redhat•com, jgg@ziepe•ca,
	jonathan.lemon@gmail•com, alobakin@pm•me,
	cong.wang@bytedance•com, wenxu@ucloud•cn, haokexin@gmail•com,
	jakub@cloudflare•com, elver@google•com, willemb@google•com,
	linmiaohe@huawei•com, linyunsheng@huawei•com, gnault@redhat•com,
	linux-kernel@vger•kernel.org, linux-rdma@vger•kernel.org,
	bpf@vger•kernel.org, willy@infradead•org, edumazet@google•com,
	dsahern@gmail•com, lorenzo@kernel•org, saeedm@nvidia•com,
	andrew@lunn•ch, pabeni@redhat•com, sven.auhagen@voleatech•de,
	yhs@fb•com, walken@google•com, kpsingh@kernel•org,
	andrii@kernel•org, kafai@fb•com, david@redhat•com,
	songliubraving@fb•com
Subject: Re: [PATCH net-next v8 0/5] page_pool: recycle buffers
Date: Mon, 07 Jun 2021 21:40:04 +0000	[thread overview]
Message-ID: <162310200411.11768.6205430346849160444.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210607190240.36900-1-mcroce@linux.microsoft.com>

Hello:

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

On Mon,  7 Jun 2021 21:02:35 +0200 you wrote:
> From: Matteo Croce <mcroce@microsoft•com>
> 
> This is a respin of [1]
> 
> This patchset shows the plans for allowing page_pool to handle and
> maintain DMA map/unmap of the pages it serves to the driver. For this
> to work a return hook in the network core is introduced.
> 
> [...]

Here is the summary with links:
  - [net-next,v8,1/5] mm: add a signature in struct page
    https://git.kernel.org/netdev/net-next/c/c07aea3ef4d4
  - [net-next,v8,2/5] skbuff: add a parameter to __skb_frag_unref
    https://git.kernel.org/netdev/net-next/c/c420c98982fa
  - [net-next,v8,3/5] page_pool: Allow drivers to hint on SKB recycling
    https://git.kernel.org/netdev/net-next/c/6a5bcd84e886
  - [net-next,v8,4/5] mvpp2: recycle buffers
    https://git.kernel.org/netdev/net-next/c/133637fcfab2
  - [net-next,v8,5/5] mvneta: recycle buffers
    https://git.kernel.org/netdev/net-next/c/e4017570daee

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



      parent reply	other threads:[~2021-06-07 21:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 19:02 [PATCH net-next v8 0/5] page_pool: recycle buffers Matteo Croce
2021-06-07 19:02 ` [PATCH net-next v8 1/5] mm: add a signature in struct page Matteo Croce
2021-06-07 19:02 ` [PATCH net-next v8 2/5] skbuff: add a parameter to __skb_frag_unref Matteo Croce
2021-06-07 19:02 ` [PATCH net-next v8 3/5] page_pool: Allow drivers to hint on SKB recycling Matteo Croce
2021-06-08  3:19   ` kernel test robot
2021-06-07 19:02 ` [PATCH net-next v8 4/5] mvpp2: recycle buffers Matteo Croce
2021-06-07 19:02 ` [PATCH net-next v8 5/5] mvneta: " Matteo Croce
2021-06-07 21:40 ` patchwork-bot+netdevbpf [this message]

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=162310200411.11768.6205430346849160444.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=alobakin@pm$(echo .)me \
    --cc=andrew@lunn$(echo .)ch \
    --cc=andrii@kernel$(echo .)org \
    --cc=arnd@arndb$(echo .)de \
    --cc=ast@kernel$(echo .)org \
    --cc=ayush.sawal@chelsio$(echo .)com \
    --cc=borisp@nvidia$(echo .)com \
    --cc=bpf@vger$(echo .)kernel.org \
    --cc=cong.wang@bytedance$(echo .)com \
    --cc=daniel@iogearbox$(echo .)net \
    --cc=davem@davemloft$(echo .)net \
    --cc=david@redhat$(echo .)com \
    --cc=dsahern@gmail$(echo .)com \
    --cc=edumazet@google$(echo .)com \
    --cc=elver@google$(echo .)com \
    --cc=fenghua.yu@intel$(echo .)com \
    --cc=gnault@redhat$(echo .)com \
    --cc=guro@fb$(echo .)com \
    --cc=haokexin@gmail$(echo .)com \
    --cc=hawk@kernel$(echo .)org \
    --cc=hughd@google$(echo .)com \
    --cc=ilias.apalodimas@linaro$(echo .)org \
    --cc=jakub@cloudflare$(echo .)com \
    --cc=jgg@ziepe$(echo .)ca \
    --cc=john.fastabend@gmail$(echo .)com \
    --cc=jonathan.lemon@gmail$(echo .)com \
    --cc=kafai@fb$(echo .)com \
    --cc=kpsingh@kernel$(echo .)org \
    --cc=kuba@kernel$(echo .)org \
    --cc=linmiaohe@huawei$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mm@kvack$(echo .)org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=linyunsheng@huawei$(echo .)com \
    --cc=lorenzo@kernel$(echo .)org \
    --cc=mcroce@linux$(echo .)microsoft.com \
    --cc=mlindner@marvell$(echo .)com \
    --cc=mw@semihalf$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=peterx@redhat$(echo .)com \
    --cc=peterz@infradead$(echo .)org \
    --cc=rohitm@chelsio$(echo .)com \
    --cc=saeedm@nvidia$(echo .)com \
    --cc=songliubraving@fb$(echo .)com \
    --cc=stephen@networkplumber$(echo .)org \
    --cc=sven.auhagen@voleatech$(echo .)de \
    --cc=tariqt@nvidia$(echo .)com \
    --cc=thomas.petazzoni@bootlin$(echo .)com \
    --cc=vbabka@suse$(echo .)cz \
    --cc=vinay.yadav@chelsio$(echo .)com \
    --cc=walken@google$(echo .)com \
    --cc=wenxu@ucloud$(echo .)cn \
    --cc=will@kernel$(echo .)org \
    --cc=willemb@google$(echo .)com \
    --cc=willy@infradead$(echo .)org \
    --cc=yhs@fb$(echo .)com \
    --cc=yuzhao@google$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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