Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Roland Dreier
Date: Friday, February 8, 2008 - 5:22 pm

> I thought the adaptor can always remove the mapping by renegotiating 
 > with the remote side? Even if its dumb then a callback could notify the 
 > driver that it may be required to tear down the mapping. We then hold the 
 > pages until we get okay by the driver that the mapping has been removed.

Of course we can always destroy the memory region but that would break
the semantics that applications expect.  Basically an application can
register some chunk of its memory and get a key that it can pass to a
remote peer to let the remote peer operate on its memory via RDMA.
And that memory region/key is expected to stay valid until there is an
application-level operation to destroy it (or until the app crashes or
gets killed, etc).

 > We could also let the unmapping fail if the driver indicates that the 
 > mapping must stay.

That would of course work -- dumb adapters would just always fail,
which might be inefficient.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 3:06 pm)
Re: [patch 0/6] MMU Notifiers V6, Andrew Morton, (Fri Feb 8, 3:23 pm)
Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 4:32 pm)
Re: [patch 0/6] MMU Notifiers V6, Robin Holt, (Fri Feb 8, 4:36 pm)
Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 4:41 pm)
Re: [patch 0/6] MMU Notifiers V6, Robin Holt, (Fri Feb 8, 4:43 pm)
Re: [patch 0/6] MMU Notifiers V6, Andrew Morton, (Fri Feb 8, 4:56 pm)
Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 5:05 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Roland Dreier, (Fri Feb 8, 5:12 pm)
Re: [patch 0/6] MMU Notifiers V6, Andrew Morton, (Fri Feb 8, 5:12 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 5:16 pm)
Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 5:18 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Roland Dreier, (Fri Feb 8, 5:22 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 5:36 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Andrea Arcangeli, (Fri Feb 8, 6:24 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 6:27 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Andrea Arcangeli, (Fri Feb 8, 6:56 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Fri Feb 8, 7:16 pm)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Rik van Riel, (Sat Feb 9, 5:55 am)
Re: [ofa-general] Re: [patch 0/6] MMU Notifiers V6, Christoph Lameter, (Sat Feb 9, 2:46 pm)
Re: Demand paging for memory regions (was Re: MMU Notifier ..., Christoph Lameter, (Tue Feb 12, 3:10 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Roland Dreier, (Tue Feb 12, 3:41 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Jason Gunthorpe, (Tue Feb 12, 4:23 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Tue Feb 12, 5:56 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Tue Feb 12, 6:01 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Jason Gunthorpe, (Tue Feb 12, 6:26 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christian Bell, (Tue Feb 12, 6:55 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Tue Feb 12, 7:19 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Tue Feb 12, 7:35 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Jason Gunthorpe, (Tue Feb 12, 8:25 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Patrick Geoffray, (Tue Feb 12, 8:56 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christian Bell, (Tue Feb 12, 9:09 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Jason Gunthorpe, (Tue Feb 12, 9:26 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Patrick Geoffray, (Tue Feb 12, 9:47 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Raisch, (Wed Feb 13, 5:11 am)
Re: [patch 0/6] MMU Notifiers V6, Jack Steiner, (Wed Feb 13, 7:31 am)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 13, 11:51 am)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 13, 12:00 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 13, 12:02 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christian Bell, (Wed Feb 13, 12:46 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Jason Gunthorpe, (Wed Feb 13, 12:51 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 13, 1:32 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 13, 1:36 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Kanoj Sarcar, (Wed Feb 13, 3:44 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 13, 4:02 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Pete Wyckoff, (Wed Feb 13, 4:23 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Kanoj Sarcar, (Wed Feb 13, 4:43 pm)
Re: Demand paging for memory regions, Jesse Barnes, (Wed Feb 13, 4:48 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Jason Gunthorpe, (Wed Feb 13, 5:01 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Andrea Arcangeli, (Wed Feb 13, 5:56 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Thu Feb 14, 12:35 pm)
Re: [ofa-general] Re: Demand paging for memory regions, Christoph Lameter, (Wed Feb 27, 3:11 pm)