Tanniru
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3 articles for 0.302 sec
tanniru.sankar@wipro.com wrote this message on Fri, Dec 29, 2006 at 12:13 +0530: > Is it possible to allocate contigous memory of MJUM9BYTES ( 9K ) > and dmamap_load in one segment ? You can use bus_dmamem_alloc, which will use contigmalloc to allocate the necessary memory... You can then attach your own mbuf to the memory... Allocating contigous memory is an expensive operation.     

Group: lucky.freebsd.net · Group Profile · Search for Tanniru in lucky.freebsd.net
Author: John-Mark Gurney
Date: Dec 28, 2006 22:53

tanniru.sankar@wipro.com wrote this message on Mon, Dec 18, 2006 at 20:05 +0530: I am facing a problem on FreeBSD 7.0 during mapping using ' bus_dmamap_load_mbuf_sg ( ) ' function . Details are below. It is AMD 64 bit machine. I have allocated jumbo buffer memory using ' m_getcl ' function. mp = m_getjcl(M_DONTWAIT, MT_DATA, M_PKTHDR, MJUM9BYTES);
Show full article (2.14Kb)
Hi, I am facing a problem on FreeBSD 7.0 during mapping using ' bus_dmamap_load_mbuf_sg ( ) ' function . Details are below. It is AMD 64 bit machine. I have allocated jumbo buffer memory using ' m_getcl ' function. mp = m_getjcl(M_DONTWAIT, MT_DATA, M_PKTHDR, MJUM9BYTES); As it got success here, I am trying to map the buffer as below. err     

Group: lucky.freebsd.net · Group Profile · Search for Tanniru in lucky.freebsd.net
Author: John-Mark Gurney
Date: Dec 18, 2006 12:48

Show full article (1.28Kb) · Show article thread
    

Group: lucky.freebsd.net · Group Profile · Search for Tanniru in lucky.freebsd.net
Author: tanniru.sankar
Date: Dec 18, 2006 06:35

Show full article (2.83Kb)