logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qatmgr - QAT resource manager

Author

       Conor McLoughlin <conor.mcloughlin@intel.com>

qatmgr                                             30 Oct 2019                                         qatmgr(8)

Description

qatmgr is a daemon that manages QAT resources for the Intel© Quick Assist Technology (Intel© QAT) user
       space library (qatlib).

Files

       /run/qat/qatmgr.pid /tmp/qat.sock

Name

       qatmgr - QAT resource manager

       qatmgr

Options

-d, --debug=LEVEL
              set debug level, default 0 for no debug. Higher debug level produces more output.

       -f, --foreground
              run in the foreground. By default, the qatmgr runs as a daemon in the background.

       -h, --help
              display help page

       -p, --policy=POLICY
              selects  the QAT manager policy. This determines how resources should be allocated to each process
              using the qatlib library.  The default POLICY 0 allocates one  virtual  function  (VF)  from  each
              physical  function (PF) endpoint to each process. This should be selected for best performance.  A
              POLICY of 1 allocates  a  single  VF  to  each  process.  This  should  be  selected  for  maximum
              scalability.  Any other POLICY value allocates that number of VFs to each process.

See Also

qat_init.sh(8)

Synopsis

qatmgr [option]...

See Also