X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=doc%2Fguides%2Fcompressdevs%2Focteontx.rst;h=5924ad1fa3db20a81cdb476eed7421a216217678;hb=fdba3bf15c7b8d8efefbdf7d6e9050e5f034bfda;hp=c57d03a8e81cde2bf7da4a48ac57d1d76cd47b3c;hpb=a9de470cc7c0649221e156fc5f30a2dbdfe7c166;p=dpdk.git diff --git a/doc/guides/compressdevs/octeontx.rst b/doc/guides/compressdevs/octeontx.rst index c57d03a8e8..5924ad1fa3 100644 --- a/doc/guides/compressdevs/octeontx.rst +++ b/doc/guides/compressdevs/octeontx.rst @@ -68,7 +68,7 @@ following ``make`` command: .. code-block:: console cd - make config T=arm64-thunderx-linuxapp-gcc install + make config T=arm64-thunderx-linux-gcc install Initialization @@ -97,7 +97,7 @@ probed. To use the PMD in an application, user must: reserve enough huge pages cd to the top-level DPDK directory - export RTE_TARGET=arm64-thunderx-linuxapp-gcc + export RTE_TARGET=arm64-thunderx-linux-gcc export RTE_SDK=`pwd` cd to app/test type the command "make" to compile