Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: bmt@zurich.ibm.com, jgg@ziepe.ca,
	Guoqing Jiang <guoqing.jiang@linux.dev>
Cc: linux-rdma@vger.kernel.org
Subject: Re: [PATCH V5 00/17] Cleanup for siw
Date: Wed, 15 Nov 2023 15:58:48 +0200	[thread overview]
Message-ID: <170005672876.829880.1361673928158866012.b4-ty@kernel.org> (raw)
In-Reply-To: <20231113115726.12762-1-guoqing.jiang@linux.dev>


On Mon, 13 Nov 2023 19:57:09 +0800, Guoqing Jiang wrote:
> V5 changes:
> 1.  add Acked-by tags.
> 2.  rebase to latest rdma tree and remove one obsolete patch.
> 
> V4 changes:
> 1. add Acked-by tags.
> 2. update patch 3 and patch 12 per Bernard's review.
> 3. update patch header in patch 18.
> 
> [...]

Applied, thanks!

[01/17] RDMA/siw: Introduce siw_get_page
        https://git.kernel.org/rdma/rdma/c/3a179fe34acbd5
[02/17] RDMA/siw: Introduce siw_update_skb_rcvd
        https://git.kernel.org/rdma/rdma/c/a2b64565e8ea95
[03/17] RDMA/siw: Use iov.iov_len in kernel_sendmsg
        https://git.kernel.org/rdma/rdma/c/2109ddf032ebc5
[04/17] RDMA/siw: Remove goto lable in siw_mmap
        https://git.kernel.org/rdma/rdma/c/d248960941b71e
[05/17] RDMA/siw: Remove rcu from siw_qp
        https://git.kernel.org/rdma/rdma/c/659da08ed83a67
[06/17] RDMA/siw: No need to check term_info.valid before call siw_send_terminate
        https://git.kernel.org/rdma/rdma/c/065186d228c528
[07/17] RDMA/siw: Factor out siw_rx_data helper
        https://git.kernel.org/rdma/rdma/c/60d2136db8780b
[08/17] RDMA/siw: Introduce SIW_STAG_MAX_INDEX
        https://git.kernel.org/rdma/rdma/c/6a343cc3bf2626
[09/17] RDMA/siw: Add one parameter to siw_destroy_cpulist
        https://git.kernel.org/rdma/rdma/c/25680c1f261475
[10/17] RDMA/siw: Introduce siw_cep_set_free_and_put
        https://git.kernel.org/rdma/rdma/c/b5c91543204c34
[11/17] RDMA/siw: Introduce siw_free_cm_id
        https://git.kernel.org/rdma/rdma/c/08456d4db73bbb
[12/17] RDMA/siw: Cleanup siw_accept
        https://git.kernel.org/rdma/rdma/c/77b59bd932a026
[13/17] RDMA/siw: Remove siw_sk_save_upcalls
        https://git.kernel.org/rdma/rdma/c/a410a732787026
[14/17] RDMA/siw: Fix typo
        https://git.kernel.org/rdma/rdma/c/3beced14d1998c
[15/17] RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
        https://git.kernel.org/rdma/rdma/c/788bbf4c2fc6e0
[16/17] RDMA/siw: Introduce siw_destroy_cep_sock
        https://git.kernel.org/rdma/rdma/c/d9a5b48681315a
[17/17] RDMA/siw: Update comments for siw_qp_sq_process
        https://git.kernel.org/rdma/rdma/c/79844118d6c1cd

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>

      parent reply	other threads:[~2023-11-15 13:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-13 11:57 [PATCH V5 00/17] Cleanup for siw Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 01/17] RDMA/siw: Introduce siw_get_page Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 02/17] RDMA/siw: Introduce siw_update_skb_rcvd Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 03/17] RDMA/siw: Use iov.iov_len in kernel_sendmsg Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 04/17] RDMA/siw: Remove goto lable in siw_mmap Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 05/17] RDMA/siw: Remove rcu from siw_qp Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 06/17] RDMA/siw: No need to check term_info.valid before call siw_send_terminate Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 07/17] RDMA/siw: Factor out siw_rx_data helper Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 08/17] RDMA/siw: Introduce SIW_STAG_MAX_INDEX Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 09/17] RDMA/siw: Add one parameter to siw_destroy_cpulist Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 10/17] RDMA/siw: Introduce siw_cep_set_free_and_put Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 11/17] RDMA/siw: Introduce siw_free_cm_id Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 12/17] RDMA/siw: Cleanup siw_accept Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 13/17] RDMA/siw: Remove siw_sk_save_upcalls Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 14/17] RDMA/siw: Fix typo Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 15/17] RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 16/17] RDMA/siw: Introduce siw_destroy_cep_sock Guoqing Jiang
2023-11-13 11:57 ` [PATCH V5 17/17] RDMA/siw: Update comments for siw_qp_sq_process Guoqing Jiang
2023-11-15 13:58 ` Leon Romanovsky [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=170005672876.829880.1361673928158866012.b4-ty@kernel.org \
    --to=leon@kernel.org \
    --cc=bmt@zurich.ibm.com \
    --cc=guoqing.jiang@linux.dev \
    --cc=jgg@ziepe.ca \
    --cc=linux-rdma@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