.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd
- ${RTE_SDK}/examples/kni
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/kni
#. Set the target (a default target is used if not specified)
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l2fwd-jobstats
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/l2fwd-jobstats
#. Set the target (a default target is used if not specified). For example:
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l2fwd
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/l2fwd
#. Set the target (a default target is used if not specified). For example:
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l3fwd
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/l3fwd
#. Set the target (a default target is used if not specified). For example:
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l3fwd-power
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/l3fwd-power
#. Set the target (a default target is used if not specified). For example:
.. code-block:: console
- cd ${RTE_SDK}/examples/load_balancer make
+ cd ${RTE_SDK}/examples/load_balancer
+ make
For more details on how to build the DPDK libraries and sample applications,
please refer to the *DPDK Getting Started Guide.*
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/qos_sched
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/qos_sched
#. Set the target (a default target is used if not specified). For example:
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/timer
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/timer
#. Set the target (a default target is used if not specified). For example:
.. code-block:: console
- export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/vmdq_dcb
+ export RTE_SDK=/path/to/rte_sdk
+ cd ${RTE_SDK}/examples/vmdq_dcb
#. Set the target (a default target is used if not specified). For example: