[dpdk-dev] [PATCH v2 3/4] net/netvsc: add documentation

Kovacevic, Marko marko.kovacevic at intel.com
Tue Apr 17 15:49:01 CEST 2018



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger
> Sent: Tuesday, April 17, 2018 12:25 AM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <sthemmin at microsoft.com>
> Subject: [dpdk-dev] [PATCH v2 3/4] net/netvsc: add documentation
> 
> Matching documentation for new netvsc device.
> 
> Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>
> ---
>  doc/guides/nics/index.rst              |  1 +
>  doc/guides/nics/netvsc.rst             | 73 ++++++++++++++++++++++++++
>  doc/guides/rel_notes/release_18_05.rst |  6 +++
>  3 files changed, 80 insertions(+)
>  create mode 100644 doc/guides/nics/netvsc.rst
> 
> diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index
> ea9110c81159..97727731375a 100644
> --- a/doc/guides/nics/index.rst
> +++ b/doc/guides/nics/index.rst
> @@ -23,6 +23,7 @@ Network Interface Controller Drivers
>      ena
>      enic
>      fm10k
> +    hyperv
>      i40e
>      igb
>      ixgbe

I get the following errors while trying to compile the changes made.

/dpdk/doc/guides/nics/index.rst:7: WARNING: toctree contains reference to nonexisting document u'nics/hyperv'
/dpdk/doc/guides/nics/netvsc.rst:34: WARNING: Unexpected indentation.
/dpdk/doc/guides/nics/netvsc.rst: WARNING: document isn't included in any toctree
/dpdk/doc/guides/rel_notes/release_18_05.rst:120: WARNING: unknown document: ../nics/netvsce

Not sure if you meant to put netvsc in the index file instead of hyperv.

Marko K.


More information about the dev mailing list