From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/show-acceleration.xml.in | 63 ++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 op-mode-definitions/show-acceleration.xml.in (limited to 'op-mode-definitions/show-acceleration.xml.in') diff --git a/op-mode-definitions/show-acceleration.xml.in b/op-mode-definitions/show-acceleration.xml.in new file mode 100644 index 000000000..d0dcea2d6 --- /dev/null +++ b/op-mode-definitions/show-acceleration.xml.in @@ -0,0 +1,63 @@ + + + + + + + Show system information + + + + + Acceleration components + + + + + Intel QAT (Quick Assist Technology) Devices + + + + + Show QAT information for a given acceleration device + + + + + + + + Intel QAT flows + + ${vyos_op_scripts_dir}/show_acceleration.py --flow --dev $6 + + + + Intel QAT configuration + + ${vyos_op_scripts_dir}/show_acceleration.py --conf --dev $6 + + + + + + Intel QAT status + + ${vyos_op_scripts_dir}/show_acceleration.py --status + + + + Intel QAT interrupts + + ${vyos_op_scripts_dir}/show_acceleration.py --interrupts + + + ${vyos_op_scripts_dir}/show_acceleration.py --hw + + + + + + + + -- cgit v1.2.3