From: Leon Romanovsky <leon@kernel.org>
To: zyjzyj2000@gmail.com, jgg@ziepe.ca, linux-rdma@vger.kernel.org,
Zhu Yanjun <yanjun.zhu@linux.dev>
Subject: Re: [PATCH 1/1] RDMA/rxe: Return the correct errno
Date: Thu, 11 Apr 2024 14:47:46 +0300 [thread overview]
Message-ID: <171283606600.706662.5746945868707859451.b4-ty@kernel.org> (raw)
In-Reply-To: <20240408142142.792413-1-yanjun.zhu@linux.dev>
On Mon, 08 Apr 2024 16:21:42 +0200, Zhu Yanjun wrote:
> In the function __rxe_add_to_pool, the function xa_alloc_cyclic is
> called. The return value of the function xa_alloc_cyclic is as below:
> "
> Return: 0 if the allocation succeeded without wrapping. 1 if the
> allocation succeeded after wrapping, -ENOMEM if memory could not be
> allocated or -EBUSY if there are no free entries in @limit.
> "
> But now the function __rxe_add_to_pool only returns -EINVAL. All the
> returned error value should be returned to the caller.
>
> [...]
Applied, thanks!
[1/1] RDMA/rxe: Return the correct errno
https://git.kernel.org/rdma/rdma/c/dfcdb38b21e4fb
Best regards,
--
Leon Romanovsky <leon@kernel.org>
prev parent reply other threads:[~2024-04-11 11:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-08 14:21 [PATCH 1/1] RDMA/rxe: Return the correct errno Zhu Yanjun
2024-04-11 9:11 ` Zhijian Li (Fujitsu)
2024-04-11 10:55 ` Zhu Yanjun
2024-04-11 11:47 ` 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=171283606600.706662.5746945868707859451.b4-ty@kernel.org \
--to=leon@kernel.org \
--cc=jgg@ziepe.ca \
--cc=linux-rdma@vger.kernel.org \
--cc=yanjun.zhu@linux.dev \
--cc=zyjzyj2000@gmail.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