是否有可能“醒来”? linux内核进程从用户空间运行而不需要系统调用?
我正在尝试修改管理特殊硬件的内核模块。 用户空间进程每毫秒执行 2 个 ioctl() 系统调用来与模块通信。这不符合我的实时要求,因为这两个系统调用有时需要很长时间才能执行并超出我的时间段。 我知道使用 mmap 我可以共享内存区域,这很棒,但是如何在没有 ioctl() 的情况下与模块同步数据交换?
I'm trying to modify a kernel module that manages a special hardware.
The user space process, performs 2 ioctl() system calls per milliseconds to talk with the module. This doesn't meet my real.time requirements because the 2 syscalls sometimes take to long to execute and go out my time slot.
I know that with mmap I could share a memory area, and this is great, but how can I synchronize the data exchange with the module without ioctl() ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论