On Tue, 11 Nov 2014 15:22:20 -0800
Roland Dreier <[email protected]> wrote:

> On Wed, Nov 5, 2014 at 7:04 AM, Utz Bacher <[email protected]> wrote:
> > (B) Status of patches
> > 1. kernel code -- the new system call: reviewed, acked and accepted by the
> > s390x maintainer Martin Schwidefsky (2014/10/13), so we will have that
> > system call in the s390x kernel.
> > 2. libibverbs -- define barriers on s390x: Looking for your feedback. We
> > understand there have been no general objections so far.
> > 3. libmlx4 -- provide MMIO abstraction: reviewed by the Mellanox
> > maintainers and we understand they would apply this once you give the go
> > for the overall set.
> > Previously, a patch to DAPL to build on s390x has been accepted already
> > (Arlin Davis, 2014/09/02).
> >
> >   We gave your concern on MMIO handling on s390x serious consideration from
> > various angles, but the page fault handler does not appear workable. OTOH,
> > Mellanox is fine with the MMIO abstraction in libmlx4, and we didn't hear
> > of significant other concerns. With that, could you please consider the
> > patch set again to add s390x to the list of supported platforms? Happy to
> > repost the patches for convenience.
> 
> If Mellanox is willing to take on the maintenance burden of changing
> all MMIO access to an inline function, and if you're willing to take
> on the burden of knowing that every new adapter you support means
> tracking down and convincing the maintainer of the driver library,
> then I'm OK with adding the simple barrier patch to libibverbs.  Could
> you please send the latest version of that patch to me?
> 
> It does seem a little strange to be adding a new system call to
> simulate kernel bypass, but I guess you do what you gotta do...

Well the virtualization of PCI on s390 requires to use these special
instructions to access the PCI memory. And they are privileged for
a good reason, otherwise user space could to nasty things.
Given these preconditions the system calls are the least painful
method of doing what you have to do.

Thanks for the confirmation, we will go forward with the system
call approach.

-- 
blue skies,
   Martin.

"Reality continues to ruin my life." - Calvin.

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to