X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcompressdevs%2Focteontx.rst;h=db779fcd1cd532c7d1359f7ad5a3200415b486b3;hb=7ffa7379965e39abe3fa30ce9b8ced94d3be8526;hp=05dbd681b68eb7b0faa2b88d5a07d87a7f59013d;hpb=95a6b04f7dddefd3b2ee664c758b48ae0d15a26f;p=dpdk.git diff --git a/doc/guides/compressdevs/octeontx.rst b/doc/guides/compressdevs/octeontx.rst index 05dbd681b6..db779fcd1c 100644 --- a/doc/guides/compressdevs/octeontx.rst +++ b/doc/guides/compressdevs/octeontx.rst @@ -4,7 +4,7 @@ OCTEON TX ZIP Compression Poll Mode Driver ========================================== -The OCTEON TX ZIP PMD (**librte_pmd_octeontx_zip**) provides poll mode +The OCTEON TX ZIP PMD (**librte_compress_octeontx**) provides poll mode compression & decompression driver for ZIP HW offload device, found in **Cavium OCTEON TX** SoC family. @@ -56,21 +56,6 @@ Steps To Setup Platform SDK and related information can be obtained from: `Cavium support site `_. -Installation ------------- - -Driver Compilation -~~~~~~~~~~~~~~~~~~ - -To compile the OCTEON TX ZIP PMD for Linux arm64 gcc target, run the -following ``make`` command: - - .. code-block:: console - - cd - make config T=arm64-thunderx-linuxapp-gcc install - - Initialization -------------- @@ -96,10 +81,5 @@ probed. To use the PMD in an application, user must: .. code-block:: console reserve enough huge pages - cd to the top-level DPDK directory - export RTE_TARGET=arm64-thunderx-linuxapp-gcc - export RTE_SDK=`pwd` - cd to test/test - type the command "make" to compile - run the tests with "./test" - type the command "compressdev_autotest" to test + cd to + meson test compressdev_autotest