On Tue, Jan 28, 2020 at 7:01 PM <[email protected]> wrote:
>
> From: Krzysztof Kanas <[email protected]>
>
> Thunderx-nic uses secondary VF's to provide more queues to DPDK.
> Current instructions explain the concept but don't show easy way to find
> which PCI id is primary and which is secondary VF's.
>
> Signed-off-by: Krzysztof Kanas <[email protected]>
> ---
> doc/guides/nics/thunderx.rst | 48 ++++++++++++++++++++++++++++++++++++
> 1 file changed, 48 insertions(+)
1) Fixed the following warning
- dpdk-next-net-mrvl/doc/guides/nics/thunderx.rst:321: WARNING:
Explicit markup ends without a blank line; unexpected unindent.
2) Slightly reworded the git commit message.
doc/thunderx: add secondary VF enumeration details
thunderx-nic uses secondary VF's to provide more queues to DPDK.
Current instructions explain the concept but don't show an easy way to find
which PCI id is primary and which is secondary VF's.
This patch extending the documentation of secondary VF w.r.t
the enumeration details.
Acked-by: Jerin Jacob <[email protected]>
Applied to dpdk-next-net-mrvl/master. Thanks