Sponsor:

Your company here, and a link to your site. Click to find out more.

qat_init.sh - Man Page

Name

qat_init.sh — QAT resource initializer

qat_init.sh

Synopsis

qat_init.sh

Description

qat_init.sh initializes the Intel© Quick Assist Technology (Intel© QAT) devices in preparation for use by the user space library (qatlib).

When run on a host system with physical function (PF) QAT devices visible and bound to the QAT device driver, the qat_init.sh script will enable sriov on each of the PF devices. This enables the virtual function (VF) devices.

For each of the QAT VF devices, the qat_init.sh binds the device to the vfio-pci device driver, making it available for applications using the qatlib user space library.

Environment Variables

LKCF_LIST if set, gives a list of VF devices that should be used for accelerating operations from the Linux crypto framework instead of being available for user space applications.

Example:

LKCF_LIST="0000:3d:01.0 0000:3f:01.0 0000:da:01.0"

See Also

qatmgr(8)

Author

Conor McLoughlin <conor.mcloughlin@intel.com>

Referenced By

qatmgr(8).

30 Oct 2019 man