X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fnics%2Fmvneta.rst;h=c8b00ddf226b6c65a6711f259fb9ba06d1ff2e91;hb=b6d42ce526a460a9dc4c79c680a9f47386b9c382;hp=5f4559cad7069c84d5648036e07f9bb83756cfe8;hpb=4ccc8d770d3b70b038facf880694744ee0acb521;p=dpdk.git diff --git a/doc/guides/nics/mvneta.rst b/doc/guides/nics/mvneta.rst index 5f4559cad7..c8b00ddf22 100644 --- a/doc/guides/nics/mvneta.rst +++ b/doc/guides/nics/mvneta.rst @@ -27,9 +27,18 @@ Features of the MVNETA PMD are: - Start/stop - tx/rx_queue_setup +- tx/rx_burst - 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 @@ -124,7 +133,7 @@ the path to the MUSDK installation directory needs to be exported. export LIBMUSDK_PATH=/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