> Quoting Roland Dreier <[EMAIL PROTECTED]>:
> Subject: Re: [PATCH 3 of 4] IB/mthca: fix non-cache-coherent CPUs with memfree
> 
>  > > I don't see anything that ever bumps chunk->nsg if we're allocating a
>  > > coherent region and we end up needing more than one allocation to do
>  > > it.
>  > 
>  > Yes but this is intentional.
> 
>  > No, I think the code is fine and this patch will break things:
>  > chunk->nsg is needed only for non-coherent memory to call pci_unmap_sg:
> 
> what about this code in mthca_memfree.h?
> 
>       static inline void mthca_icm_next(struct mthca_icm_iter *iter)
>       {
>               if (++iter->page_idx >= iter->chunk->nsg) {

Correct. Good catch.
        
> the call to pci_unmap_sg you're worried about is in
> mthca_free_icm_pages(), which can't be called for coherent memory
> anyway, so I don't see a problem with that.
> 
> So I think my patch is correct and needed.

Yes, I agree. I'll also put it in OFED.
Thanks!

-- 
MST

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to