[dpdk-dev] [PATCH v2 36/37] doc: remove references to make in testpmd guides

Laatz, Kevin kevin.laatz at intel.com
Wed Sep 2 13:08:37 CEST 2020


On 20/08/2020 13:41, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power <ciara.power at intel.com>
> ---
>   doc/guides/testpmd_app_ug/run_app.rst       | 6 +++---
>   doc/guides/testpmd_app_ug/testpmd_funcs.rst | 9 +--------
>   2 files changed, 4 insertions(+), 11 deletions(-)
>
<snip>
> diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> index 90cf252df5..f0d838321c 100644
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -71,7 +71,7 @@ practical or possible testpmd supports alternative methods for executing command
>   
>   .. code-block:: console
>   
> -   ./testpmd -n4 -r2 ... -- -i --cmdline-file=/home/ubuntu/flow-create-commands.txt
> +   ./dpdk-testpmd -n4 -r2 ... -- -i --cmdline-file=/home/ubuntu/flow-create-commands.txt
>      Interactive-mode selected
>      CLI commands to be read from /home/ubuntu/flow-create-commands.txt
>      Configuring Port 0 (socket 0)
> @@ -329,8 +329,6 @@ The available information categories are:
>   
>   * ``icmpecho``: Receives a burst of packets, lookup for ICMP echo requests and, if any, send back ICMP echo replies.
>   
> -* ``ieee1588``: Demonstrate L2 IEEE1588 V2 PTP timestamping for RX and TX. Requires ``CONFIG_RTE_LIBRTE_IEEE1588=y``.
> -
The support for ieee1588 info is not being removed, this line should 
stay in the documentation. Just remove the "CONFIG..." part.
LGTM other than that.

Reviewed-by: Kevin Laatz <kevin.laatz at intel.com>



More information about the dev mailing list