Somnath kotur wrote:
So does that mean we need to allocate different dma
handles for each individual chunk (assuming each chunk
has different sizes and alignment
requirement),dma_alloc the memory and bind the vaddr
to the above allocated handle to get the cookies?


Yep.

instance if i had 36 diff chunks so i would have to
allocate 36 diff handles? Can i reuse the same handle
after i have allocated one chunk?


You can re-cycle handles once they are unbound. You cannot bind the same handle multiple times.

  Paul
begin:vcard
fn:Paul Durrant
n:Durrant;Paul
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
url:http://www.linkedin.com/in/pdurrant
version:2.1
end:vcard

_______________________________________________
driver-discuss mailing list
driver-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to