[PATCH v2] net/bonding: move testpmd commands
Ferruh Yigit
ferruh.yigit at xilinx.com
Mon Jun 20 19:53:29 CEST 2022
On 6/17/2022 6:06 AM, David Marchand wrote:
> Move related specific testpmd commands into this driver directory.
> While at it, fix checkpatch warnings.
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Ferruh Yigit <ferruh.yigit at xilinx.com>
Applied to dpdk-next-net/main, thanks.
> @@ -5720,3 +5584,5 @@
>
> Some drivers provide specific features.
> See:
> +
> +- :ref:`bonding_testpmd_commands`
With above usage the link text becomes same for multiple entries,
output becomes like following:
"
4.16. Driver specific commands
Some drivers provide specific features. See:
Testpmd driver specific commands
Testpmd driver specific commands
"
To have link text more distinctive, updating as following while merging:
:ref:`net/bonding testpmd driver specific commands
<bonding_testpmd_commands>`
The output will become:
"
4.16. Driver specific commands
Some drivers provide specific features. See:
net/bonding testpmd driver specific commands
net/i40e testpmd driver specific commands
"
More information about the dev
mailing list