discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] fusb_nblock and fusb_block_size


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] fusb_nblock and fusb_block_size
Date: Thu, 30 Nov 2006 13:53:54 -0800
User-agent: Mutt/1.5.9i

On Thu, Nov 30, 2006 at 01:29:16PM -0500, Greg Troxel wrote:
> 
>   fusb_block_size is the size in bytes of the maximum transfer that we
>   will ask the kernel to make to/from user-space.  fusb_nblocks is the
>   maximum number of transfers (of maximum size fusb_block_size) that we
>   can have in flight at any given time.
> 
> I think this is Linux-specific.  The NetSBD USB implementation takes
> the numbers and pushes them into the kernel where I think there is
> similar treatment (total size of read-ahead buffer, and size of IO
> request made to USB subsystem).
> 
> We'll need to come up with a clean OS/HW independent way of dealing
> with block sizes and controlling latency, along with enabling code to
> end up at the lowest latency mode that works without hand tuning.

Yep ;)

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]