On Thu, 2017-05-18 at 16:33 -0700, Qing Huang wrote:
> This change will optimize kernel memory deregistration operations.
> __ib_umem_release() used to call set_page_dirty_lock() against every
> writable page in its memory region. Its purpose is to keep data
> synced between CPU and DMA device when
On 5/23/2017 12:42 AM, Christoph Hellwig wrote:
On Mon, May 22, 2017 at 04:43:57PM -0700, Qing Huang wrote:
On 5/19/2017 6:05 AM, Christoph Hellwig wrote:
On Thu, May 18, 2017 at 04:33:53PM -0700, Qing Huang wrote:
This change will optimize kernel memory deregistration operations.
__ib_umem_
On Mon, May 22, 2017 at 04:43:57PM -0700, Qing Huang wrote:
>
> On 5/19/2017 6:05 AM, Christoph Hellwig wrote:
> > On Thu, May 18, 2017 at 04:33:53PM -0700, Qing Huang wrote:
> > > This change will optimize kernel memory deregistration operations.
> > > __ib_umem_release() used to call set_page_di
On 5/19/2017 6:05 AM, Christoph Hellwig wrote:
On Thu, May 18, 2017 at 04:33:53PM -0700, Qing Huang wrote:
This change will optimize kernel memory deregistration operations.
__ib_umem_release() used to call set_page_dirty_lock() against every
writable page in its memory region. Its purpose is t
On Thu, May 18, 2017 at 04:33:53PM -0700, Qing Huang wrote:
> This change will optimize kernel memory deregistration operations.
> __ib_umem_release() used to call set_page_dirty_lock() against every
> writable page in its memory region. Its purpose is to keep data
> synced between CPU and DMA devi
This change will optimize kernel memory deregistration operations.
__ib_umem_release() used to call set_page_dirty_lock() against every
writable page in its memory region. Its purpose is to keep data
synced between CPU and DMA device when swapping happens after mem
deregistration ops. Now we choose
6 matches
Mail list logo