This document contains a list of all EAL parameters. These parameters can be used by any DPDK application running on FreeBSD.
The following EAL parameters are common to all platforms supported by DPDK.
--no-shconf
No shared files created (implies no secondary process support).
--no-huge
Use anonymous memory instead of hugepages (implies no secondary process support).
--log-level <type:val>
Specify log level for a specific component. For example:
--log-level eal:8
Can be specified multiple times.
-h, --help
Display help message listing all EAL parameters.
-v
Display the version information on startup.
mbuf-pool-ops-name:
Pool ops name for mbuf to use.
There are currently no FreeBSD-specific EAL command-line parameters available.