From: Leon Romanovsky <leon@kernel.org>
To: Jason Gunthorpe <jgg@ziepe.ca>
Cc: "Mike Rapoport (Microsoft)" <rppt@kernel.org>,
linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH rdma-next] RDMA/mlx5: Make sure that UMR page is aligned to PAGE_SIZE
Date: Thu, 23 Jul 2026 11:35:55 +0300 [thread overview]
Message-ID: <20260723083555.GD110966@unreal> (raw)
In-Reply-To: <amEczxLd_WnHzj5M@ziepe.ca>
On Wed, Jul 22, 2026 at 04:41:03PM -0300, Jason Gunthorpe wrote:
> On Wed, Jul 22, 2026 at 02:41:13PM +0300, Leon Romanovsky wrote:
> > From: Leon Romanovsky <leonro@nvidia.com>
> >
> > The UMR XLT buffer needs to be aligned to PAGE_SIZE.
>
> Why? It goes into a sgl? The device certainly does not work on
> PAGE_SIZE, so if there is some alignment here it should be the MLX5
> adaptor alignment
We need an alignment to 2Kb as a minimum here.
In our case, we got the following assert:
‘mlx5_post_send_umr: assertion failed (MLX5_GET64(umr_pointer_desc_argument, data, address) & 0×7ff == 0)’
Thanks
>
> Jason
>
prev parent reply other threads:[~2026-07-23 8:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-22 11:41 [PATCH rdma-next] RDMA/mlx5: Make sure that UMR page is aligned to PAGE_SIZE Leon Romanovsky
2026-07-22 19:41 ` Jason Gunthorpe
2026-07-23 8:35 ` 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=20260723083555.GD110966@unreal \
--to=leon@kernel.org \
--cc=jgg@ziepe.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=rppt@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.