Merge branch 'arm-detect-pmull' of https://github.com/sitsofe/fio
[fio.git] / engines / librpma_gpspm_flush.proto
CommitLineData
e4c4625f
JM
1syntax = "proto2";
2
3message GPSPM_flush_request {
4 /* an offset of a region to be flushed within its memory registration */
5 required fixed64 offset = 1;
6 /* a length of a region to be flushed */
7 required fixed64 length = 2;
8 /* a user-defined operation context */
9 required fixed64 op_context = 3;
10}
11
12message GPSPM_flush_response {
13 /* the operation context of a completed request */
14 required fixed64 op_context = 1;
15}