qmp-commands: move 'query-rocker-of-dpa-flows' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
7e20b16919
commit
435fcb2906
@ -312,26 +312,6 @@ Example:
|
||||
-> { "execute": "trace-event-set-state", "arguments": { "name": "qemu_memalign", "enable": "true" } }
|
||||
<- { "return": {} }
|
||||
|
||||
Show rocker switch OF-DPA flow tables
|
||||
-------------------------------------
|
||||
|
||||
Arguments:
|
||||
|
||||
- "name": switch name
|
||||
- "tbl-id": (optional) flow table ID
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "query-rocker-of-dpa-flows", "arguments": { "name": "sw1" } }
|
||||
<- { "return": [ {"key": {"in-pport": 0, "priority": 1, "tbl-id": 0},
|
||||
"hits": 138,
|
||||
"cookie": 0,
|
||||
"action": {"goto-tbl": 10},
|
||||
"mask": {"in-pport": 4294901760}
|
||||
},
|
||||
{...more...},
|
||||
]}
|
||||
|
||||
Show rocker OF-DPA group tables
|
||||
-------------------------------
|
||||
|
||||
|
@ -235,9 +235,23 @@
|
||||
# @tbl-id: #optional flow table ID. If tbl-id is not specified, returns
|
||||
# flow information for all tables.
|
||||
#
|
||||
# Returns: @Rocker OF-DPA flow information
|
||||
# Returns: rocker OF-DPA flow information
|
||||
#
|
||||
# Since: 2.4
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "query-rocker-of-dpa-flows",
|
||||
# "arguments": { "name": "sw1" } }
|
||||
# <- { "return": [ {"key": {"in-pport": 0, "priority": 1, "tbl-id": 0},
|
||||
# "hits": 138,
|
||||
# "cookie": 0,
|
||||
# "action": {"goto-tbl": 10},
|
||||
# "mask": {"in-pport": 4294901760}
|
||||
# },
|
||||
# {...more...},
|
||||
# ]}
|
||||
#
|
||||
##
|
||||
{ 'command': 'query-rocker-of-dpa-flows',
|
||||
'data': { 'name': 'str', '*tbl-id': 'uint32' },
|
||||
|
Loading…
Reference in New Issue
Block a user