public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
From: Stefan Metzmacher <metze@samba.org>
To: linux-cifs@vger.kernel.org, samba-technical@lists.samba.org
Cc: metze@samba.org, Steve French <smfrench@gmail.com>,
	Tom Talpey <tom@talpey.com>, Long Li <longli@microsoft.com>,
	Namjae Jeon <linkinjeon@kernel.org>
Subject: [PATCH 00/19] smbdirect client/server credit fixes
Date: Wed, 21 Jan 2026 20:50:10 +0100	[thread overview]
Message-ID: <cover.1769024269.git.metze@samba.org> (raw)

Hi,

here is my current state of the regression
fixes we have in 6.18 and 6.19-rc6.

The generic and server patches were tested
in as is, but without this 07/19
smb: server: let send_done handle a completionwithout IB_SEND_SIGNALED,
but the related logic was tested on my branch with common code.

The client patches are not tested yet,
but they compile and I want to make it possible
to include in linux-next for testing.

I also need to add some more Fixes tags.

I'll do more tests with this tomorrow.

Stefan Metzmacher (19):
  smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
  smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
  smb: server: make use of smbdirect_socket.recv_io.credits.available
  smb: server: let recv_done() queue a refill when the peer is low on
    credits
  smb: server: make use of smbdirect_socket.send_io.bcredits
  smb: server: fix last send credit problem causing disconnects
  smb: server: let send_done handle a completion without
    IB_SEND_SIGNALED
  smb: client: make use of smbdirect_socket.recv_io.credits.available
  smb: client: let recv_done() queue a refill when the peer is low on
    credits
  smb: client: let smbd_post_send() make use of request->wr
  smb: client: remove pointless sc->recv_io.credits.count rollback
  smb: client: remove pointless sc->send_io.pending handling in
    smbd_post_send_iter()
  smb: client: port and use the wait_for_credits logic used by server
  smb: client: split out smbd_ib_post_send()
  smb: client: introduce and use smbd_{alloc,free}_send_io()
  smb: client: use smbdirect_send_batch processing
  smb: client: make use of smbdirect_socket.send_io.bcredits
  smb: client: fix last send credit problem causing disconnects
  smb: client: let send_done handle a completion without
    IB_SEND_SIGNALED

 fs/smb/client/smbdirect.c                  | 491 ++++++++++++++++-----
 fs/smb/common/smbdirect/smbdirect_socket.h |  18 +
 fs/smb/server/transport_rdma.c             | 147 +++++-
 3 files changed, 545 insertions(+), 111 deletions(-)

-- 
2.43.0


             reply	other threads:[~2026-01-21 19:50 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-21 19:50 Stefan Metzmacher [this message]
2026-01-21 19:50 ` [PATCH 01/19] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available Stefan Metzmacher
2026-01-22 12:32   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 02/19] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.* Stefan Metzmacher
2026-01-22 12:32   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 03/19] smb: server: make use of smbdirect_socket.recv_io.credits.available Stefan Metzmacher
2026-01-22 12:35   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 04/19] smb: server: let recv_done() queue a refill when the peer is low on credits Stefan Metzmacher
2026-01-22 12:36   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 05/19] smb: server: make use of smbdirect_socket.send_io.bcredits Stefan Metzmacher
2026-01-22 12:47   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 06/19] smb: server: fix last send credit problem causing disconnects Stefan Metzmacher
2026-01-22 12:48   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 07/19] smb: server: let send_done handle a completion without IB_SEND_SIGNALED Stefan Metzmacher
2026-01-22 12:48   ` Namjae Jeon
2026-01-21 19:50 ` [PATCH 08/19] smb: client: make use of smbdirect_socket.recv_io.credits.available Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 09/19] smb: client: let recv_done() queue a refill when the peer is low on credits Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 10/19] smb: client: let smbd_post_send() make use of request->wr Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 11/19] smb: client: remove pointless sc->recv_io.credits.count rollback Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 12/19] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter() Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 13/19] smb: client: port and use the wait_for_credits logic used by server Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 14/19] smb: client: split out smbd_ib_post_send() Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 15/19] smb: client: introduce and use smbd_{alloc,free}_send_io() Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 16/19] smb: client: use smbdirect_send_batch processing Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 17/19] smb: client: make use of smbdirect_socket.send_io.bcredits Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 18/19] smb: client: fix last send credit problem causing disconnects Stefan Metzmacher
2026-01-21 19:50 ` [PATCH 19/19] smb: client: let send_done handle a completion without IB_SEND_SIGNALED Stefan Metzmacher

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=cover.1769024269.git.metze@samba.org \
    --to=metze@samba.org \
    --cc=linkinjeon@kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=longli@microsoft.com \
    --cc=samba-technical@lists.samba.org \
    --cc=smfrench@gmail.com \
    --cc=tom@talpey.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