X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcryptodevs%2Fvirtio.rst;h=1496ec9208c34259efc9f49f53d951f5ae252704;hb=2097255731d5d3724063e9acf18b23bcbe4b7bac;hp=cfc6d57d7781acf5d9265d0f7597e36ba0891169;hpb=a9de470cc7c0649221e156fc5f30a2dbdfe7c166;p=dpdk.git diff --git a/doc/guides/cryptodevs/virtio.rst b/doc/guides/cryptodevs/virtio.rst index cfc6d57d77..1496ec9208 100644 --- a/doc/guides/cryptodevs/virtio.rst +++ b/doc/guides/cryptodevs/virtio.rst @@ -79,8 +79,8 @@ Finally the front-end virtio crypto PMD driver can be installed: cd to the top-level DPDK directory sed -i 's,\(CONFIG_RTE_LIBRTE_PMD_VIRTIO_CRYPTO\)=n,\1=y,' config/common_base - make config T=x86_64-native-linuxapp-gcc - make install T=x86_64-native-linuxapp-gcc + make config T=x86_64-native-linux-gcc + make install T=x86_64-native-linux-gcc Tests ----- @@ -91,7 +91,7 @@ The unit test cases can be tested as below: reserve enough huge pages cd to the top-level DPDK directory - export RTE_TARGET=x86_64-native-linuxapp-gcc + export RTE_TARGET=x86_64-native-linux-gcc export RTE_SDK=`pwd` cd to app/test type the command "make" to compile @@ -104,7 +104,7 @@ The performance can be tested as below: reserve enough huge pages cd to the top-level DPDK directory - export RTE_TARGET=x86_64-native-linuxapp-gcc + export RTE_TARGET=x86_64-native-linux-gcc export RTE_SDK=`pwd` cd to app/test-crypto-perf type the command "make" to compile