summaryrefslogtreecommitdiff
path: root/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorAbdelkader Boudih <oss@seuros.com>2026-01-12 00:36:09 +0000
committerMark Johnston <markj@FreeBSD.org>2026-01-12 00:58:11 +0000
commitc2a55efd74cccb3d4e7b9037b240ad062c203bb8 (patch)
tree9f2f6b13da013c06fddf89e904807f01c0db80cf /source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent0b908de1d01aa32daf71e8d691d79e490178097c (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