Actions
Feature #336
open
DG
Support splice() for partial pages
Feature #336:
Support splice() for partial pages
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
09/13/2012
Due date:
% Done:
0%
Estimated time:
Description
Network streaming does NOT send the padded zeros over the network.
So, to extract data, we only use the real size of the subbuffer (without padding). However, the splice() actor of lttng-modules does not handle passing a partial page size to it returning EINVAL.
Once done, the support MUST be added to lttng-tools.
Actions