On 10/27/2020 8:48 AM, David Marchand wrote:
On Mon, Oct 26, 2020 at 3:56 PM Ferruh Yigit <ferruh.yi...@intel.com> wrote:
Series applied to dpdk-next-net/main, thanks.



57/58 & 58/58 has been distributed to the relevant commits while merging, please
double check them in the upstream repo.

56/58 & 53/58 has been dropped while merging.
   56/58 needs a new version which can be send individually,
   53/58 is adding a deprecated feature, it can't go in as it is.

Also can you please send a patch for the comment mentioned in 38/58?


Caught an issue while compiling next-net in Travis.
txgbe.rst is not included in the doc index which triggers a doc
generation error:

FAILED: doc/guides/html
/usr/bin/python3 ../buildtools/call-sphinx-build.py
/usr/bin/sphinx-build 20.11.0-rc1
/home/travis/build/david-marchand/dpdk/doc/guides
/home/travis/build/david-marchand/dpdk/build/doc/guides -W
Install the sphinx ReadTheDocs theme for improved html documentation
layout: https://sphinx-rtd-theme.readthedocs.io/
Warning, treated as error:
/home/travis/build/david-marchand/dpdk/doc/guides/nics/txgbe.rst:document
isn't included in any toctree


Thanks David,

I will fix it in the nex-net as following:

 diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst
 index da5d85bcd0..3443617755 100644
 --- a/doc/guides/nics/index.rst
 +++ b/doc/guides/nics/index.rst
 @@ -57,6 +57,7 @@ Network Interface Controller Drivers
      szedata2
      tap
      thunderx
 +    txgbe
      vdev_netvsc
      virtio
      vhost

Reply via email to