]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/axgbe.rst
doc: add clang to aarch64 cross build guide
[dpdk.git] / doc / guides / nics / axgbe.rst
index 009be03ced69f045cdfaa8052fc9e9d35ee164f6..961b5c967da42e2fc3a043a10c3f0f72217efdef 100644 (file)
@@ -4,7 +4,7 @@
 AXGBE Poll Mode Driver
 ======================
 
-The AXGBE poll mode driver library (**librte_pmd_axgbe**) implements support
+The AXGBE poll mode driver library (**librte_net_axgbe**) implements support
 for AMD 10 Gbps family of adapters. It is compiled and tested in standard linux distro like Ubuntu.
 
 Detailed information about SoCs that use these devices can be found here:
@@ -20,25 +20,11 @@ AXGBE PMD has support for:
 - Base L2 features
 - TSS (Transmit Side Scaling)
 - Promiscuous mode
+- Port statistics
 - Multicast mode
 - RSS (Receive Side Scaling)
 - Checksum offload
-- Jumbo Frame upto 9K
-
-
-Configuration Information
--------------------------
-
-The following options can be modified in the ``.config`` file. Please note that
-enabling debugging options may affect system performance.
-
-- ``CONFIG_RTE_LIBRTE_AXGBE_PMD`` (default **y**)
-
-  Toggle compilation of axgbe PMD.
-
-- ``CONFIG_RTE_LIBRTE_AXGBE_PMD_DEBUG`` (default **n**)
-
-  Toggle display for PMD debug related messages.
+- Jumbo Frame up to 9K
 
 
 Building DPDK