summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-acceleration.xml
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-09 14:31:48 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-10 10:26:59 +0100
commite982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 (patch)
tree8bddb17c245e191be4d45a1f67c31ba2cdd0afc0 /op-mode-definitions/show-acceleration.xml
parentaf2e707d0fc447b84699eb10928a71507e90a02e (diff)
downloadvyos-1x-e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37.tar.gz
vyos-1x-e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37.zip
xml: op-mode: add preprocessor support as known from configuration mode
Diffstat (limited to 'op-mode-definitions/show-acceleration.xml')
-rw-r--r--op-mode-definitions/show-acceleration.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/op-mode-definitions/show-acceleration.xml b/op-mode-definitions/show-acceleration.xml
deleted file mode 100644
index d0dcea2d6..000000000
--- a/op-mode-definitions/show-acceleration.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="show">
- <children>
- <node name="system">
- <properties>
- <help>Show system information</help>
- </properties>
- <children>
- <node name="acceleration">
- <properties>
- <help>Acceleration components</help>
- </properties>
- <children>
- <node name="qat">
- <properties>
- <help>Intel QAT (Quick Assist Technology) Devices</help>
- </properties>
- <children>
- <tagNode name="device">
- <properties>
- <help>Show QAT information for a given acceleration device</help>
- <completionHelp>
- <script>${vyos_op_scripts_dir}/show_acceleration.py --dev_list</script>
- </completionHelp>
- </properties>
- <children>
- <node name="flows">
- <properties>
- <help>Intel QAT flows</help>
- </properties>
- <command>${vyos_op_scripts_dir}/show_acceleration.py --flow --dev $6</command>
- </node>
- <node name="config">
- <properties>
- <help>Intel QAT configuration</help>
- </properties>
- <command>${vyos_op_scripts_dir}/show_acceleration.py --conf --dev $6</command>
- </node>
- </children>
- </tagNode>
- <node name="status">
- <properties>
- <help>Intel QAT status</help>
- </properties>
- <command>${vyos_op_scripts_dir}/show_acceleration.py --status</command>
- </node>
- <node name="interrupts">
- <properties>
- <help>Intel QAT interrupts</help>
- </properties>
- <command>${vyos_op_scripts_dir}/show_acceleration.py --interrupts</command>
- </node>
- </children>
- <command>${vyos_op_scripts_dir}/show_acceleration.py --hw</command>
- </node>
- </children>
- </node>
- </children>
- </node>
- </children>
- </node>
-</interfaceDefinition>