X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fmvpp2.rst;h=bacc013d45fffb3b00876dda37a9eadc814843de;hb=1d09792a270aed2f2eaba884f7820fc5fbe33a2e;hp=b2ddeab50f44335daf8873f17585b16c5ddcc586;hpb=98372f54ce9b952531680c147252b4e53ed8ea43;p=dpdk.git diff --git a/doc/guides/nics/mvpp2.rst b/doc/guides/nics/mvpp2.rst index b2ddeab50f..bacc013d45 100644 --- a/doc/guides/nics/mvpp2.rst +++ b/doc/guides/nics/mvpp2.rst @@ -91,7 +91,7 @@ Limitations chance to start in a sane state. - MUSDK architecture does not support changing configuration in run time. - All nessesary configurations should be done before first dev_start(). + All necessary configurations should be done before first dev_start(). - RX queue start/stop is not supported. @@ -180,9 +180,9 @@ For additional instructions regarding DPDK cross compilation please refer to :do export LIBMUSDK_PATH=/usr/local export CROSS=/bin/aarch64-linux-gnu- export RTE_KERNELDIR= - export RTE_TARGET=arm64-armv8a-linuxapp-gcc + export RTE_TARGET=arm64-armv8a-linux-gcc - make config T=arm64-armv8a-linuxapp-gcc + make config T=arm64-armv8a-linux-gcc sed -i "s/MVNETA_PMD=y/MVNETA_PMD=n/" build/.config sed -i "s/MVPP2_PMD=n/MVPP2_PMD=y/" build/.config make @@ -410,7 +410,10 @@ Flow API PPv2 offers packet classification capabilities via classifier engine which can be configured via generic flow API offered by DPDK. -For an additional description please refer to DPDK :ref:`Generic flow API `. + +The :ref:`flow_isolated_mode` is supported. + +For an additional description please refer to DPDK :doc:`../prog_guide/rte_flow`. Supported flow actions ~~~~~~~~~~~~~~~~~~~~~~