2001-03-02 18:11:26

by Nathalie Barat

[permalink] [raw]
Subject: Using IPCSysV in a device driver



I am wondering if it is permitted to use message queues between a user
application and a device driver module...
Can anyone help me?

Thank you
Nathalie Barat

Please CC to me...



2001-03-03 09:34:24

by Dan Maas

[permalink] [raw]
Subject: Re: Using IPCSysV in a device driver

> I am wondering if it is permitted to use message queues between a user
> application and a device driver module...
> Can anyone help me?

It may be theoretically possible, but an easier and much more common
approach to this type of thing is for the driver to export an mmap()
interface. You could synchronize using poll() I think...

Regards,
Dan