public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Mina Almasry <almasrymina@google.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-doc@vger.kernel.org, io-uring@vger.kernel.org,
	virtualization@lists.linux.dev, kvm@vger.kernel.org,
	linux-kselftest@vger.kernel.org, donald.hunter@gmail.com,
	kuba@kernel.org, davem@davemloft.net, edumazet@google.com,
	pabeni@redhat.com, horms@kernel.org, corbet@lwn.net,
	andrew+netdev@lunn.ch, jeroendb@google.com,
	hramamurthy@google.com, kuniyu@amazon.com, willemb@google.com,
	axboe@kernel.dk, asml.silence@gmail.com, dsahern@kernel.org,
	ncardwell@google.com, mst@redhat.com, jasowang@redhat.com,
	xuanzhuo@linux.alibaba.com, eperezma@redhat.com,
	stefanha@redhat.com, sgarzare@redhat.com, shuah@kernel.org,
	sdf@fomichev.me, dw@davidwei.uk, jhs@mojatatu.com,
	victor@mojatatu.com, pctammela@mojatatu.com, skhawaja@google.com
Subject: Re: [PATCH net-next v14 0/9] Device memory TCP TX
Date: Tue, 13 May 2025 09:30:43 +0000	[thread overview]
Message-ID: <174712864353.1250182.17683820324947823076.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250508004830.4100853-1-almasrymina@google.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu,  8 May 2025 00:48:20 +0000 you wrote:
> v14: https://lore.kernel.org/netdev/20250429032645.363766-1-almasrymina@google.com/
> ===
> 
> Picked up acks from Paolo, and addressed feedback from Paolo and Jakub.
> 
> Changelog:
> - Fix issue in patch 4 where sockc_valid == false but err is
>   overwritten.
> - Addressed nits.
> 
> [...]

Here is the summary with links:
  - [net-next,v14,1/9] netmem: add niov->type attribute to distinguish different net_iov types
    https://git.kernel.org/netdev/net-next/c/03e96b8c11d1
  - [net-next,v14,2/9] net: add get_netmem/put_netmem support
    https://git.kernel.org/netdev/net-next/c/e9f3d61db5cb
  - [net-next,v14,3/9] net: devmem: TCP tx netlink api
    https://git.kernel.org/netdev/net-next/c/8802087d20c0
  - [net-next,v14,4/9] net: devmem: Implement TX path
    https://git.kernel.org/netdev/net-next/c/bd61848900bf
  - [net-next,v14,5/9] net: add devmem TCP TX documentation
    https://git.kernel.org/netdev/net-next/c/17af8cc06a5a
  - [net-next,v14,6/9] net: enable driver support for netmem TX
    https://git.kernel.org/netdev/net-next/c/383faec0fd64
  - [net-next,v14,7/9] gve: add netmem TX support to GVE DQO-RDA mode
    https://git.kernel.org/netdev/net-next/c/c32532670cec
  - [net-next,v14,8/9] net: check for driver support in netmem TX
    https://git.kernel.org/netdev/net-next/c/ae28cb114727
  - [net-next,v14,9/9] selftests: ncdevmem: Implement devmem TCP TX
    https://git.kernel.org/netdev/net-next/c/2f1a805f32ba

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



      parent reply	other threads:[~2025-05-13  9:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-08  0:48 [PATCH net-next v14 0/9] Device memory TCP TX Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 1/9] netmem: add niov->type attribute to distinguish different net_iov types Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 2/9] net: add get_netmem/put_netmem support Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 3/9] net: devmem: TCP tx netlink api Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 4/9] net: devmem: Implement TX path Mina Almasry
2025-05-13  9:12   ` Paolo Abeni
2025-05-08  0:48 ` [PATCH net-next v14 5/9] net: add devmem TCP TX documentation Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 6/9] net: enable driver support for netmem TX Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 7/9] gve: add netmem TX support to GVE DQO-RDA mode Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 8/9] net: check for driver support in netmem TX Mina Almasry
2025-05-08  0:48 ` [PATCH net-next v14 9/9] selftests: ncdevmem: Implement devmem TCP TX Mina Almasry
2025-05-13  9:30 ` 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=174712864353.1250182.17683820324947823076.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=almasrymina@google.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=asml.silence@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=dsahern@kernel.org \
    --cc=dw@davidwei.uk \
    --cc=edumazet@google.com \
    --cc=eperezma@redhat.com \
    --cc=horms@kernel.org \
    --cc=hramamurthy@google.com \
    --cc=io-uring@vger.kernel.org \
    --cc=jasowang@redhat.com \
    --cc=jeroendb@google.com \
    --cc=jhs@mojatatu.com \
    --cc=kuba@kernel.org \
    --cc=kuniyu@amazon.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pctammela@mojatatu.com \
    --cc=sdf@fomichev.me \
    --cc=sgarzare@redhat.com \
    --cc=shuah@kernel.org \
    --cc=skhawaja@google.com \
    --cc=stefanha@redhat.com \
    --cc=victor@mojatatu.com \
    --cc=virtualization@lists.linux.dev \
    --cc=willemb@google.com \
    --cc=xuanzhuo@linux.alibaba.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