From: Karsten Graul <kgraul@linux.ibm.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
Heiko Carstens <hca@linux.ibm.com>
Subject: [PATCH net-next 00/11] net/smc: introduce SMC-Rv2 support
Date: Tue, 12 Oct 2021 12:17:32 +0200 [thread overview]
Message-ID: <20211012101743.2282031-1-kgraul@linux.ibm.com> (raw)
Please apply the following patch series for smc to netdev's net-next tree.
SMC-Rv2 support (see https://www.ibm.com/support/pages/node/6326337)
provides routable RoCE support for SMC-R, eliminating the current
same-subnet restriction, by exploiting the UDP encapsulation feature
of the RoCE adapter hardware.
Patch 1 ("net/smc: improved fix wait on already cleared link") is
already applied on netdevs net tree but its changes are needed for
this series on net-next. The patch is unchanged compared to the
version on the net tree.
Karsten Graul (11):
net/smc: improved fix wait on already cleared link
net/smc: save stack space and allocate smc_init_info
net/smc: prepare for SMC-Rv2 connection
net/smc: add SMC-Rv2 connection establishment
net/smc: add listen processing for SMC-Rv2
net/smc: add v2 format of CLC decline message
net/smc: retrieve v2 gid from IB device
net/smc: add v2 support to the work request layer
net/smc: extend LLC layer for SMC-Rv2
net/smc: add netlink support for SMC-Rv2
net/smc: stop links when their GID is removed
include/uapi/linux/smc.h | 17 +-
net/smc/af_smc.c | 431 +++++++++++++++++-------
net/smc/smc.h | 20 +-
net/smc/smc_cdc.c | 7 +-
net/smc/smc_clc.c | 147 +++++++--
net/smc/smc_clc.h | 55 +++-
net/smc/smc_core.c | 193 +++++++----
net/smc/smc_core.h | 50 ++-
net/smc/smc_ib.c | 160 ++++++++-
net/smc/smc_ib.h | 16 +-
net/smc/smc_llc.c | 684 ++++++++++++++++++++++++++++++---------
net/smc/smc_llc.h | 12 +-
net/smc/smc_pnet.c | 41 ++-
net/smc/smc_tx.c | 22 +-
net/smc/smc_wr.c | 237 ++++++++++++--
net/smc/smc_wr.h | 22 ++
16 files changed, 1691 insertions(+), 423 deletions(-)
--
2.25.1
next reply other threads:[~2021-10-12 10:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-12 10:17 Karsten Graul [this message]
2021-10-12 10:17 ` [PATCH net-next 01/11] net/smc: improved fix wait on already cleared link Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 02/11] net/smc: save stack space and allocate smc_init_info Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 03/11] net/smc: prepare for SMC-Rv2 connection Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 04/11] net/smc: add SMC-Rv2 connection establishment Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 05/11] net/smc: add listen processing for SMC-Rv2 Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 06/11] net/smc: add v2 format of CLC decline message Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 07/11] net/smc: retrieve v2 gid from IB device Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 08/11] net/smc: add v2 support to the work request layer Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 09/11] net/smc: extend LLC layer for SMC-Rv2 Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 10/11] net/smc: add netlink support " Karsten Graul
2021-10-12 10:17 ` [PATCH net-next 11/11] net/smc: stop links when their GID is removed Karsten Graul
2021-10-14 16:09 ` [PATCH net-next 00/11] net/smc: introduce SMC-Rv2 support Jakub Kicinski
2021-10-14 16:32 ` Karsten Graul
2021-10-14 16:36 ` Jakub Kicinski
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=20211012101743.2282031-1-kgraul@linux.ibm.com \
--to=kgraul@linux.ibm.com \
--cc=davem@davemloft.net \
--cc=hca@linux.ibm.com \
--cc=kuba@kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox