Re: [4/4] mthca: allow setting "dmabarrier" on user-allocated memory

2007-10-02 Thread akepner
On Fri, Sep 28, 2007 at 12:50:00PM -0700, Roland Dreier wrote: > Sorry for not mentioning this earlier, but this patch should really be > two (or more) patches: one to add dmabarrier support to the core user > memory stuff in drivers/infiniband, and a second one to add support to > mthca (and

Re: [4/4] mthca: allow setting dmabarrier on user-allocated memory

2007-10-02 Thread akepner
On Fri, Sep 28, 2007 at 12:50:00PM -0700, Roland Dreier wrote: Sorry for not mentioning this earlier, but this patch should really be two (or more) patches: one to add dmabarrier support to the core user memory stuff in drivers/infiniband, and a second one to add support to mthca (and more

Re: [4/4] mthca: allow setting "dmabarrier" on user-allocated memory

2007-09-28 Thread Roland Dreier
Sorry for not mentioning this earlier, but this patch should really be two (or more) patches: one to add dmabarrier support to the core user memory stuff in drivers/infiniband, and a second one to add support to mthca (and more patches to add support to mlx4, cxgb3, etc, etc). > + * @dmabarrier:

Re: [4/4] mthca: allow setting dmabarrier on user-allocated memory

2007-09-28 Thread Roland Dreier
Sorry for not mentioning this earlier, but this patch should really be two (or more) patches: one to add dmabarrier support to the core user memory stuff in drivers/infiniband, and a second one to add support to mthca (and more patches to add support to mlx4, cxgb3, etc, etc). + * @dmabarrier:

[4/4] mthca: allow setting "dmabarrier" on user-allocated memory

2007-09-27 Thread akepner
Use the dma_flags_set_dmabarrier() interface to allow a "dmabarrier" attribute to be associated with user-allocated memory. (For now, it's only implemented for mthca.) Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]> --- drivers/infiniband/core/umem.c |7 +--

[4/4] mthca: allow setting dmabarrier on user-allocated memory

2007-09-27 Thread akepner
Use the dma_flags_set_dmabarrier() interface to allow a dmabarrier attribute to be associated with user-allocated memory. (For now, it's only implemented for mthca.) Signed-off-by: Arthur Kepner [EMAIL PROTECTED] --- drivers/infiniband/core/umem.c |7 +--