Running tar with GenWQE hardware-acceleration
You can make tar use genwqe_gzip in place of the common code gzip.
About this task
If called with the z option, the tar utility uses the first gzip tool in the search path, which is usually the common code version. By inserting the path to the GenWQE gzip tool at the beginning of the PATH variable, you can make the tar utility use hardware acceleration.
The path points to /usr/lib64/genwqe/gzip and /usr/lib64/genwqe/gunzip, which are symbolic links to genwqe_gzip and genwqe_gunzip.
The acceleration is most marked for a single large text file. The example that follows compresses a directory with the Linux® source code.