mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
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 (cherry picked from commit c2a55efd74cccb3d4e7b9037b240ad062c203bb8) |
||
|---|---|---|
| .. | ||
| if_jme.c | ||
| if_jmereg.h | ||
| if_jmevar.h | ||