> +
> +This section explains how to compile the DPDK sample applications.
> +
> +To compile all the sample applications
> +--------------------------------------
> +
> +
> +Set the path to DPDK source code if its not set:
> +
> +    .. code-block:: console
> +
> +        export RTE_SDK=/path/to/rte_sdk
> +
> +Go to DPDK source:
> +
> +    .. code-block:: console
> +
> +        cd $RTE_SDK
> +
> +Make and install DPDK:
> +
> +   .. code-block:: console
> +
> +        make config T=$RTE_TARGET
> +        make


The environmental variable $RTE_TARGET isn't defined here. I think that dropped
out of the changes from the previous version.


Reviewed-by: John McNamara <john.mcnam...@intel.com>



Reply via email to