lkml.org 
[lkml]   [2001]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: LANANA: To Pending Device Number Registrants


On Tue, 15 May 2001, James Simmons wrote:

> What I wish was done was the very first ioctl call was a generic ioctl
> call to pass driver specific data. Basically you have something like this:
>
> struct fb_driver_specific_data {
> __u32 magic_identifier;
> __u32 size_of_data_packet;
> char *data_buffer;
> }

It's called write(2). magic_identifier: which file we are writing to.
size_of_data_packet: length. data_buffer: buffer we write from.

And if write() has too much overhead - we'd better fix _that_, because
it's much more likely hotspot than ioctl ever will be.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:53    [W:0.173 / U:23.600 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site