1.. SPDX-License-Identifier: BSD-3-Clause 2 Copyright(c) 2018 Intel Corporation. 3 4EAL parameters 5============== 6 7This document contains a list of all EAL parameters. These parameters can be 8used by any DPDK application running on FreeBSD. 9 10Common EAL parameters 11--------------------- 12 13The following EAL parameters are common to all platforms supported by DPDK. 14 15.. include:: ../linux_gsg/eal_args.include.rst 16 17FreeBSD-specific EAL parameters 18------------------------------- 19 20There are currently no FreeBSD-specific EAL command-line parameters available. 21 22Other options 23~~~~~~~~~~~~~ 24 25* ``--syslog <syslog facility>`` 26 27 Set syslog facility. Valid syslog facilities are:: 28 29 auth 30 cron 31 daemon 32 ftp 33 kern 34 lpr 35 mail 36 news 37 syslog 38 user 39 uucp 40 local0 41 local1 42 local2 43 local3 44 local4 45 local5 46 local6 47 local7 48