]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/writing_efficient_code.rst
vhost: remove dequeue zero-copy support
[dpdk.git] / doc / guides / prog_guide / writing_efficient_code.rst
index 74f8067c7df81481363867249494cca1675503f8..7baeaae431659b312aa0b91f8230d91f32381e2f 100644 (file)
@@ -258,8 +258,7 @@ For instance:
 Setting the Target CPU Type
 ---------------------------
 
-The DPDK supports CPU microarchitecture-specific optimizations by means of CONFIG_RTE_MACHINE option
-in the DPDK configuration file.
+The DPDK supports CPU microarchitecture-specific optimizations by means of RTE_MACHINE option.
 The degree of optimization depends on the compiler's ability to optimize for a specific microarchitecture,
 therefore it is preferable to use the latest compiler versions whenever possible.