X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fplatform%2Focteontx.rst;h=7d1cb647d3693e1941a377c5b64197ff30e28432;hb=31f83163cf2f9ac4d8c1884bb7d1fc8e15b1f540;hp=3bde91f9daaf4e47afc3fd61adb7c8c79f90fe3a;hpb=474fd349bb3f7db75c993a60752a8f1830373597;p=dpdk.git diff --git a/doc/guides/platform/octeontx.rst b/doc/guides/platform/octeontx.rst index 3bde91f9da..7d1cb647d3 100644 --- a/doc/guides/platform/octeontx.rst +++ b/doc/guides/platform/octeontx.rst @@ -95,7 +95,7 @@ drivers can be compiled with the following steps, .. code-block:: console cd - make config T=arm64-thunderx-linuxapp-gcc + make config T=arm64-thunderx-linux-gcc make The example applications can be compiled using the following: @@ -144,7 +144,7 @@ to build applications for **OCTEON TX** :sup:`®` platforms. cd export RTE_SDK=$PWD export RTE_KERNELDIR=$THUNDER_ROOT/linux/kernel/linux - make config T=arm64-thunderx-linuxapp-gcc + make config T=arm64-thunderx-linux-gcc make -j CROSS=aarch64-thunderx-linux-gnu- CONFIG_RTE_KNI_KMOD=n CONFIG_RTE_EAL_IGB_UIO=n EXTRA_CFLAGS="-isystem /include" EXTRA_LDFLAGS="-L/lib -lnuma" If NUMA support is not required, it can be disabled as explained in @@ -154,7 +154,7 @@ Following steps could be used in that case. .. code-block:: console - make config T=arm64-thunderx-linuxapp-gcc + make config T=arm64-thunderx-linux-gcc make CROSS=aarch64-thunderx-linux-gnu-