Re: [osol-discuss] [osol-code] Paging in network driver

2008-04-08 Thread Frank . Hofmann
On Mon, 7 Apr 2008, Pradeepg wrote:

 Is it possible to implement page mechanism in Network drivers
 for allocating DMA buffers ( instead of using ddi functions to
 allocate DMA buffers) .
 Is there any sample driver which implemented this in opensource.

 Thanks in Advance
 Ramya.

Hi Rayma,

why do you want to do this, i.e. in which ways are the DDI functions 
insufficient for your driver ?

FrankH.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [osol-code] Paging in network driver

2008-04-08 Thread Aubrey Li
On Tue, Apr 8, 2008 at 6:46 PM,  [EMAIL PROTECTED] wrote:
 On Mon, 7 Apr 2008, Pradeepg wrote:

   Is it possible to implement page mechanism in Network drivers
   for allocating DMA buffers ( instead of using ddi functions to
   allocate DMA buffers) .
   Is there any sample driver which implemented this in opensource.
  
   Thanks in Advance
   Ramya.

  Hi Rayma,

  why do you want to do this, i.e. in which ways are the DDI functions
  insufficient for your driver ?


Maybe Rayma is requesting IOMMU.

-Aubrey
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [osol-code] Paging in network driver

2008-04-08 Thread Pradeepg
Hi,
   I am just guessing that Using page machanism i can
increase the through put and performance of my 10gig network
driver .As DDI interface involves so much binding and allocating of
handles .
   In Linux paging gives better performance than normal
allocation , so i am looking in that way in solaris .

ramya
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org