X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Flinux_gsg%2Fnic_perf_intel_platform.rst;h=0c25ec03d405d6cba164c2615f7832be74e56101;hb=a6a752402dfce8695c258a27da97d5a6d187c49b;hp=cf5c9e0db5facbc9f87fd148ba806281280168fa;hpb=43d162bc168e5c66346acf9f464495a088a5a9f0;p=dpdk.git diff --git a/doc/guides/linux_gsg/nic_perf_intel_platform.rst b/doc/guides/linux_gsg/nic_perf_intel_platform.rst index cf5c9e0db5..0c25ec03d4 100644 --- a/doc/guides/linux_gsg/nic_perf_intel_platform.rst +++ b/doc/guides/linux_gsg/nic_perf_intel_platform.rst @@ -90,17 +90,15 @@ BIOS Settings The following are some recommendations on BIOS settings. Different platforms will have different BIOS naming so the following is mainly for reference: -#. Before starting consider resetting all BIOS settings to their default. +#. Establish the steady state for the system, consider reviewing BIOS settings desired for best performance characteristic e.g. optimize for performance or energy efficiency. -#. Disable all power saving options such as: Power performance tuning, CPU P-State, CPU C3 Report and CPU C6 Report. +#. Match the BIOS settings to the needs of the application you are testing. -#. Select **Performance** as the CPU Power and Performance policy. +#. Typically, **Performance** as the CPU Power and Performance policy is a reasonable starting point. -#. Disable Turbo Boost to ensure the performance scaling increases with the number of cores. +#. Consider using Turbo Boost to increase the frequency on cores. -#. Set memory frequency to the highest available number, NOT auto. - -#. Disable all virtualization options when you test the physical function of the NIC, and turn on ``VT-d`` if you wants to use VFIO. +#. Disable all virtualization options when you test the physical function of the NIC, and turn on VT-d if you wants to use VFIO. Linux boot command line @@ -135,7 +133,7 @@ Configurations before running DPDK # Build DPDK target. cd dpdk_folder - make install T=x86_64-native-linuxapp-gcc -j + make install T=x86_64-native-linux-gcc -j # Get the hugepage size. awk '/Hugepagesize/ {print $2}' /proc/meminfo