From: patchwork-bot+netdevbpf@kernel.org
To: Alexandra Winter <wintera@linux.ibm.com>
Cc: alibuda@linux.alibaba.com, dust.li@linux.alibaba.com,
sidraya@linux.ibm.com, wenjia@linux.ibm.com, davem@davemloft.net,
kuba@kernel.org, pabeni@redhat.com, edumazet@google.com,
andrew+netdev@lunn.ch, julianr@linux.ibm.com,
aswin@linux.ibm.com, pasic@linux.ibm.com, mjambigi@linux.ibm.com,
tonylu@linux.alibaba.com, guwen@linux.alibaba.com,
linux-rdma@vger.kernel.org, netdev@vger.kernel.org,
linux-s390@vger.kernel.org, hca@linux.ibm.com, gor@linux.ibm.com,
agordeev@linux.ibm.com, borntraeger@linux.ibm.com,
svens@linux.ibm.com, horms@kernel.org, ebiggers@kernel.org,
ardb@kernel.org, herbert@gondor.apana.org.au,
freude@linux.ibm.com, kshk@linux.ibm.com,
dan.j.williams@intel.com, dave.jiang@intel.com,
Jonathan.Cameron@huawei.com, sln@onemain.com,
geert@linux-m68k.org, jgg@ziepe.ca
Subject: Re: [PATCH net-next v3 00/14] dibs - Direct Internal Buffer Sharing
Date: Tue, 23 Sep 2025 09:20:22 +0000 [thread overview]
Message-ID: <175861922275.1349779.9038445436427700576.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250918110500.1731261-1-wintera@linux.ibm.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Thu, 18 Sep 2025 13:04:46 +0200 you wrote:
> This series introduces a generic abstraction of existing components like:
> - the s390 specific ISM device (Internal Shared Memory),
> - the SMC-D loopback mechanism (Shared Memory Communication - Direct)
> - the client interface of the SMC-D module to the transport devices
> This generic shim layer can be extended with more devices, more clients and
> more features in the future.
>
> [...]
Here is the summary with links:
- [net-next,v3,01/14] net/smc: Remove error handling of unregister_dmb()
https://git.kernel.org/netdev/net-next/c/884eee8e43f3
- [net-next,v3,02/14] net/smc: Decouple sf and attached send_buf in smc_loopback
https://git.kernel.org/netdev/net-next/c/a4997e17d137
- [net-next,v3,03/14] dibs: Create drivers/dibs
https://git.kernel.org/netdev/net-next/c/35758b0032c0
- [net-next,v3,04/14] dibs: Register smc as dibs_client
https://git.kernel.org/netdev/net-next/c/d324a2ca3f8e
- [net-next,v3,05/14] dibs: Register ism as dibs device
https://git.kernel.org/netdev/net-next/c/269726968f95
- [net-next,v3,06/14] dibs: Define dibs loopback
https://git.kernel.org/netdev/net-next/c/cb990a45d7f6
- [net-next,v3,07/14] dibs: Define dibs_client_ops and dibs_dev_ops
https://git.kernel.org/netdev/net-next/c/69baaac9361e
- [net-next,v3,08/14] dibs: Move struct device to dibs_dev
https://git.kernel.org/netdev/net-next/c/845c334a0186
- [net-next,v3,09/14] dibs: Create class dibs
https://git.kernel.org/netdev/net-next/c/804737349813
- [net-next,v3,10/14] dibs: Local gid for dibs devices
https://git.kernel.org/netdev/net-next/c/05e68d8dedf3
- [net-next,v3,11/14] dibs: Move vlan support to dibs_dev_ops
https://git.kernel.org/netdev/net-next/c/92a0f7bb081d
- [net-next,v3,12/14] dibs: Move query_remote_gid() to dibs_dev_ops
https://git.kernel.org/netdev/net-next/c/719c3b67bb7e
- [net-next,v3,13/14] dibs: Move data path to dibs layer
https://git.kernel.org/netdev/net-next/c/cc21191b584c
- [net-next,v3,14/14] dibs: Move event handling to dibs layer
https://git.kernel.org/netdev/net-next/c/a612dbe8d04d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-09-23 9:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 11:04 [PATCH net-next v3 00/14] dibs - Direct Internal Buffer Sharing Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 01/14] net/smc: Remove error handling of unregister_dmb() Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 02/14] net/smc: Decouple sf and attached send_buf in smc_loopback Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 03/14] dibs: Create drivers/dibs Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 04/14] dibs: Register smc as dibs_client Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 05/14] dibs: Register ism as dibs device Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 06/14] dibs: Define dibs loopback Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 07/14] dibs: Define dibs_client_ops and dibs_dev_ops Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 08/14] dibs: Move struct device to dibs_dev Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 09/14] dibs: Create class dibs Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 10/14] dibs: Local gid for dibs devices Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 11/14] dibs: Move vlan support to dibs_dev_ops Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 12/14] dibs: Move query_remote_gid() " Alexandra Winter
2025-09-18 11:04 ` [PATCH net-next v3 13/14] dibs: Move data path to dibs layer Alexandra Winter
2025-09-24 9:07 ` [PATCH net-next v3 13/14] dibs: Move data path to dibs layer: manual merge Matthieu Baerts
2025-09-24 17:34 ` Alexandra Winter
2025-09-25 6:00 ` Sidraya Jayagond
2025-09-25 17:57 ` Jakub Kicinski
2025-09-29 18:29 ` Matthieu Baerts
2025-09-18 11:05 ` [PATCH net-next v3 14/14] dibs: Move event handling to dibs layer Alexandra Winter
2025-09-23 9:20 ` 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=175861922275.1349779.9038445436427700576.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Jonathan.Cameron@huawei.com \
--cc=agordeev@linux.ibm.com \
--cc=alibuda@linux.alibaba.com \
--cc=andrew+netdev@lunn.ch \
--cc=ardb@kernel.org \
--cc=aswin@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=dan.j.williams@intel.com \
--cc=dave.jiang@intel.com \
--cc=davem@davemloft.net \
--cc=dust.li@linux.alibaba.com \
--cc=ebiggers@kernel.org \
--cc=edumazet@google.com \
--cc=freude@linux.ibm.com \
--cc=geert@linux-m68k.org \
--cc=gor@linux.ibm.com \
--cc=guwen@linux.alibaba.com \
--cc=hca@linux.ibm.com \
--cc=herbert@gondor.apana.org.au \
--cc=horms@kernel.org \
--cc=jgg@ziepe.ca \
--cc=julianr@linux.ibm.com \
--cc=kshk@linux.ibm.com \
--cc=kuba@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=mjambigi@linux.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pasic@linux.ibm.com \
--cc=sidraya@linux.ibm.com \
--cc=sln@onemain.com \
--cc=svens@linux.ibm.com \
--cc=tonylu@linux.alibaba.com \
--cc=wenjia@linux.ibm.com \
--cc=wintera@linux.ibm.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