Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1494719

Re: [PATCH] staging: lustre: ko2iblbd: handle ib_dereg_mr removal

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: lustre: ko2iblbd: handle ib_dereg_mr removal
Date 2016-10-03 09:40 +0200
Message-ID <so60V-1bh-7@gated-at.bofh.it> (permalink)
References <so1aW-6zc-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hell no.  If you had actually read the changelog you'd see that there
is a reason the functions went away, and simply calling the underlying
methods (which also will go away) will not fix it.

Please go back reading the changelogs, and while we're at it read some
basic introductions into the RDMA programming model.  As a little
shortcut: relying on any form of a global registration for the rkey
is inherently unsafe and only allowed as an option variant for
very trusted environments (thing single box appliances).  You'll need
to do a real memory registration here and not drag that old crap along.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] staging: lustre: ko2iblbd: handle ib_dereg_mr removal James Simmons <jsimmons@infradead.org> - 2016-10-03 04:30 +0200
  Re: [lustre-devel] [PATCH] staging: lustre: ko2iblbd: handle         ib_dereg_mr removal "Dilger, Andreas" <andreas.dilger@intel.com> - 2016-10-03 07:30 +0200
  Re: [PATCH] staging: lustre: ko2iblbd: handle ib_dereg_mr removal Christoph Hellwig <hch@infradead.org> - 2016-10-03 09:40 +0200

csiph-web