1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
From: Colin Ian King <colin.i.king@gmail.com>
Date: Mon, 12 Aug 2024 12:31:49 +0100
Subject: Rename qat_init.sh to qat_init
Forwarded: no
Last-Update: 2024-07-28
the .sh suffix is unnecessary and should be removed since this script
has been renamed to qat_init specifically for the Debian packaging.
Last-Update: 2024-08-12
Index: qatlib-24.02.0/qat_init.sh.8
===================================================================
--- qatlib-24.02.0.orig/qat_init.sh.8
+++ qatlib-24.02.0/qat_init.sh.8
@@ -28,21 +28,21 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" %%%LICENSE_END
-.TH qat_init.sh 8 "30 Oct 2019" qat_init.sh man page
+.TH qat_init 8 "30 Oct 2019" qat_init man page
.SH NAME
-qat_init.sh \- QAT resource initializer
-.SY qat_init.sh
+qat_init \- QAT resource initializer
+.SY qat_init
.SH SYNOPSIS
-.B qat_init.sh
+.B qat_init
.SH DESCRIPTION
-.B qat_init.sh
+.B qat_init
initializes the Intel\(co Quick Assist Technology (Intel\(co QAT) devices in preparation for use
by the user space library (qatlib).
.PP
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.
+the qat_init script will enable sriov on each of the PF devices. This enables the virtual function (VF) devices.
.PP
-For each of the QAT VF devices, the qat_init.sh binds the device to the vfio-pci device driver, making it available
+For each of the QAT VF devices, the qat_init binds the device to the vfio-pci device driver, making it available
for applications using the qatlib user space library.
.SH ENVIRONMENT VARIABLES
\fBLKCF_LIST\fR
|