]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/mvneta.rst
regexdev: introduce API
[dpdk.git] / doc / guides / nics / mvneta.rst
index fdea3daa7b11cb87dd72f6ed2afcb3358743f158..c8b00ddf226b6c65a6711f259fb9ba06d1ff2e91 100644 (file)
@@ -31,11 +31,14 @@ Features of the MVNETA PMD are:
 - Speed capabilities
 - Jumbo frame
 - MTU update
+- Promiscuous mode
+- Unicast MAC filter
 - Link status
 - CRC offload
 - L3 checksum offload
 - L4 checksum offload
 - Packet type parsing
+- Basic stats
 
 
 Limitations
@@ -130,7 +133,7 @@ the path to the MUSDK installation directory needs to be exported.
 
    export LIBMUSDK_PATH=<musdk>/usr/local
    export CROSS=aarch64-linux-gnu-
-   make config T=arm64-armv8a-linuxapp-gcc
+   make config T=arm64-armv8a-linux-gcc
    sed -ri 's,(MVNETA_PMD=)n,\1y,' build/.config
    make