Use same queue length for gsmtap_log and gsmtap_file (details)
osmo_io: Remove outdated comment in API doc of (details)
osmo_io: Allow fetching maximum value allowed by (details)
logging_file: Request up to 8 iofd write buffers if available (details)
Commit
6e3a4a0214423125a66482350fa320efa5320d8d
by Pau Espin Pedrol
Implement log file target using osmo_io
Reuse (struct log_target)->tgt_file->wqueue->except_cb to store the iofd pointer internally, since we are not allowed to change the struct log_target because it's public and we don't want to break the ABI. Using the wqueue except_cb is fine since that field was never used.
Commit
76d6d82e910931661f5bd2218deff80e0cae904a
by Pau Espin Pedrol
logging_file: Request up to 8 iofd write buffers if available
This should help in decreasing latency between submitting a logging line and getting it written to file. It should, for the same reason, optimize CPU use.