diff options
author | rebortg <github@ghlr.de> | 2022-07-04 19:13:00 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-07-04 19:13:00 +0200 |
commit | 6af55147b8c3262daa11a4e29786fa51fe7f4ede (patch) | |
tree | 617119f9f2a8dbecc72119092c207b76b04eb7de /docs/configuration | |
parent | 4f408986a395de2eba73a47018a10acc81826328 (diff) | |
download | vyos-documentation-6af55147b8c3262daa11a4e29786fa51fe7f4ede.tar.gz vyos-documentation-6af55147b8c3262daa11a4e29786fa51fe7f4ede.zip |
qat: add op mode commands
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/system/acceleration.disable | 7 | ||||
-rw-r--r-- | docs/configuration/system/acceleration.rst | 16 |
2 files changed, 16 insertions, 7 deletions
diff --git a/docs/configuration/system/acceleration.disable b/docs/configuration/system/acceleration.disable deleted file mode 100644 index b09da38b..00000000 --- a/docs/configuration/system/acceleration.disable +++ /dev/null @@ -1,7 +0,0 @@ -.. _acceleration: - -############ -Acceleration -############ - - diff --git a/docs/configuration/system/acceleration.rst b/docs/configuration/system/acceleration.rst index 0fe0aa9d..4c595022 100644 --- a/docs/configuration/system/acceleration.rst +++ b/docs/configuration/system/acceleration.rst @@ -37,6 +37,22 @@ IntelĀ® QAT Checking status of all devices. There is 1 QAT acceleration device(s) in the system: qat_dev0 - type: c3xxx, inst_id: 0, node_id: 0, bsf: 0000:01:00.0, #accel: 3 #engines: 6 state: up + +Operation Mode +============== + +.. opcmd:: show system acceleration qat device <device> config + + Show the full config uploaded to the QAT device. + +.. opcmd:: show system acceleration qat device <device> flows + + Get an overview over the encryption counters. + +.. opcmd:: show system acceleration qat interrupts + + Show binded qat device interrupts to certain core. + Example ======= |