[Bug 252984] qat(4): minor flaws

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 24 23:21:45 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252984

            Bug ID: 252984
           Summary: qat(4): minor flaws
           Product: Documentation
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs at FreeBSD.org
          Reporter: walter.von.entferndt at posteo.net
                CC: doc at FreeBSD.org

FYI the man page qat(4) misses to list some QAT-enabled CPUs/SoCs, e.g. some
models of Xeon D-21xx also support it; I'm not sure about newer gen. 11 & later
Xeons.

2nd, IMHO the term "chipset" is inartfully expressed here, since these Xeon D
are SoC including a QAT logic circuit; from my limited understanding, this has
nothing to do with the chipset, but the QAT "device" is an independent logic
circuit that either is added (& enabled) on the die or not.

I would like to kindly suggest not to list all CPUs & SoCs that support QAT,
since this is a moving target.  Instead, a wording like "...on all systems that
supprt QAT or have an external QAT device (add-on card).".  Additionally, it is
helpful to include a hint how to get that information, like this: "Systems
supporting QAT include the term QAT in their CPU features.  It can be checked
e.g.
On the command line or shell script: grep -E 'Features.+QAT'
/var/run/dmesg.boot
In a program with the C-library function [...]".

A note on the 1st command: IIRC the system messages are stored in a circular
buffer, so the CPU features fetched at boot time might have been scrolled out
off the buffer when using the dmesg(8) utility.

I'm not a native english speaker, thus I do not send a patch but leave it up to
you to find a good wording.

Regards

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-doc mailing list