X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fintel_vf.rst;h=ade5152595db6c153490a66a13181602f6560449;hb=c62b6e667310a58e444dbaae1d08371a6d221333;hp=e8d5118a0dbe5bb63bdff46a72888100f9c26f16;hpb=02d212ca3125444a70952aae79a1d679e2f83973;p=dpdk.git diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index e8d5118a0d..ade5152595 100644 --- a/doc/guides/nics/intel_vf.rst +++ b/doc/guides/nics/intel_vf.rst @@ -521,19 +521,19 @@ The setup procedure is as follows: .. code-block:: console - make install T=x86_64-native-linuxapp-gcc - ./x86_64-native-linuxapp-gcc/app/testpmd -l 0-3 -n 4 -- -i + make install T=x86_64-native-linux-gcc + ./x86_64-native-linux-gcc/app/testpmd -l 0-3 -n 4 -- -i #. Finally, access the Guest OS using vncviewer with the localhost:5900 port and check the lspci command output in the Guest OS. The virtual functions will be listed as available for use. -#. Configure and install the DPDK with an x86_64-native-linuxapp-gcc configuration on the Guest OS as normal, +#. Configure and install the DPDK with an x86_64-native-linux-gcc configuration on the Guest OS as normal, that is, there is no change to the normal installation procedure. .. code-block:: console - make config T=x86_64-native-linuxapp-gcc O=x86_64-native-linuxapp-gcc - cd x86_64-native-linuxapp-gcc + make config T=x86_64-native-linux-gcc O=x86_64-native-linux-gcc + cd x86_64-native-linux-gcc make .. note::