diff options
| author | Abdelkader Boudih <oss@seuros.com> | 2026-01-12 00:36:09 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-01-12 00:58:11 +0000 |
| commit | c2a55efd74cccb3d4e7b9037b240ad062c203bb8 (patch) | |
| tree | 9f2f6b13da013c06fddf89e904807f01c0db80cf /source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | 0b908de1d01aa32daf71e8d691d79e490178097c (diff) | |
jme: Convert driver to CTLFLAG_MPSAFE
Replace CTLFLAG_NEEDGIANT with CTLFLAG_MPSAFE for all interrupt
coalescing sysctls. The driver uses jme_mtx mutex for proper
synchronization and does not require Giant lock.
Sysctls converted:
- dev.jme.X.tx_coal_to (TX coalescing timeout)
- dev.jme.X.tx_coal_pkt (TX coalescing packet count)
- dev.jme.X.rx_coal_to (RX coalescing timeout)
- dev.jme.X.rx_coal_pkt (RX coalescing packet count)
- dev.jme.X.process_limit (max RX events to process)
Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54618
Diffstat (limited to 'source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
