[dpdk-dev] [PATCH v4 1/2] doc: add generic compilation doc for all sample apps

Mcnamara, John john.mcnamara at intel.com
Thu Oct 5 19:26:19 CEST 2017


> +
> +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.mcnamara at intel.com>





More information about the dev mailing list