2. OCTEON TX FPAVF Mempool Driver
The OCTEON TX FPAVF PMD (librte_mempool_octeontx) is a mempool driver for offload mempool device found in Cavium OCTEON TX SoC family.
More information can be found at Cavium, Inc Official Website.
2.1. Features
Features of the OCTEON TX FPAVF PMD are:
- 32 SR-IOV Virtual functions
- 32 Pools
- HW mempool manager
2.2. Supported OCTEON TX SoCs
- CN83xx
2.3. Prerequisites
See :doc: ../platform/octeontx.rst for setup information.
2.4. Pre-Installation Configuration
2.4.1. Config File Options
The following option can be modified in the config/rte_config.h
file.
Please note that enabling debugging options may affect system performance.
RTE_MBUF_DEFAULT_MEMPOOL_OPS
( set toocteontx_fpavf
)Set default mempool ops to octeontx_fpavf.
2.4.2. Driver Compilation
See Compiling the DPDK Target from Source for more information on compiling DPDK.
2.5. Initialization
The OCTEON TX fpavf mempool initialization similar to other mempool drivers like ring. However user need to pass –base-virtaddr as command line input to application example test_mempool.c application.
Example:
./<build_dir>/app/test/dpdk-test -c 0xf --base-virtaddr=0x100000000000 \
--mbuf-pool-ops-name="octeontx_fpavf"