Linux 中增加线程的优先级

发布于 2024-08-16 04:59:25 字数 237 浏览 3 评论 0原文

我正在使用 hiddev 从 HID 设备读取数据,有一个专用线程来读取它,但似乎该线程正在丢弃一些数据包。我可以看到内核缓冲区(usbmon)中的数据包,但其中一些数据包未到达用户空间。读取线程内的读取大多按时完成(~4ms)。我认为该进程没有获得足够的处理器时间,因此内核填充了其队列并丢弃了数据包,当进程读取它们时,它只找到了尾部或根本什么也没有?!

我一直在考虑增加线程优先级的任何建议吗?!合适的功能是什么?

谢谢大家

I am reading data from a HID device using hiddev , there is a dedicated thread to read off of it, but it seems that thread is dropping some packets. I can see the packets in the kernel buffers(usbmon) but some of them don't reach user space. The reads inside the reading thread mostly finish on time(~4ms). I think the process is not getting enough processor time, thus the kernel fills its queue and drops the packets, by the time the process gets to read them it only finds tails or nothing at all?!

Any sugestions I have been thinking in increasing the proiority of thread?! what is the appropiate function?

Thanks guys

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文