summaryrefslogtreecommitdiffstats
path: root/examples/bin_api/memif.api.json
diff options
context:
space:
mode:
authorMilan Lenco <milan.lenco@pantheon.tech>2017-06-20 17:15:59 +0200
committerMilan Lenco <milan.lenco@pantheon.tech>2017-06-20 17:39:14 +0200
commit0b6ef19a7de5b073b7818013930cc7f07526c929 (patch)
treec6f6c657001ebc5613cda2168060cec7bd453c20 /examples/bin_api/memif.api.json
parent878bade578bb9d52547591ee02b57d1ac04849b2 (diff)
Upgrade dependency to VPP 17.07 RC0
Change-Id: I732d478b71895f4d3889752c683dbb6a84c6e17c Signed-off-by: Milan Lenco <milan.lenco@pantheon.tech>
Diffstat (limited to 'examples/bin_api/memif.api.json')
-rw-r--r--examples/bin_api/memif.api.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/examples/bin_api/memif.api.json b/examples/bin_api/memif.api.json
index e41c82d..fd38316 100644
--- a/examples/bin_api/memif.api.json
+++ b/examples/bin_api/memif.api.json
@@ -8,12 +8,16 @@
["u32", "client_index"],
["u32", "context"],
["u8", "role"],
- ["u64", "key"],
+ ["u8", "mode"],
+ ["u8", "rx_queues"],
+ ["u8", "tx_queues"],
+ ["u32", "id"],
["u8", "socket_filename", 128],
+ ["u8", "secret", 24],
["u32", "ring_size"],
["u16", "buffer_size"],
["u8", "hw_addr", 6],
- {"crc" : "0x23fe3309"}
+ {"crc" : "0xc809c235"}
],
["memif_create_reply",
["u16", "_vl_msg_id"],
@@ -41,14 +45,15 @@
["u32", "sw_if_index"],
["u8", "if_name", 64],
["u8", "hw_addr", 6],
- ["u64", "key"],
+ ["u32", "id"],
["u8", "role"],
+ ["u8", "mode"],
["u8", "socket_filename", 128],
["u32", "ring_size"],
["u16", "buffer_size"],
["u8", "admin_up_down"],
["u8", "link_up_down"],
- {"crc" : "0xcf105583"}
+ {"crc" : "0x4d74fd96"}
],
["memif_dump",
["u16", "_vl_msg_id"],
@@ -57,5 +62,5 @@
{"crc" : "0x68d39e95"}
]
],
-"vl_api_version" :"0xadb63e82"
+"vl_api_version" :"0xed3def5d"
}