Skip to content
Success

Changes

Summary

  1. server: Implement non-blocking write to pcap file with osmo_io (details)
  2. server: zero-copy msgb from tcp read to file write (details)
Commit a719051bc1c622d73b02574da1ed7aaa7bd17639 by Pau Espin Pedrol
server: Implement non-blocking write to pcap file with osmo_io

Actual zero-copy msgb passing from read tcp socket will be implemented
in follow-up patches.

Change-Id: I098a9455a2a4cc626444e6fc13aa88c4cc9694f0
Related: SYS#7080
The file was modifiedsrc/osmo_pcap_wr_file.c
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h
The file was modifiedsrc/osmo_server_core.c
Commit 222b23c5184fd179560a50030367ac5874e3f8be by Pau Espin Pedrol
server: zero-copy msgb from tcp read to file write

Related: SYS#7080
Change-Id: Iae9b9eaec42ad8ec86d1a8144d676115fa057766
The file was modifiedsrc/osmo_server_network.c
The file was modifiedsrc/osmo_server_core.c
The file was modifiedinclude/osmo-pcap/osmo_pcap_server.h