On 5/29/2020 3:47 PM, Muhammad Bilal wrote:
> There was a duplicate command instruction in the documentation of memif
> so I have removed the 1 command from it.
>
> Fixes: cbbbbd3365d2 ("net/memif: enable loopback")
> Cc: [email protected]
>
> Signed-off-by: Muhammad Bilal <[email protected]>
> ---
> doc/guides/nics/memif.rst | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/doc/guides/nics/memif.rst b/doc/guides/nics/memif.rst
> index 08a9fda86..ddeebed25 100644
> --- a/doc/guides/nics/memif.rst
> +++ b/doc/guides/nics/memif.rst
> @@ -289,4 +289,3 @@ Then start the communication::
> Finally we can check port stats to see the traffic::
>
> testpmd> show port stats all
> - testpmd> show port stats all
>
Updating patch title as following while merging:
doc: fix duplicated line in memif guide
Reviewed-by: Ferruh Yigit <[email protected]>
Applied to dpdk-next-net/master, thanks.